Unitization equipped with the $L^1$ norm #
In another file, the Unitization ๐ A of a non-unital normed ๐-algebra A is equipped with the
norm inherited as the pullback via a map (closely related to) the left-regular representation of the
algebra on itself (see Unitization.instNormedRing).
However, this construction is only valid (and an isometry) when A is a RegularNormedAlgebra.
Sometimes it is useful to consider the unitization of a non-unital algebra with the $L^1$ norm
instead. This file provides that norm on the type synonym WithLp 1 (Unitization ๐ A), along
with the algebra isomomorphism between Unitization ๐ A and WithLp 1 (Unitization ๐ A).
Note that TrivSqZeroExt is also equipped with the $L^1$ norm in the analogous way, but it is
registered as an instance without the type synonym.
One application of this is a straightforward proof that the quasispectrum of an element in a non-unital Banach algebra is compact, which can be established by passing to the unitization.
The natural map between Unitization ๐ A and ๐ ร A, transferred to their WithLp 1
synonyms.
Equations
- WithLp.unitization_addEquiv_prod ๐ A = (WithLp.linearEquiv 1 ๐ (Unitization ๐ A)).toAddEquiv.trans ((Unitization.addEquiv ๐ A).trans (WithLp.linearEquiv 1 ๐ (๐ ร A)).symm.toAddEquiv)
Instances For
Equations
- WithLp.instUnitizationNormedAddCommGroup ๐ A = NormedAddCommGroup.induced (WithLp 1 (Unitization ๐ A)) (WithLp 1 (๐ ร A)) (WithLp.unitization_addEquiv_prod ๐ A) โฏ
Bundle WithLp.unitization_addEquiv_prod as a UniformEquiv.
Equations
- WithLp.uniformEquiv_unitization_addEquiv_prod ๐ A = { toEquiv := (WithLp.unitization_addEquiv_prod ๐ A).toEquiv, uniformContinuous_toFun := โฏ, uniformContinuous_invFun := โฏ }
Instances For
Equations
- WithLp.instUnitizationRing = inferInstanceAs (Ring (Unitization ๐ A))
Equations
equiv bundled as an algebra isomorphism with Unitization ๐ A.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- WithLp.instUnitizationNormedAlgebra = { toAlgebra := WithLp.instAlgebraOfNatENNRealUnitizationOfIsScalarTower, norm_smul_le := โฏ }