Normed star rings and algebras #
A normed star monoid is a star_add_monoid
endowed with a norm such that the star operation is
isometric.
A C⋆-ring is a normed star monoid 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
[normed_field 𝕜] [star_ring 𝕜] [normed_ring E] [star_ring E] [cstar_ring E] [normed_algebra 𝕜 E] [star_module 𝕜 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 ring is a star ring endowed with a norm such that star
is isometric.
A C*-ring is a normed star ring that satifies the stronger condition ∥x⋆ * x∥ = ∥x∥^2
for every x
.
Equations
- real.cstar_ring = {norm_star_mul_self := real.cstar_ring._proof_1}
The star
map in a normed star group is a normed group homomorphism.
Equations
- star_normed_group_hom = {to_fun := star_add_equiv.to_fun, map_add' := _, bound' := _}
The star
map in a normed star group is an isometry
In a C*-ring, star preserves the norm.
Equations
star
bundled as a linear isometric equivalence