Mathlib Map

Theorems · Theorem · functional analysis

hasStrictFDerivAt_exp_smul_const_of_mem_ball

∀ (𝕂 : Type u_1) {𝕊 : Type u_2} {𝔸 : Type u_3} [inst : NontriviallyNormedField 𝕂] [CharZero 𝕂]
  [inst_2 : NormedCommRing 𝕊] [inst_3 : NormedRing 𝔸] [inst_4 : NormedSpace 𝕂 𝕊] [inst_5 : NormedAlgebra 𝕂 𝔸]
  [inst_6 : Algebra 𝕊 𝔸] [inst_7 : ContinuousSMul 𝕊 𝔸] [inst_8 : IsScalarTower 𝕂 𝕊 𝔸] [CompleteSpace 𝔸] (x : 𝔸) (t : 𝕊),
  t • x ∈ Metric.eball 0 (NormedSpace.expSeries 𝕂 𝔸).radius →
    HasStrictFDerivAt (fun u => NormedSpace.exp (u • x)) (NormedSpace.exp (t • x) • ContinuousLinearMap.smulRight 1 x) t
Defined in
Mathlib.Analysis.SpecialFunctions.Exponential
Cited by
3 results in Mathlib
Foundations
Depth 189 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldCharZeroNormedCommRingNormedRingNormedSpaceNormedAlgebraAlgebraContinuousSMulIsScalarTowerCompleteSpace

Around this declaration

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

Cites34

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

Cited by3

Results whose statement or proof uses this declaration.