Mathlib Map

Theorems · Definition · functional analysis

Unitization.normedAlgebraAux

{𝕜 : Type u_1} →
  {A : Type u_2} →
    [inst : NontriviallyNormedField 𝕜] →
      [inst_1 : NonUnitalNormedRing A] →
        [inst_2 : NormedSpace 𝕜 A] →
          [inst_3 : IsScalarTower 𝕜 A A] →
            [inst_4 : SMulCommClass 𝕜 A A] → [inst_5 : RegularNormedAlgebra 𝕜 A] → NormedAlgebra 𝕜 (Unitization 𝕜 A)

Pull back the normed algebra structure from 𝕜 × (A →L[𝕜] A) to Unitization 𝕜 A using the algebra homomorphism Unitization.splitMul 𝕜 A. This uses the wrong NormedRing instance (i.e., Unitization.normedRingAux), so we only use it as a local instance to build the real one.

Defined in
Mathlib.Analysis.Normed.Algebra.Unitization
Cited by
0 results in Mathlib
Foundations
Depth 184 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNonUnitalNormedRingNormedSpaceIsScalarTowerSMulCommClassRegularNormedAlgebra

Around this declaration

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

Cites13

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.