Discrete Math Tutor

Proof / Contradiction Patterns

Least You Need to Know: Contradiction Patterns

In proof by contradiction, assume the target claim is false and drive the assumption to something impossible, often a parity clash or a definition failure.

The least you need to know

Key notation

Assume ¬P start contradiction by negating the target
2k an even integer
2k+1 an odd integer

Tiny worked example

  • To show `√2` is irrational, assume `√2 = a/b` in lowest terms.
  • Then `a^2 = 2b^2`, so `a` is even; write `a=2k`.
  • Substituting back forces `b` even too, contradicting lowest terms.

Common mistakes

How to recognize this kind of problem

Start practice