Mathlib Map

Theorems · Definition · functional analysis

NormedSpace.expSeries

(𝕂 : Type u_1) →
  (𝔸 : Type u_2) →
    [inst : Field 𝕂] →
      [inst_1 : Ring 𝔸] →
        [inst_2 : Algebra 𝕂 𝔸] →
          [inst_3 : TopologicalSpace 𝔸] → [inst_4 : IsTopologicalRing 𝔸] → FormalMultilinearSeries 𝕂 𝔸 𝔸

expSeries 𝕂 𝔸 is the FormalMultilinearSeries whose n-th term is the map (xᵢ) : 𝔸ⁿ ↦ (1/n! : 𝕂) • ∏ xᵢ. Its sum is the exponential map NormedSpace.exp : 𝔸 → 𝔸.

Defined in
Mathlib.Analysis.Normed.Algebra.Exponential
Cited by
68 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldRingAlgebraTopologicalSpaceIsTopologicalRing

Around this declaration

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

NormedSpace.expSeries_radius_eq_top · cited by 27NormedSpace.expSeries_rad…NormedSpace.expSeries_apply_eq · cited by 12NormedSpace.expSeries_app…NormedSpace.exp_eq_expSeries_sum · cited by 8NormedSpace.exp_eq_expSer…NormedSpace.norm_expSeries_summable_of_mem_ball · cited by 4NormedSpace.norm_expSerie…NormedSpace.analyticAt_exp_of_mem_ball · cited by 4NormedSpace.analyticAt_ex…NormedSpace.norm_expSeries_summable_of_mem_ball' · cited by 3NormedSpace.norm_expSerie…TrivSqZeroExt.exp_def_of_smul_comm · cited by 3TrivSqZeroExt.exp_def_of_…hasStrictFDerivAt_exp_smul_const_of_mem_ball · cited by 3hasStrictFDerivAt_exp_smu…hasStrictFDerivAt_exp_zero_of_radius_pos · cited by 3hasStrictFDerivAt_exp_zer…NormedSpace.expSeries_hasSum_exp_of_mem_ball · cited by 3NormedSpace.expSeries_has…NormedSpace.expSeries_radius_pos · cited by 3NormedSpace.expSeries_rad…NormedSpace.expSeries_sum_eq · cited by 3NormedSpace.expSeries_sum…NormedSpace.exp_add_of_commute_of_mem_ball · cited by 3NormedSpace.exp_add_of_co…NormedSpace.exp_def · cited by 3NormedSpace.exp_defNormedSpace.hasFPowerSeriesOnBall_exp_of_radius_pos · cited by 3NormedSpace.hasFPowerSeri…TopologicalSpace · cited by 24529TopologicalSpaceAlgebra · cited by 11388AlgebraRing · cited by 7463RingField · cited by 7404FieldNat.factorial · cited by 616Nat.factorialFormalMultilinearSeries · cited by 615FormalMultilinearSeriesIsTopologicalRing · cited by 402IsTopologicalRingContinuousMultilinearMap.mkPiAlgebraFin · cited by 29ContinuousMultilinearMap.…NormedSpace.expSeriesCITED BYCITES

Cites8

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

Cited by69

Results whose statement or proof uses this declaration.