- #1
kp100591
- 5
- 0
Consider the following well-formed formulae in the Predicate Calculus:
W1 = (∃x)(∃y) R(x, y)
W2 = (∀x)(∀y) [R(x, y) ⇒ ∼ R(y, x)]
W3 = (∀x)(∀y) [R(x, y) ⇒ (∃z)(R(z, x) ∧ R(y, z))]
Prove that any model in which W1, W2 and W3 are all true must have at least 3 elements. Find one such model with 3 elements.
Proof:
Let U = Z+, and for some x, y ∈ Z+, interpret R(x, y) to mean x < y. Certainly, for some x ∈ Z+, y /<(is not less than) x, so that W1 holds in U.
Furthermore, < is transitive, that is, for all x,y,z ∈ Z+,
x<y<z ⇒ x<z, so that W3 holds in U.
not sure about W2
Please help me with the rest of the working,
and also, suggestions for how to find such a model.
thank you very much.
W1 = (∃x)(∃y) R(x, y)
W2 = (∀x)(∀y) [R(x, y) ⇒ ∼ R(y, x)]
W3 = (∀x)(∀y) [R(x, y) ⇒ (∃z)(R(z, x) ∧ R(y, z))]
Prove that any model in which W1, W2 and W3 are all true must have at least 3 elements. Find one such model with 3 elements.
Proof:
Let U = Z+, and for some x, y ∈ Z+, interpret R(x, y) to mean x < y. Certainly, for some x ∈ Z+, y /<(is not less than) x, so that W1 holds in U.
Furthermore, < is transitive, that is, for all x,y,z ∈ Z+,
x<y<z ⇒ x<z, so that W3 holds in U.
not sure about W2
Please help me with the rest of the working,
and also, suggestions for how to find such a model.
thank you very much.