Theorems · Theorem · functional analysis
CStarAlgebra.norm_smul_two_inv_smul_add_four_unitary
∀ {A : Type u_1} [inst : CStarAlgebra A] [inst_1 : PartialOrder A] [inst_2 : StarOrderedRing A] (x : A) (hx : x ≠ 0),
have u₁ := selfAdjoint.unitarySelfAddISMul (realPart (‖x‖⁻¹ • x)) ⋯;
have u₂ := selfAdjoint.unitarySelfAddISMul (imaginaryPart (‖x‖⁻¹ • x)) ⋯;
x = ‖x‖ • 2⁻¹ • (↑u₁ + ↑(star u₁) + Complex.I • (↑u₂ + ↑(star u₂)))A stepping stone to CStarAlgebra.exists_sum_four_unitary that specifies the unitary
elements precisely. The lets in the statement are intentional.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 326 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement · cited by 25,697
- RingHom.idstatement · cited by 18,349
- LinearMapstatement · cited by 10,215
- PartialOrderstatement and proof · cited by 6,410
- Complexstatement · cited by 5,565
- Norm.normstatement and proof · cited by 5,413
- AddSubgroupstatement · cited by 3,232
- Submonoidstatement · cited by 3,086
- Star.starstatement and proof · cited by 1,082
- Complex.Istatement and proof · cited by 866
- StarOrderedRingstatement and proof · cited by 587
Cited by1
Results whose statement or proof uses this declaration.
- CStarAlgebra.exists_sum_four_unitaryproof · cited by 1