Chapter 3: Bijections and Combinatorial Proofs #
If one proves the equality of two numbers and by showing first that and then that it is unfair; one should instead show that they are really equal by disclosing the inner ground for their equality.
— Emmy Noether
Hence, counting is sometimes just a pretext and the important thing is to understand, or discover, a structure in some discrete objects.
— Mireille Bousquet-Mélou
Our first general tool for the study of combinatorial classes is the notion of a bijection. Bijections allow us to use information about simple classes and classes we already understand to study complicated classes and classes we haven’t seen before.
Let and be two sets. We say that a function is
- injective if implies for any
- surjective if for every there exists some with
- bijective if it is injective and surjective.
If there is a bijection from to then we say that and are in bijection.
Remark: An equivalent formulation for injectiveness is that is injective if for all the equality implies This is the contrapositive to the statement above.
Because a bijection takes distinct elements of to distinct elements of and every element of is mapped to by some element of a bijection “pairs up” the elements of and (when and are infinite we usually define them to have the same size if and only if they are in bijection).
Exercise: Prove that if and are finite sets in bijection then

If then we call a function the inverse of if
In other words,
Lemma 1: The functionis a bijection if and only if f : A → B f:A\rightarrow B has an inverse. f f
Proof of Lemma 1
First, suppose that
Conversely, suppose that
The two most common ways of proving sets
-
Define a map
and then provef : A → B f:A\rightarrow B - that
is well-defined (it actually takes elements off f to elements ofA A )B B - that
is injective, andf f - that
is surjective.f f
- that
-
Define two maps
andf : A → B f:A\rightarrow B and proveg : B → A , g:B\rightarrow A, - that both maps are well-defined,
- that
for allg ( f ( a ) ) = a g(f(a)) = a anda ∈ A , a \in A, - that
for allf ( g ( b ) ) = b f(g(b)) = b b ∈ B . b \in B.
Example: Prove that the set of integers
and the set of even integers Z \mathbb{Z} are in bijection. 2 Z = { … , − 4 , − 2 , 0 , 2 , 4 , … } 2\mathbb{Z} = \{\dots,-4,-2,0,2,4,\dots\} Click for Answer
Define the functionsand f : Z → 2 Z f:\mathbb{Z}\rightarrow2\mathbb{Z} by g : 2 Z → Z g:2\mathbb{Z}\rightarrow\mathbb{Z} and f ( z ) = 2 z f(z)=2z Note that g ( z ) = z / 2. g(z) = z/2. and f f are well-defined since g g always outputs an even integer and f f always outputs an integer (because it only takes even integers as input). Then g g and g ( f ( a ) ) = ( 2 a ) / 2 = a g(f(a))=(2a)/2=a for all f ( g ( b ) ) = 2 ( b / 2 ) = b f(g(b))=2(b/2)=b and a ∈ Z a\in\mathbb{Z} so b ∈ 2 Z b\in2\mathbb{Z} is the inverse function of g g and f f is a bijection. f f
A bijection of combinatorial classes
Example: A permutation matrix of size
is an n n matrix with entries in n × n n\times n where every row and every column has exactly one 1. Prove that the class { 0 , 1 } \{0,1\} of permutations and the class S S of permutation matrices are in bijection. M M Click for Answer
Let
be the function that takes a permutation f : S → M f:S \rightarrow M of size σ = σ 1 ⋯ σ n \sigma = \sigma_1 \cdots \sigma_n and returns the n n matrix with ones in positions n × n n \times n ( 1 , σ 1 ) , … , ( n , σ n ) . (1,\sigma_1),\dots,(n,\sigma_n). We prove that
is a bijection by showing that f f
is well-defined, f f is injective, and f f is surjective. f f We prove these properties in order.
- If
is a permutation then σ \sigma so { σ 1 , … , σ n } = { 1 , … , n } , \{\sigma_1,\dots,\sigma_n\} = \{1,\dots,n\}, is an f ( σ ) f(\sigma) matrix with one 1 in each row and each column. n × n n\times n - If
then f ( σ ) = f ( τ ) f(\sigma)=f(\tau) and σ \sigma must be permutations of the same size τ \tau and n n for each σ j = τ j \sigma_j = \tau_j so 1 ≤ j ≤ n , 1 \leq j \leq n, σ = τ . \sigma = \tau. - Let
be a matrix in L L If M . M. has ones in positions L L then ( 1 , j 1 ) , … , ( n , j n ) (1,j_1),\dots,(n,j_n) is a permutation of size σ = j 1 j 2 ⋯ j n \sigma = j_1 \; j_2 \; \cdots \; j_n and n n f ( σ ) = L . f(\sigma)=L. Thus,
is a bijection between the combinatorial classes f f and S S M . M.
How do we find bijections? Bijective combinatorics can be more of an art than a science, however there are some useful tips to keep in mind.
-
Look at small examples. If you want to prove that two classes with objects
andA A are in bijection then try to pair up the objects of size 1 inB B with the objects of size 1 inA A Try to do the same thing for objects of sizes 2 and 3. Can you see a general pattern to pair up objects of any sizeB . B. ?n n -
Think back to other bijections you’ve already seen. For instance, if you’re trying to find a bijection between a class of restricted permutations and a family of matrices, then can you reuse any ideas from our argument in the last example?
-
Try to decompose a complicated class into simpler parts. For instance, in a class whose objects are pairs then can you think about out where to send the first object in a pair and the second object in a pair independently?
A multiset of sizewith n n types is a sequence t t with ( m 1 , … , m t ) ∈ N t (m_1,\dots,m_t) \in \mathbb{N}^t m 1 + ⋯ + m t = n . m_1 + \cdots + m_t = n.
Exercise: Prove that the set of multisets of sizewith n n types is in bijection with the set of sets containing t t elements from n n where elements are allowed to repeat. { 1 , … , t } \{1,\dots,t\}
Lemma 2: Ifwith n , t ∈ N n,t \in \mathbb{N} then there are t ≥ 1 t \geq 1 multisets of size ( n + t − 1 t − 1 ) \binom{n+t-1}{t-1} with n n types. t t
Proof Sketch of Lemma 2 (‘Balls and Lines Bijection’)
Let

Formally, let
Let
Exercise: Prove thatis a bijection. f f
Combinatorial Proofs #
Bijections and counting methods allow us to give combinatorial proofs of identities. To prove an identity of the form
-
Find two sets
andA A where it is easy to proveB B and∣ A ∣ = LHS |A| = \text{LHS} and then prove that∣ B ∣ = RHS |B| = \text{RHS} andA A are in bijection.B B -
Count a single set
in two different ways, one of which shows thatA A and the other of which shows that∣ A ∣ = LHS |A| = \text{LHS} ∣ A ∣ = RHS . |A| = \text{RHS}.
Combinatorial proofs stand in contrast to algebraic proofs, because they show equality by giving meaning to both sides of an equation instead of performing symbolic manipulations. We now give two simple examples to illustrate the method. Both of our examples are fairly easy to prove algebraically, but the method of combinatorial proof can be very powerful (especially once one has build up a large “dictionary” of combinatorial objects and their counting sequences).
Example: Give a combinatorial proof that
for any ( n k ) = ( n n − k ) \binom{n}{k} = \binom{n}{n-k} with n , k ∈ N n,k\in\mathbb{N} 0 ≤ k ≤ n . 0 \leq k \leq n. Click for Answer
Let
be the set of subsets of A A of size [ n ] = { 1 , … , n } [n]=\{1,\dots,n\} and k k be the set of subsets of B B of size [ n ] [n] so that n − k , n-k, and ∣ A ∣ = ( n k ) |A| = \binom{n}{k} ∣ B ∣ = ( n n − k ) . |B| = \binom{n}{n-k}. Consider the function
which takes an element f : A → B f:A\rightarrow B to its complement S ∈ A S \in A Then f ( S ) = [ n ] ∖ S . f(S) = [n] \setminus S. takes a subset of f f with [ n ] [n] elements to a subset with k k elements, so it is well-defined. If n − k n-k is also the complement function g : B → A g:B \rightarrow A then g ( T ) = [ n ] ∖ T g(T) = [n] \setminus T for all g ( f ( S ) ) = [ n ] ∖ ( [ n ] ∖ S ) = S g(f(S)) = [n] \setminus ([n] \setminus S) = S and, for the same reason, S ∈ A S \in A for all f ( g ( T ) ) = T f(g(T))=T Thus T ∈ B . T \in B. is the inverse of g g so f f is a bijection and f f ( n k ) = ∣ A ∣ = ∣ B ∣ = ( n n − k ) . \binom{n}{k} = |A| = |B| = \binom{n}{n-k} .
Example: Give a combinatorial proof that
2 n = ∑ k = 0 n ( n k ) . 2^n = \sum_{k=0}^n \binom{n}{k}. Click for Answer
Letbe the set of subsets of A A so [ n ] = { 1 , … , n } , [n]=\{1,\dots,n\}, We can express ∣ A ∣ = 2 n . |A|=2^n. as the disjoint union A A where A = A 0 ∪ ⋯ ∪ A n A = A_0 \cup \cdots \cup A_n denotes the subsets of A k A_k with [ n ] [n] elements. Since k k we see that ∣ A k ∣ = ( n k ) |A_k| = \binom{n}{k} 2 n = ∣ A ∣ = ∑ k = 0 n ∣ A k ∣ = ∑ k = 0 n ( n k ) . 2^n = |A| = \sum_{k=0}^n |A_k| = \sum_{k=0}^n \binom{n}{k}.
The key to giving combinatorial proofs of identities is to identify combinatorial objects that are counted by the terms on each side. Here are some sequences that appear frequently in identities, and some of the combinatorial objects that are counted by them.
Sequence | Combinatorial Interpretation |
---|---|
permutations of size |
|
binary strings of length |
|
strings of length |
|
subsets of |
|
lattice paths from |
|
multisets of size |
|
Cartesian product of sets with sizes |
|
union of disjoint sets with sizes |
The online encyclopedia of integer sequence is a key tool that allows users to look up the combinatorial objects counted by the initial terms of a sequence. If you have an unknown sequence, plug some of the terms into the oeis, find another objected counted by the sequence, and then try to find a bijection. (If you find one, then update the entry on the oeis with your new information!)
Additional Problems #
Problem 1. For any positive
Problem 2. Let
(a) Give a bijection between the sets
(b) Give a bijection between the sets
(c) Generalize parts (a) and (b).
Problem 3. Give combinatorial proofs of the following identities (all quantities are integers).
Problem 4. A Dyck path of size

Prove that the set of Dyck paths of size
Problem 5. Fix a positive integer