Proving a statement by assuming its negation and deriving an impossibility.
Proof by contradiction proves a statement by showing that its negation is impossible. Instead of proving directly, we assume and derive a contradiction.
The logical form is:
Here denotes contradiction. Once contradiction is reached, classical logic allows us to conclude .
This method is useful when the desired conclusion is difficult to construct directly, but the assumption that it fails leads to strong consequences.
A standard example is the proof that is irrational.
Assume, for contradiction, that is rational. Then there exist integers and , with , such that
Choose this fraction in lowest terms. Then
so
Thus is even, so is even. Write . Substituting gives
so
and therefore
Thus is even, so is even. Now both and are even, contradicting the assumption that the fraction was in lowest terms.
Therefore, is irrational.
The proof works because the negation of the claim creates an impossible arithmetic condition.
Proof by contradiction is especially useful for nonexistence statements. To prove that no object has a certain property, assume such an object exists and derive an impossibility.
For example, to prove that there is no largest integer, assume there is a largest integer . Then is also an integer and
This contradicts the assumption that was largest. Therefore, no largest integer exists.
The method is also useful when a direct construction is unavailable. Some existence proofs show that nonexistence leads to contradiction. These are valid in classical mathematics, but they may not provide an explicit object.
This distinction matters. A contradiction proof of existence may show that some object must exist without telling us how to find it. Constructive mathematics often requires more: it asks for a witness or an algorithm.
Proof by contradiction should be used with care. The contradiction must follow from the temporary assumption together with accepted hypotheses. It is not enough to reach a surprising result. The result must be logically impossible or must contradict a known fact, an assumption, or a previously proved theorem.
Common sources of contradiction include:
A statement and its negation:
An impossible equality:
A violation of an assumption, such as a fraction being both in lowest terms and having a common factor.
A violation of order, such as producing an integer larger than the assumed largest integer.
There is a related method called proof by contrapositive. To prove
one proves
This is not the same as proof by contradiction, although the two are often confused. A contrapositive proof changes the implication into an equivalent implication. A contradiction proof assumes the whole statement is false and derives impossibility.
For example, to prove that if is even then is even, a contrapositive proof shows: if is odd, then is odd.
Assume is odd. Then for some integer . Then
So is odd. Therefore, if is even, is even.
This proof avoids contradiction and often reads more cleanly.
A good rule is: use direct proof when the assumptions naturally lead to the conclusion; use contrapositive when the negation of the conclusion is easier to analyze; use contradiction when assuming failure creates a strong impossible condition.
Proof by contradiction is powerful because it turns impossibility into evidence. It shows that every alternative to the desired claim collapses. In classical mathematics, this is enough to establish the claim.