Mathlib Map

Theorems · Theorem · special functions

Complex.Gamma_add_nat_div_Gamma_eq

∀ {n : ℕ} (z : ℂ),
  (∀ (k : ℕ), z ≠ -↑k) → Complex.Gamma (z + ↑n) / Complex.Gamma z = Polynomial.eval z (ascPochhammer ℂ n)

The ascending Pochhammer symbol is given by the ratio of Γ functions.

Defined in
Mathlib.Analysis.SpecialFunctions.Gamma.Beta
Cited by
1 results in Mathlib
Foundations
Depth 287 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.