I have a slight problem in solving the following question. Let $P$ and $Q$ be statements. Which of the following strategies is "NOT" a valid way to show that "$P$ implies $Q$"?
- Assume that $P$ is true, and then use this to show that $Q$ is true.
- Assume that $Q$ is false, and then use this to show that $P$ is false.
- Show that either $P$ is false, or $Q$ is true, or both.
- Assume that $P$ is true, and $Q$ is false, and deduce a contradiction.
- Assume that $P$ is false, and $Q$ is true, and deduce a contradiction.
- Show that $P$ implies some intermediate statement $R$, and then show that $R$ implies $Q$.
- Show that some intermediate statement $R$ implies $Q$, and then show that $P$ implies $R$.
I know that 5. is not a valid way but i'm really struggling with parts 6. and 7.
For part 6. I tried doing it this way:
Let $P$ be the statement "germany borders china", let $R$ be the statement "$2+2=4$" and $Q$ be the statement "pigs fly". Then $P$ will vacuously imply the intermediate statement $R$ but $R$ will not imply $Q$ because $R$ is true and $Q$ is false. Hence 6. is not a valid way.
Is this a correct way to check the validity of part 6. and 7.? If not, then what is?
It is no the same question but there is a partial answer to your question here. A simple way to see the tautologies is using truth tables. For instance, you can "prove" 6. by the truth table of $[(P \implies R) \land (R \implies Q)] \implies (P \implies Q)$.
The point 7. other way to say the same that 6., because you can write this by $[(R \implies Q) \land (P \implies R)] \implies (P \implies Q)$, since the conjunction is commutative.
Edit. If you want a "formal proof" for 6., you can try this (but I do not think is what you are looking for).
Using modus ponens (MP), i.e., if we have $P$ and $P \implies Q$, then we conclude $Q$. Now, we want to prove $P \implies Q$. Also, we know that $P \implies R$ and $R \implies Q$. Then
$$ \begin{array}{lll} 1 & \quad P \implies R & \quad\text{Assumption}\\ 2 & \quad R \implies Q & \quad\text{Assumption}\\ \quad 3 & \quad P & \quad\text{Hypothesis}\\ \quad 4 & \quad R & \quad\text{MP 1, 3}\\ \quad 5 & \quad Q & \quad\text{MP 2, 4}\\ 6 & \quad P \implies Q \end{array} $$