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.
- 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.
- Complexstatement and proof · cited by 5,565
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- Multisetstatement and proof · cited by 2,627
- MulZeroClass.zero_mulproof · cited by 1,625
- one_ne_zeroproof · cited by 885
- Multiset.mapstatement and proof · cited by 876
- div_oneproof · cited by 629
- Multiset.prodstatement and proof · cited by 528
- div_zeroproof · cited by 251
- Complex.regularizedHGFunCoeffstatement and proof · cited by 10
- Complex.regularizedHGFunCoeff_add_oneproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Complex.radius_regularizedHGFunSeries_eq_oneproof · cited by 1
- Complex.radius_regularizedHGFunSeries_eq_topproof · cited by 0