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?