CSE191 Ps 3 Key
CSE191 Ps 3 Key
2 Problem 2 (9 points)
(e) ((∃x)H(x)) ∨ ((∃y)R(y))is that equivalent to (d)?
KWR note: I've renamed the second "x" to "y" here, as is AOK with a "dummy variable" as opposed to a
free variable.) This says, "Either there exists an animal that hops, or there is a rabbit." Is this equivalent
to (d) now? IMHO yes, it's pretty clear from the language. FYI, a "semantic" proof would go like this:
Mindful that there are two separate quantiers here, the truth of (e) means:
there exist objects a,b in the domain D such that a hops or b is a rabbit.
Well, for (a,b) given in (d), either a hops or b is a rabbit. If the former, then a witnesses the statement in
(d). If the latter, then taking a = b witnesses the statement in (d). Thus (e) =⇒ (d), and since (d) =⇒ (e)
is clear, they are equivalent.
(∀x : student)C(x)
(∀x : people)(S(x) → C(x))
(b) Somebody in your class has seen a foreign movie.
1
(c) There is a person in your class who cannot swim.
(∃x : student)¬Sw(x)
(∃x : people)(S(x) ∧ ¬Sw(x))
(d) All students in your class can solve quadratic equations.
(∀x : student)Q(x)
(∀x : people)(S(x) → Q(x))
(e) Some student in your class does not want to be rich.
(∃x : student)¬R(x)
(∃x : people)(S(x) ∧ ¬R(x))
same as( c)
(b) All tools are in the correct place and are in excellent condition.
(∀x)(C(x) ∧ E(x))
(d) Nothing is in the correct place and is in excellent condition.
KWR note: This one was treated as being potentially ambiguous. The preferred reading is to insert
both after nothing is, and this gives:
(∀x)(¬(C(x) ∧ E(x)))
But it is also possible to read the speaker as intending to say nothing also before is in excellent
condition. This gives:
(∀x)(¬C(x) ∧ ¬E(x))
(e) One of your tools is not in the correct place, but it is in excellent condition.