Commit 2024-08-19 19:19 c4433ffe
View on Github →feat: constructions of Hilbert C⋆-modules (#15765)
In this file we define the following constructions of CStarModule
s where A
denotes a C⋆-algebra.
Note that for each type E
, the instance is declared on the type synonym WithCStarModule E
(with
the notation C⋆ᵐᵒᵈ E
), instead of on E
itself.
A
as aCStarModule
over itself.E × F
as aCStarModule
overA
, whenE
andF
are themselvesCStarModule
s overA
.Π i : ι, E i
as aCStarModule
overA
, when eachE i
is aCStarModule
overA
andι
is aFintype
.E
as aCStarModule
overℂ
, whenE
is anInnerProductSpace
overℂ
.