Mathlib Map

Theorems · Theorem · complex analysis

binomialSeries_eq_ordinaryHypergeometricSeries

∀ {𝕂 : Type u} [inst : Field 𝕂] [inst_1 : CharZero 𝕂] {𝔸 : Type v} [inst_2 : Ring 𝔸] [inst_3 : Algebra 𝕂 𝔸]
  [inst_4 : TopologicalSpace 𝔸] [inst_5 : IsTopologicalRing 𝔸] {a b : 𝕂},
  (∀ (k : ℕ), ↑k ≠ -b) →
    binomialSeries 𝔸 a = (ordinaryHypergeometricSeries 𝔸 (-a) b b).compContinuousLinearMap (-ContinuousLinearMap.id 𝕂 𝔸)
Defined in
Mathlib.Analysis.Analytic.Binomial
Cited by
2 results in Mathlib
Foundations
Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldCharZeroRingAlgebraTopologicalSpaceIsTopologicalRing

Around this declaration

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

Cites33

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.