Kahibaro
Discord Login Register

Proof by contradiction

Understanding Proof by Contradiction

Proof by contradiction is a specific strategy for proving a statement is true by assuming, temporarily, that it is false and then showing that this assumption leads to an impossibility.

In this chapter, we focus on how this technique works, why it is valid, and how to recognize when to use it. General ideas about what a proof is and other proof techniques are treated elsewhere; here we concentrate only on contradiction.

The Basic Idea

Suppose you want to prove a statement $P$ (for example, “$\sqrt{2}$ is irrational”).

A proof by contradiction follows this pattern:

  1. Assume the negation of what you want to prove: assume “not $P$” is true.
  2. Use this assumption, together with known facts and definitions, to reason carefully.
  3. Arrive at a contradiction:
    • either a statement and its negation at the same time (like $Q$ and $\lnot Q$),
    • or something impossible (such as $1 = 0$ or “an integer is both even and odd”).
  4. Conclude that your assumption “not $P$” must be false.
  5. Therefore, $P$ must be true.

Symbolically, the structure is:

The key feature: you never directly show $P$; you show that denying $P$ is impossible.

Why This Method Is Valid

The logical idea behind proof by contradiction is:

If assuming “not $P$” leads to an impossibility, then “not $P$” cannot be true, so $P$ must be true.

This relies on two logical principles:

If we show that $\lnot P$ leads to a contradiction, then $\lnot P$ cannot be true, leaving $P$ as the only option.

You do not need to restate or prove these logical principles here; they are part of the logical background developed elsewhere.

Typical Structure of a Contradiction Proof

A written proof by contradiction usually has a recognizable shape. In words, it might look like:

  1. State clearly what you want to prove.
  2. Begin: “Suppose, for the sake of contradiction, that [the statement is false].”
  3. Translate that assumption into a precise mathematical form.
  4. Use definitions, earlier results, and algebra or other tools to derive consequences.
  5. Point out the moment where you reach an impossibility.
  6. Conclude: “This is a contradiction. Therefore our assumption was false, so [original statement] is true.”

The contradiction need not be something dramatic like $1=2$. Any clear impossibility—such as “$n$ is both even and odd”—is enough.

Common Types of Contradictions

When you work through a proof by contradiction, what kind of “impossibility” are you looking for? Common patterns include:

The important thing is to make the contradiction explicit: you should clearly show the conflict between what you have deduced and what must be true.

How Proof by Contradiction Differs from Direct Proof

In a direct proof, to show $P$ you start from given assumptions and build step by step until you reach $P$.

In a proof by contradiction, you start from $\lnot P$ and show that this leads to something impossible.

Why might you choose contradiction instead of a direct approach?

However, in many elementary situations, a direct proof is possible and often shorter. Proof by contradiction is a tool to use when it feels natural or when other methods seem difficult.

General Template: Proving “If …, then …” by Contradiction

Many mathematical statements are of the form

$$
\text{If } P \text{, then } Q.
$$

A direct proof would assume $P$ and reason to $Q$.

A proof by contradiction starts differently. To prove “If $P$, then $Q$” by contradiction, you:

  1. Assume $P$ is true.
  2. Also assume that the conclusion fails: assume $\lnot Q$.
  3. From $P$ and $\lnot Q$, derive a contradiction.
  4. Conclude that $\lnot Q$ cannot be true when $P$ is true.
  5. Therefore, if $P$ is true, $Q$ must be true.

Symbolically, you prove:
$$
P \land \lnot Q \Rightarrow \bot,
$$
and thus conclude:
$$
P \Rightarrow Q.
$$

So in this situation, your “contradiction assumption” is not simply $\lnot(P \Rightarrow Q)$ in words, but concretely: assume $P$ and assume $\lnot Q$.

Step-by-Step Strategy for Using Contradiction

Here is a practical way to approach a new problem where you might use contradiction:

  1. Identify the statement to prove
    Make sure you can name it clearly as $P$ or “If $P$, then $Q$”, or some other logical form.
  2. Write down the negation
    • If you want to prove a simple statement $P$, its negation is $\lnot P$.
    • If you want to prove “for all $x$, $P(x)$”, its negation is “there exists an $x$ for which $\lnot P(x)$”.
    • If you want to prove “there exists an $x$ with $P(x)$”, its negation is “for all $x$, $\lnot P(x)$”.
    • If you want to prove “If $P$, then $Q$”, its negation is “$P$ and not $Q$”.

Writing the negation correctly is crucial to a sound proof.

  1. Assume the negation is true
    Begin your proof formally with something like “Suppose, for the sake of contradiction, that …” followed by the negation.
  2. Use definitions and known results
    Expand your assumption using definitions. For instance, if you mention “even”, “odd”, “rational”, or “prime”, use their precise meanings. Also use any theorems you already know.
  3. Manipulate carefully
    Work through algebraic or logical steps to see what your assumption forces to be true. Often you will:
    • Rearrange equations,
    • Compare sizes (inequalities),
    • Consider divisibility properties,
    • Or relate your object to a simpler or smaller example.
  4. Search for a contradiction
    As you proceed, look for clashes with:
    • earlier steps of your own argument,
    • definitions,
    • or known theorems and basic facts.
  5. Highlight the contradiction clearly
    Do not assume the contradiction is obvious; state it explicitly, such as:
    • “But now we have shown that $n$ is even and odd, which is impossible.”
    • “This implies $3 < 2$, which cannot happen for real numbers.”
  6. Conclude properly
    Finish by explaining:
    • “Thus our assumption leads to a contradiction, so it must be wrong. Therefore, [original statement] holds.”

This closing step is part of the reasoning; it should not be skipped.

Recognizing Problems Suited to Contradiction

While you can, in theory, use contradiction for many statements, some patterns especially invite it:

If a direct approach looks complicated, try writing down the negation of what you want to prove. If the negation is easy to work with and seems to force something impossible, a proof by contradiction may be natural.

Clarity and Common Pitfalls

When writing a proof by contradiction, special care is needed to avoid confusion:

By paying attention to these points, you keep your proof both correct and readable.

Comparing with Related Techniques

Proof by contradiction is related to, but distinct from, other techniques:

In practice, a proof by contrapositive can sometimes resemble a proof by contradiction because you start from “not $Q$”; however, in a contrapositive proof, you do not necessarily seek a contradiction; instead, you aim directly to “not $P$”. In a proof by contradiction, your explicit goal is to produce some sort of logical impossibility.

Understanding these distinctions helps you choose the style that best fits each problem.

Summary

Later chapters on writing proofs will build on this logical idea to help you present contradiction arguments in a polished and structured way.

Views: 9

Comments

Please login to add a comment.

Don't have an account? Register now!