- 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 showing that this assumption leads to a contradiction.
Example: Prove that if is odd, then is odd.
Proof (by contradiction)
Assume is odd but is not odd.
- 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.