Mathlib Map

Theorems · Theorem · special functions

ordinaryHypergeometricSeries_eq_zero_of_neg_nat

∀ {𝕂 : Type u_1} {𝔸 : Type u_2} [inst : Field 𝕂] [inst_1 : Ring 𝔸] [inst_2 : Algebra 𝕂 𝔸] [inst_3 : TopologicalSpace 𝔸]
  [inst_4 : IsTopologicalRing 𝔸] (a b c : 𝕂) {n k : ℕ},
  ↑k = -a ∨ ↑k = -b ∨ ↑k = -c → k < n → ordinaryHypergeometricSeries 𝔸 a b c n = 0

If any parameter to the series is a sufficiently large nonpositive integer, then the series term is zero.

Defined in
Mathlib.Analysis.SpecialFunctions.OrdinaryHypergeometric
Cited by
3 results in Mathlib
Foundations
Depth 112 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldRingAlgebraTopologicalSpaceIsTopologicalRing

Around this declaration

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

Cites20

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

Cited by3

Results whose statement or proof uses this declaration.