LeanAide GPT-4 documentation

Module: Mathlib.Analysis.NormedSpace.Star.Unitization


Unitization.norm_splitMul_snd_sq

theorem Unitization.norm_splitMul_snd_sq : āˆ€ (š•œ : Type u_1) {E : Type u_2} [inst : DenselyNormedField š•œ] [inst_1 : NonUnitalNormedRing E] [inst_2 : StarRing E] [inst_3 : CstarRing E] [inst_4 : NormedSpace š•œ E] [inst_5 : IsScalarTower š•œ E E] [inst_6 : SMulCommClass š•œ E E] [inst_7 : StarRing š•œ] [inst_8 : StarModule š•œ E] (x : Unitization š•œ E), ‖((Unitization.splitMul š•œ E) x).2‖ ^ 2 ≤ ‖((Unitization.splitMul š•œ E) (star x * x)).2‖

This theorem, named `Unitization.norm_splitMul_snd_sq`, is central to establishing that the norm on the unitization of a non-unital `š•œ`-algebra `E` satisfies the C*-property (a key property in C*-algebras). In particular, for any element `x` of the unitization of `š•œ` and `E`, the norm of the second component of the split multiplication of `x` squared is less than or equal to the norm of the second component of the split multiplication of the starred `x` multiplied by `x`. This theorem assumes that `š•œ` is a densely normed field, `E` is a non-unital normed ring, a star ring, and a C*-ring, and that `E` is also a normed space over `š•œ`, a scalar tower of `š•œ` over `E`, a star ring over `š•œ`, and that `E` is a star module over `š•œ`.

More concisely: For any element `x` in the unitization of a densely normed field `š•œ` and a C*-ring `E`, the square of the second component of the split multiplication of `x` is norm-dominanted by the second component of the starred multiplication of `x` with itself.