Section 22.4 Properties
Studying the version of Pascal’s triangle involving the actual combination values, here are some of the patterns we observe.
- The values are symmetric about a vertical line through the centre of the triangle.
- It appears that every entry is the sum of the two entries immediately above.
- It appears that each row sums to a power of
We have already observed the first pattern as arising from the equivalence of choosing versus rejecting elements to form a subset (see Corollary 22.2.4 and Remark 22.2.5).
The next two propositions confirm that the other two observed patterns continue throughout the triangle.
Proof.
We could prove this equality just by comparing the factorial formulas involved on the left-hand and right-hand sides. But instead we will consider each of these combination values as representing the number of subsets of a certain size.
Write
so that Then the left-hand side of the equality in the statement of the proposition represents the number of subsets of of size Let’s break that collection of subsets into two subcollections.
Subsets of of size that contain .
Each of these subsets will consist of along with nonzero elements. As contains nonzero elements from which to choose, there are ways to select those additional subset elements from
Subsets of of size that do not contain .
Each of these subsets must consist of nonzero elements. As contains nonzero elements from which to choose, there are ways to select those subset elements from
Adding these two disjoint cases together using the Addition Rule yields the right-hand side of the equality.
Proposition 22.4.3.
Proof.
First, recall that the notation on the left-hand side is summation notation:
Let so that Then (Theorem 12.2.9). So the right-hand side of the equality represents the number of possible subsets of
On the other hand, for each index in the sum on the left-hand side, the term is the number of subsets of of size Using the Addition Rule, the sum of these terms must also be the total number of possible subsets of
Here is one further property of the choose function.
Proposition 22.4.4.
Proof.
Suppose is a finite set with (For example, we could use but that might get confusing between numbers as elements of and numbers as cardinalities of subsets of ) Then the left-hand side of the equality is the number of subsets of of size Here is a systematic way we could create that those subsets.
Choose an ordering of the elements of so that
though we will not count this choice of ordering. Then, proceed as follows.
- Writeso that
with Then there is exactly subset of of size which is itself. And this subset of is also a subset of - Writeso that
with Using only the elements of to create a new subset of size that we have not already counted we must include the new element with the remaining elements to make up chosen from So we get new subsets of of size from - Writeso that
with Using only the elements of to create a new subset of of size that we have not already counted we must include the new element with the remaining elements to make up chosen from So we get new subsets of of size from
And so on. The last step in this process is when we create new subsets of size by first choosing to include and then choosing the remaining elements from giving us new subsets.
Every subset of size is accounted for in the above process, since every such subset must contain at least one element with index or larger. If is the element in with the largest index, then is one of the subsets considered in step where
So adding up each of these disjoint cases using the Addition Rule must yield the total number of subsets of of size Replacing the total from the first step with (since both are equal to ) to match the pattern of the subsequent steps, we obtain
as desired.