sjung915
- 4
- 0
Homework Statement
Show that (p ∧ q) → r and (p → r) ∧ (q → r) are not
logically equivalent.
Homework Equations
a → b = \nega v b
The Attempt at a Solution
I'm sorry. I'm completely stumped on how to go about this problem. I'm not asking for the solution since I want to know how to do this instead of just getting the answer. Any help would be appreciated. Thank you.
Here is what I had just so no one thinks I didn't try.
(p ∧ q) → r
=> \neg ( p \wedge q ) \vee r
=> (\negp \wedge \negq ) \vee r
=> (switched it around) r \vee (\negp \wedge \negq )
=> (distributed) (r \vee \negp ) \wedge ( r v \neg q)
=> (\negp v r ) \wedge (\negq v r )
=> (p -> r ) \wedge (q -> r)
It said disprove but somehow I'm getting that they are L.E.
Last edited: