Theorems · Theorem · special functions
ordinaryHypergeometricSeries_apply_eq
∀ {𝕂 : Type u_1} {𝔸 : Type u_2} [inst : Field 𝕂] [inst_1 : Ring 𝔸] [inst_2 : Algebra 𝕂 𝔸] [inst_3 : TopologicalSpace 𝔸]
[inst_4 : IsTopologicalRing 𝔸] (a b c : 𝕂) (x : 𝔸) (n : ℕ),
((ordinaryHypergeometricSeries 𝔸 a b c n) fun x_1 => x) =
((↑n.factorial)⁻¹ * Polynomial.eval a (ascPochhammer 𝕂 n) * Polynomial.eval b (ascPochhammer 𝕂 n) *
(Polynomial.eval c (ascPochhammer 𝕂 n))⁻¹) •
x ^ n- Cited by
- 1 results in Mathlib
- Foundations
- Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- Algebrastatement and proof · cited by 11,388
- Ringstatement and proof · cited by 7,463
- Fieldstatement and proof · cited by 7,404
- ContinuousMultilinearMapstatement · cited by 1,016
- Polynomial.evalstatement and proof · cited by 796
- Nat.factorialstatement and proof · cited by 616
- FormalMultilinearSeriesproof · cited by 615
- IsTopologicalRingstatement and proof · cited by 402
- ascPochhammerstatement and proof · cited by 80
- ordinaryHypergeometricSeriesstatement · cited by 17
Cited by1
Results whose statement or proof uses this declaration.
- ordinaryHypergeometric_sum_eqproof · cited by 1