edited by
2,559 views
1 votes
1 votes

Which of the following is a correct predicate logic statement for “Every Natural number has one successor”?

  1. $\forall x \exists y (succ(x,y) \wedge (\exists z\; succ(x, z) \Rightarrow equal (y,z)))$
  2. $\forall x \exists y (succ(x,y) \vee (\exists z\; succ(x, z) \Rightarrow equal (y,z)))$
  3. $\exists x \forall y (succ(x,y) \wedge (\exists z\; succ(x, z) \Rightarrow equal (y,z)))$
  4. $\forall x \exists y (succ(x,y))$
edited by

1 Answer

Best answer
3 votes
3 votes
Successor of a number 'X' is that number which is very next to 'X'.

∀x∃y (succ(x, y) ∧ (∃z succ(x, z) ⇒ equal (y, z)))
selected by
Answer:

Related questions

903
views
0 answers
1 votes
Sanjay Sharma asked Jun 1, 2016
903 views
The tracing model in Prolog describes program execution in terms of certain events. These events arecall and exitcall and failcall, exit and redocall, exit, redo and fail
3.6k
views
1 answers
1 votes
go_editor asked Jul 24, 2016
3,595 views
Which of the following statements is not true for UNIX Operating System?Major strength of UNIX Operating System is its open standards which enables large ... O devices and files. The directories structure used is directed acyclic graph.
1.3k
views
1 answers
2 votes
go_editor asked Jul 24, 2016
1,271 views
Match the following for Windows Operating System $:$\begin{array}{} \text{(a)} & \text{Hardware} & \text{(i)} & \text{Starting all processes, emulation of different} \\ &\text{abstration} ... $\text{(a)-(iii), (b)-(ii), (c)-(i), (d)-(iv)}$
1.4k
views
1 answers
1 votes
go_editor asked Jul 24, 2016
1,357 views
The portion of Windows 2000 operating system which is not portable isprocessor managementuser interfacedevice managementvirtual memory management