mkienbau
- 12
- 0
Homework Statement
Use the logical equivalences p \rightarrow q \equiv \sim p \vee q and p \leftrightarrow q \equiv (p \rightarrow q) \wedge (q \rightarrow p) to rewrite the statement form:
(p \rightarrow (q \rightarrow r)) \leftrightarrow ((p \wedge q) \rightarrow r)
Homework Equations
None
The Attempt at a Solution
My initial assumption is to set this up as:
Let P == (p \rightarrow (q \rightarrow r))
Let Q == ((p \wedge q) \rightarrow r)
Then plug in from there with the equivalences to get:
(p \rightarrow q) \wedge (q \rightarrow p)
Furthermore:
(\sim p \vee q) \wedge (q \rightarrow p)
Is this the right approach, or am I starting it out wrong?
Last edited: