Mathlib Map

Theorems · Theorem · functional analysis

hasFDerivAt_exp_of_mem_ball

∀ {𝕂 : Type u_1} {𝔸 : Type u_2} [inst : NontriviallyNormedField 𝕂] [inst_1 : NormedCommRing 𝔸]
  [inst_2 : NormedAlgebra 𝕂 𝔸] [CompleteSpace 𝔸] [CharZero 𝕂] {x : 𝔸},
  x ∈ Metric.eball 0 (NormedSpace.expSeries 𝕂 𝔸).radius → HasFDerivAt NormedSpace.exp (NormedSpace.exp x • 1) x

The exponential map in a commutative Banach algebra 𝔸 over a normed field 𝕂 of characteristic zero has Fréchet derivative NormedSpace.exp x • 1 : 𝔸 →L[𝕂] 𝔸 at any point x in the disk of convergence.

Defined in
Mathlib.Analysis.SpecialFunctions.Exponential
Cited by
1 results in Mathlib
Foundations
Depth 184 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedCommRingNormedAlgebraCompleteSpaceCharZero

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 by1

Results whose statement or proof uses this declaration.