
Edward A. answered 02/04/19
Math Tutor, Retired Computer Scientist and Technical Communicator
Kai,
Your goal is to move the negation in towards the P(...)
Translate one quantifier to the other using
¬∃x(stuff) <=> ∀x¬ (stuff)
- a) ¬∃x∀yP(x, y) <=>
b) ∀x¬∀yP(x, y)
And again use
¬∀x(stuff) <=> ∃x¬ (stuff)
c) ∀x∃y¬P(x, y)
2. ¬∀y∀x(P(x, y)∨Q(x, y))
∃y¬∀x(P(x, y)∨Q(x, y))
∃y∃x¬(P(x, y)∨Q(x, y))
Use DeMorgans Law
¬(stuff∨mush) <=> (¬stuff)∧ ( ¬mush)
∃y∃x(¬P(x, y)∧¬Q(x, y))
3. ¬(∃x∀y¬P(x, y)∧∀x∀yQ(x, y))
Now you do it: use DeMorgan
¬(stuff∧mush) <=> (¬stuff)∨( ¬mush)
Then for each term, move the negation to the right as we did in 1)
4. This is more complicated, but the same principles apply.
Does this help, Kai? Please ask again if you still need help on it.