Proof of Catalan Number Formula
We prove that the Catalan numbers satisfy the explicit formula using a bijective argument based on Dyck paths and the cycle lemma. This elegant proof demonstrates the power of combinatorial reasoning.
The -th Catalan number is given by:
We interpret as counting Dyck paths: lattice paths from to using steps (up) and (down) that never go below the -axis.
Step 1: Total paths without restriction. Any path from to uses up steps and down steps. There are such paths.
Step 2: Count bad paths (those going below the -axis). Consider a bad path that first touches at some point. Let this occur after the -th step, and reflect the portion of the path after this point across the line .
After reflection:
- Up steps become down steps and vice versa
- The endpoint changes from to
This gives a bijection between bad paths from to and all paths from to .
Step 3: Count paths to . A path from to takes steps with net vertical displacement . This requires up steps and down steps, giving paths.
Step 4: Apply inclusion-exclusion.
Using the identity :
The Catalan numbers satisfy the recurrence with .
Let be the generating function. The recurrence translates to:
This is a quadratic equation in :
By the quadratic formula:
Since (requiring the series to have constant term 1), we choose the minus sign:
Expanding using the generalized binomial theorem with :
where for .
After algebraic manipulation:
Comparing coefficients gives .
The reflection principle is a powerful technique with many applications:
- Ballot problem: In an election where candidate receives votes and candidate receives votes with , the probability that is always ahead throughout the counting is .
- Random walks: Analyzing first return times and path properties
- Parking functions: Counting certain permutation-related structures
The key insight is that reflecting a path creates a bijection between "bad" objects and another easily-counted set.
The formula can be rewritten as:
This gives a direct combinatorial interpretation:
- : ways to place objects in positions
- : "bad" configurations (those crossing a boundary)
- : "good" configurations satisfying the Catalan property
This subtraction principle unifies the various Catalan-counted structures under a single framework.
The Catalan number formula exemplifies how generating functions, bijective proofs, and algebraic identities converge to reveal deep combinatorial truths.