- Published on
What Is Proof by Contradiction?
- Authors
- Name
- hwahyeon
Proof by contradiction is a method of proving a statement by assuming its negation and then showing that this leads to a contradiction.
is odd, then is odd.
Example: Prove that ifProof (by contradiction)
Assume is odd but is not odd. The truth or falsity of this assumption will determine the truth of the original.
- If is not odd, then must be even, so let for some integer .
- .
- Hence is even.
Thus, when is even, is also even. This contradicts the assumption that is odd.
Therefore, the assumption is false, and the original statement is true:
If is odd, then is odd. □