Is the statement ((p V q) => r) <=> ((p=>r) ^ (q =>r)) a tautology, a contradiction, or neither?
So, ((p V q) => r) => ((p=>r) ^ (q =>r)) and, ((p V q) => r) <= ((p=>r) ^ (q =>r))
i think its a tautology
you think its always true?
I am not sure but if p is true and q is false, then left hand side is r and right hand side is not r.
i want to say neither because they are not equal
or maybe contradiction because how could it be.. if p or q then r iff if p then r and if q then r
If p and q are both true, then the statement is true. If p is true and q is false, then the statement is false (not sure).
so that means it cant be tautology
this is a tautology
snap!
why @ganeshie8
Why? The left hand side is implying that p implies r or q implies r but the right hand side is saying that p implies r and q implies r at the same time?
just simplify left hand side and show that it equals rigth hand side
(p V q) => r is logically same as p'q' + r which is same as (p'+r)(q'+r) which is same as right hand side
but you still have a difference between the or and the and sign dont you?
I am using below : ``` a => b is logically same as a' + b ```
so it is always true, wow
Yep! create a truth table maybe http://www.wolframalpha.com/input/?i=truth+table++%28%28%28p+or+q%29+implies+r%29+%5C%5BEquivalent%5D++%28%28p+implies+r%29+and+%28q+implies+r%29%29%29
@thomas5267 it seems "implication" is not distributive over "or"
Join our real-time social learning platform and learn together with your friends!