Two ways: combinatorial proofs of identities
Algebra and a combinatorial argument give the same formula and not the same thing.
延伸阅读
Count one set twice
To show two expressions are equal, the cheapest route is often not simplification but finding a set and showing that the left side counts it and so does the right. That practice is called a combinatorial proof. Its extra return is this: an algebraic proof tells you the equality holds, a combinatorial one also tells you why, and can therefore be modified when a neighbouring problem appears.
Split on one particular element
There is essentially one way to build that correspondence: fix on a particular element and ask whether it is in. Each chosen object either contains it or does not, the two classes are disjoint and exhaust the whole, and the addition principle hands you a recurrence. Pascal's identity is the first instance, and chapter 5's recurrences are that act generalised.
Two identities: one by splitting, one by counting twice
What is being proved are Pascal's identity and the Vandermonde convolution, showing that both come from one act in two directions.
One identity, two proofs, different takeaways
The boundary of this chapter's claims
The 'split on a particular element' commitment as a testable specification
The modelling commitment under test: a real classification really cuts the population into disjoint, exhaustive parts, so the class counts sum to the total.