Mathlib Map

Theorems · Theorem · functional analysis

NormedSpace.exp_add_of_commute

∀ {𝔸 : Type u_1} [inst : NormedRing 𝔸] [NormedAlgebra ℚ 𝔸] [CompleteSpace 𝔸] {x y : 𝔸},
  Commute x y → NormedSpace.exp (x + y) = NormedSpace.exp x * NormedSpace.exp y

In a Banach-algebra 𝔸 over 𝕂 = ℝ or 𝕂 = ℂ, if x and y commute, then NormedSpace.exp (x+y) = (NormedSpace.exp x) * (NormedSpace.exp y).

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

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 by8

Results whose statement or proof uses this declaration.