Mathlib Map

Theorems · Theorem · complex analysis

binomialSeries_apply

∀ {𝕂 : Type u} [inst : Field 𝕂] [inst_1 : CharZero 𝕂] (𝔸 : Type v) [inst_2 : Ring 𝔸] [inst_3 : Algebra 𝕂 𝔸]
  [inst_4 : TopologicalSpace 𝔸] [inst_5 : IsTopologicalRing 𝔸] (a : 𝕂) {n : ℕ} (v : Fin n → 𝔸),
  (binomialSeries 𝔸 a n) v = Ring.choose a n • (List.ofFn v).prod
Defined in
Mathlib.Analysis.Analytic.Binomial
Cited by
1 results in Mathlib
Foundations
Depth 107 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.

Cites13

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

Cited by1

Results whose statement or proof uses this declaration.