Mathlib Map

Theorems · Theorem · functional analysis

NormedSpace.exp_sum

∀ {𝔸 : Type u_2} [inst : NormedCommRing 𝔸] [NormedAlgebra ℚ 𝔸] [CompleteSpace 𝔸] {ι : Type u_3} (s : Finset ι)
  (f : ι → 𝔸), NormedSpace.exp (∑ i ∈ s, f i) = ∏ i ∈ s, NormedSpace.exp (f i)

A version of NormedSpace.exp_sum_of_commute for a commutative Banach-algebra.

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

Around this declaration

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

Cites11

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.