Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-03-17 10:17 84933f12

View on Github →

feat(ring_theory/polynomial): Pochhammer polynomials (#6598)

The Pochhammer polynomials

We define and prove some basic relations about pochhammer S n : polynomial S = X * (X+1) * ... * (X + n - 1) which is also known as the rising factorial.

Estimated changes