Section 2.5 Combinatorial Arguments
Objectives
- Prove simple combinatorial identities by counting a set in two ways. (The set may or may not be given.)
Checkpoint 2.5.1. Pascal's Formula, again.
Prove Theorem 2.3.2 by manipulating the right-hand side algebraically, and showing that it simplifies to the left-hand side.
Theorem 2.5.2. Chairperson Identity.
For integers
Checkpoint 2.5.3. Chairperson by Algebra.
Prove Theorem 2.5.2 using algebra.
Example 2.5.4. Chairperson by Combinatorial Proof.
Prove Theorem 2.5.2 by counting a set in two ways.
Our goal is to show that
given integers \(0 \leq k \leq n\text{.}\)
To do this, we count the number of ways to form a committee of \(k\) members from \(n\) people, and then elect a chair of the committee.
Suppose that from a group of \(n\) people, we want to
- Form a committee of \(k\) people; and
- Elect a chair of the committee.
By Principle 2.1.9, we can count the number of ways we can do this by multiplying.
- There are \(\binom{n}{k}\) ways to form a committee of \(k\) people from a group of \(n\text{.}\)
- From the \(k\) people in the committee, we need to choose a chair, and there are \(k\) choices.
Hence we count a total of
ways to do this. Note that this is the left-hand side of what we're proving, (2.5.1).
Now let's count the number of such committee-chair selections in a different way: by first selecting the chair.
- Elect a chair of the committee; then
- Complete the committee by adding members.
Again, we use Principle 2.1.9, noting that the number of choices in the second step is independent of who is picked for the first.
- There are \(n\) people in the original group, so we have \(n\) choices for committee chair.
- From the remaining \(n-1\) people, we need to select \(k-1\) members to fill out the committee. There are \(\binom{n-1}{k-1}\) ways to do this.
Therefore we can select a chair and form the committee a total of
ways. This is the right-hand side of (2.5.1)!
We just showed that the left-hand side and the right-hand side of the given identity are two different ways of counting the committee-chair possibilities, and hence, they must be equal.
From nine people
pick four members
then elect a chair.
From nine people
elect a chair
then pick three more members.
- If the identity involves addition, this means the objects being counted will likely be broken up into disjoint cases (and Principle 2.1.7 is used).
- If the identity involves multiplication, there may be multiple interpretations depending on the use of Principle 2.1.9. For instance,
may represent the number of subsets of or the number of binary strings of length
Checkpoint 2.5.5. Prove .
Using algebra it is a straightforward manipulation to show that
for \(n \in \mathbb{N}\text{.}\) Write a complete combinatorial proof of this statement.
Checkpoint 2.5.6. Another proof of Checkpoint 2.3.8.
Prove the statement in Checkpoint 2.3.8 by counting the number of subsets of \(\{1,2,\ldots,n\}\) in two ways.
Partition subsets by cardinality. (How many subsets have size 0? have size 1? And so on...)