ABSTRACT
The Symmetry Identity states that . This principle highlights the inherent balance in Pascal’s Triangle, reflecting the fact that choosing a group to “include” is mathematically identical to choosing a group to “exclude.”
1. Algebraic Proof
By applying the factorial definition of a binomial coefficient, the symmetry becomes clear through the commutative property of multiplication.
Since the denominators are identical, the two expressions are equal.
2. Combinatorial Proofs
The “Selection is Rejection” Argument
- LHS: Represents the number of ways to choose objects from a set of to be in a committee.
- RHS: Represents the number of ways to choose objects from a set of to be left out of the committee.
- Logic: Every time you pick people to be “in,” you are simultaneously and uniquely picking people to be “out.” Because every selection of a subset uniquely determines its complement, the number of ways to do both must be equal.
The Bijection (Bit-Flipping) Argument
- counts the number of fixed-density binary strings of length with ones.
- counts the number of fixed-density binary strings of length with ones.
- Proof: We can define a bijection (a one-to-one mapping) between these two sets by flipping every bit (turning every
1into a0and every0into a1).- Example: For , flipping the string
100(from ) gives011(from ). - Since every string in the first set maps to exactly one unique string in the second set, the two quantities must be equal.
- Example: For , flipping the string
3. Visualizing Symmetry
This identity explains why Pascal’s Triangle is a mirror image of itself. For any row :
- The 1st element equals the last element:
- The 2nd element equals the second-to-last:
Example ()
Using the row :
- (Choosing 1 object to keep)
- (Choosing 3 objects to throw away)
4. Connection to De Morgan’s Law
The Symmetry Identity is the combinatorial cousin of De Morgan’s Law. While De Morgan’s deals with the logic of complements (), the Symmetry Identity deals with the counting of complements. Both rely on the fundamental relationship between a set and everything not in that set.