Mathlib Map

Theorems · Theorem · several complex variables

AnalyticOn.pow

∀ {𝕜 : Type u_2} [inst : NontriviallyNormedField 𝕜] {E : Type u_3} [inst_1 : NormedAddCommGroup E]
  [inst_2 : NormedSpace 𝕜 E] {A : Type u_7} [inst_3 : NormedRing A] [inst_4 : NormedAlgebra 𝕜 A] {f : E → A}
  {s : Set E}, AnalyticOn 𝕜 f s → ∀ (n : ℕ), AnalyticOn 𝕜 (f ^ n) s

Powers of analytic functions (into a normed 𝕜-algebra) are analytic.

Defined in
Mathlib.Analysis.Analytic.Constructions
Cited by
2 results in Mathlib
Foundations
Depth 190 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceNormedRingNormedAlgebra

Around this declaration

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

Cites8

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.