Hockey Stick Identity

College Depth 68 in the knowledge graph I know this Set as goal
Unlocks 1 downstream topic
combinatorics binomial-coefficients identities

Core Idea

The hockey stick identity (also called Pascal's identity summed) states Σ C(n+i, i) = C(n+r+1, r) for non-negative integers. It gets its name from the shape traced in Pascal's triangle and is proven using combinatorial arguments or induction.

Explainer

From your work with binomial coefficients, you know that C(n, k) counts the number of ways to choose k items from n, and that Pascal's triangle encodes these values with each entry equal to the sum of the two above it. The Hockey Stick Identity reveals a different pattern: add up a diagonal of entries in Pascal's triangle, and you get the value just one step below the bottom of that diagonal. Specifically: C(r, r) + C(r+1, r) + C(r+2, r) + ⋯ + C(n, r) = C(n+1, r+1). If you trace these cells in Pascal's triangle, the summed entries form the straight shaft of a hockey stick, and the result is the curved blade at the bottom — hence the name.

The cleanest proof uses the double-counting principle from your prerequisites. Ask: how many ways can you choose r+1 items from the set {1, 2, 3, ..., n+1}? The answer is C(n+1, r+1). Now count the same thing a different way: condition on which element is the *largest* chosen. If the largest is r+1, the remaining r items come from {1, ..., r}, giving C(r, r) = 1 way. If the largest is r+2, the remaining r come from {1, ..., r+1}, giving C(r+1, r) ways. If the largest is r+k+1, you get C(r+k, r) ways. Summing over all possible largest elements from r+1 up to n+1 produces exactly the hockey stick sum — and both counts equal C(n+1, r+1). The identity follows.

Let's verify with r = 2: C(2,2) + C(3,2) + C(4,2) + C(5,2) = C(6,3). Computing: 1 + 3 + 6 + 10 = 20, and C(6,3) = 20. ✓ In Pascal's triangle these values — 1, 3, 6, 10 — appear along a diagonal moving down-right from the apex, and the answer 20 appears one step below and one step right of the last term, forming the blade. Marking these cells makes the hockey stick shape unmistakable.

The Hockey Stick Identity is a powerful shortcut whenever you need to sum a diagonal run of binomial coefficients — a computation that arises in probability distributions, combinatorial proofs, and algorithm analysis. More broadly, it exemplifies a central technique in combinatorics: identify the same quantity in two different ways, equate the counts, and the resulting equation is a non-trivial identity. Double counting doesn't just verify formulas — it reveals *why* they are true.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsPiecewise FunctionsStep FunctionsComposition of FunctionsInverse FunctionsRadical Functions and GraphsRational ExponentsExponential Functions and GraphsGeometric Sequences and SeriesSigma NotationExpected ValueThe Probabilistic Method in Graph TheoryProbabilistic Method in CombinatoricsPermutations and Ordered ArrangementsCombinations and Unordered SelectionsBinomial Coefficients and Pascal's TriangleHockey Stick Identity

Longest path: 69 steps · 303 total prerequisite topics

Prerequisites (2)

Leads To (1)