Published on

What Is Proof by Contradiction?

Authors
  • avatar
    Name
    hwahyeon
    Twitter

Proof by contradiction is a method of proving a statement by assuming its negation and then showing that this leads to a contradiction.

Example: Prove that if n2n^2 is odd, then nn is odd.

Proof (by contradiction)
Assume n2n^2 is odd but nn is not odd. The truth or falsity of this assumption will determine the truth of the original.

  • If nn is not odd, then nn must be even, so let n=2kn = 2k for some integer kk.
  • n2=(2k)2=4k2=2(2k2)n^2 = (2k)^2 = 4k^2 = 2(2k^2).
  • Hence n2n^2 is even.

Thus, when nn is even, n2n^2 is also even. This contradicts the assumption that n2n^2 is odd.
Therefore, the assumption is false, and the original statement is true:
If n2n^2 is odd, then nn is odd. □