Discrete Math Tutor

Proof / Proof By Cases

Least You Need to Know: Proof by Cases

When a statement splits naturally into a small number of possibilities, prove each case cleanly and make sure the cases cover everything.

The least you need to know

Key notation

n = 2k n is even
n = 2k+1 n is odd
or

Tiny worked example

  • Claim: For every integer `n`, the product `n(n+1)` is even.\n- Case 1: `n` is even, so `n(n+1)` is even because one factor is even.\n- Case 2: `n` is odd, so `n+1` is even, and again the product is even.\n- The two cases cover every integer.

Common mistakes

How to recognize this kind of problem

Start practice