MathipediaThe free math encyclopedia

Proof by Contradiction

A proof by contradiction is a popular proof in mathematics due to its flexibility. Let’s use an example in which we know that statement AA is true and want to figure out if statement BB is true. There are two possibilities: BB is true or false. Let’s say that we assume BB is false; from starting with the assumption that BB is false if we can prove that AA is false under that assumption, then we have reached a contradiction and BB must be true.

More concisely, you are assuming that the negation of the statement that you want to prove is true to arrive at a false statement.

It is important when writing a proof by contradiction that you establish that you are working towards a contradiction. The following phrase is overwhelmingly common: Towards a contradiction suppose (something).

Example

Prove that there is no largest integer.

Towards a contradiction suppose that there is a largest integer, nn. Addition is closed over the set of integers, so n+1n+1 is also an integer. Because n+1>nn+1 > n, we reach a contradiction and there is no largest integer.