Normed star rings and algebras #
A normed star group is a normed group with a compatible star
which is isometric.
A C⋆-ring is a normed star group that is also a ring and that verifies the stronger
condition ‖x⋆ * x‖ = ‖x‖^2
for all x
. If a C⋆-ring is also a star algebra, then it is a
C⋆-algebra.
To get a C⋆-algebra E
over field 𝕜
, use
[NormedField 𝕜] [StarRing 𝕜] [NormedRing E] [StarRing E] [CstarRing E] [NormedAlgebra 𝕜 E] [StarModule 𝕜 E]
.
TODO #
- Show that
‖x⋆ * x‖ = ‖x‖^2
is equivalent to‖x⋆ * x‖ = ‖x⋆‖ * ‖x‖
, which is used as the definition of C*-algebras in some sources (e.g. Wikipedia).
A normed star group is a normed group with a compatible star
which is isometric.
Instances
The star
map in a normed star group is a normed group homomorphism.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The star
map in a normed star group is an isometry
Equations
- (_ : ContinuousStar E) = (_ : ContinuousStar E)
Equations
- (_ : RingHomIsometric (starRingEnd E)) = (_ : RingHomIsometric (starRingEnd E))
Equations
- One or more equations did not get rendered due to their size.
In a C*-ring, star preserves the norm.
Equations
- (_ : NormedStarGroup E) = (_ : NormedStarGroup E)
This instance exists to short circuit type class resolution because of problems with inference involving Π-types.
Equations
- Pi.starRing' = inferInstance
Equations
- (_ : NormOneClass E) = (_ : NormOneClass E)
star
bundled as a linear isometric equivalence
Equations
- One or more equations did not get rendered due to their size.