View Single Post
  #22  
Old 09-06-2010, 11:14 AM
TheDon's Avatar
TheDon TheDon is offline
Ghost of Diesels Past
 
Join Date: Oct 2005
Posts: 13,285
Quote:
Originally Posted by Kuan View Post
When I went to school we had to first prove DeMorgan's law in order to use it. In any case, first step remains the same. Prove it going one way, then prove it going the other. You just have to figure out the equivalents just like in algebra.

Here's a tip. Anything inside parantheses, for example (p -> r) v (q -> r) you can try to look at it as if everything inside the parantheses is just one. So think:

(p -> r) becomes the P in DeMorgan's law and (q -> r) becomes the Q in Demorgan's law.

Demorgan's law is -P or -Q is equivalent to -(P and Q)

Since P is equivalent to --P (double negation) or if you want to look at it like -notP

-notP or -notQ is equivalent to -(notP and notQ)

Hence

(p -> r) v (q -> r) by DeMorgan's law becomes -(-(p -> r) AND -(q -> r))

You really only need three rules plus negation for any proof. Material implication which changes a conditional to a disjunction and both DeMorgan's laws. That is the sum total of Boolean Logic.
its helping.. a little.. but I just cant seem to still get it.

Prove (p → r) ∨ (q → r) ≡ (p ∧ q) → r

but since there are no ~ De Morgans law wont come into play here.. I think.

So I have to make the right equal to the left. so I can leave the left alone, correct?
Reply With Quote