Mathlib Map

Theorems · Theorem · complex analysis

binomialSeries_radius_eq_one

∀ {𝕂 : Type v} [inst : RCLike 𝕂] {𝔸 : Type u} [inst_1 : NormedDivisionRing 𝔸] [inst_2 : NormedAlgebra 𝕂 𝔸] {a : 𝕂},
  (∀ (k : ℕ), a ≠ ↑k) → (binomialSeries 𝔸 a).radius = 1

The radius of convergence of binomialSeries 𝔸 a is 1, when a is not natural.

Defined in
Mathlib.Analysis.Analytic.Binomial
Cited by
1 results in Mathlib
Foundations
Depth 179 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedDivisionRingNormedAlgebra

Around this declaration

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

Cites16

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.