- Statements you want to prove are usually of the form \(P \rightarrow Q\).
- Sometimes this is obvious to see, and sometimes it takes a little reasoning.
- However, there are also times \(P\) is not directly stated, so you can assume it means “everything you know about this subject is true”
- In other words, \(P \rightarrow Q\) could be stated as “If everything I know about this subject is true, then \(Q\).”
- What’s difficult about this is that it’s harder to know where to start (aka what to put on line \(1\)) because you don’t have an obvious \(P\).
Main Types of Proofs
The four typical ways we show \(P \rightarrow Q\) are the following:
- Direct Proof
- Proof By Contradiction
- Proof By Contrapositive
- Proof By Counterexample