Mathlib Map

Theorems · Definition · complex analysis

binomialSeries

{𝕂 : Type u} →
  [inst : Field 𝕂] →
    [CharZero 𝕂] →
      (𝔸 : Type v) →
        [inst_2 : Ring 𝔸] →
          [inst_3 : Algebra 𝕂 𝔸] →
            [inst_4 : TopologicalSpace 𝔸] → [inst_5 : IsTopologicalRing 𝔸] → 𝕂 → FormalMultilinearSeries 𝕂 𝔸 𝔸

Binomial series: the (scalar) formal multilinear series with coefficients given by Ring.choose a. The sum of this series is fun x ↦ (1 + x) ^ a within the radius of convergence.

Defined in
Mathlib.Analysis.Analytic.Binomial
Cited by
11 results in Mathlib
Foundations
Depth 106 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.

Cites9

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

Cited by11

Results whose statement or proof uses this declaration.