Mathlib Map

Theorems · Theorem · special functions

Complex.regularizedHGFunCoeff_add_one_div_self

∀ {a b : Multiset ℂ} {n : ℕ},
  Complex.regularizedHGFunCoeff a b n ≠ 0 →
    Complex.regularizedHGFunCoeff a b (n + 1) / Complex.regularizedHGFunCoeff a b n =
      (Multiset.map (fun x => x + ↑n) a).prod / ((Multiset.map (fun x => x + ↑n) b).prod * (↑n + 1))

Recursion formula for the coefficients of the hypergeometric series. This is mainly used to calculate the convergence radius.

Defined in
Mathlib.Analysis.SpecialFunctions.RegularizedHypergeometric
Cited by
2 results in Mathlib
Foundations
Depth 290 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites13

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

Cited by2

Results whose statement or proof uses this declaration.