How is $p \rightarrow (q\rightarrow p)$ equivalent to $p \rightarrow (p \lor q)$ ?
My attempt p→(~q v p) I don't get how did the answer came (this is a question in my textbook)
Please respond ASAP!
How is $p \rightarrow (q\rightarrow p)$ equivalent to $p \rightarrow (p \lor q)$ ?
My attempt p→(~q v p) I don't get how did the answer came (this is a question in my textbook)
Please respond ASAP!
Note that $ q \rightarrow p$ is equivalent to ~$q\lor p$ so it simplifies to $ p \rightarrow ($~$q\lor p)$ now this is also equivalent to ~$p \lor($~$q\lor p)$ which is again $ p \rightarrow (p \lor $~$q)$