The star operation, bundled as a continuous star-linear equiv #
Continuous linear maps between modules. We only put the type classes that are necessary for the
definition, although in applications M
and M₂
will be topological modules over the topological
ring R
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Continuous linear equivalences between modules. We only put the type classes that are necessary
for the definition, although in applications M
and M₂
will be topological modules over the
topological semiring R
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If A
is a topological module over a commutative R
with compatible actions,
then star
is a continuous semilinear equivalence.
Equations
- starL R = { toLinearEquiv := starLinearEquiv R, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
If A
is a topological module over a commutative R
with trivial star and compatible actions,
then star
is a continuous linear equivalence.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The self-adjoint part of an element of a star module, as a continuous linear map.
Equations
- selfAdjointPartL R A = { toLinearMap := selfAdjointPart R, cont := ⋯ }
Instances For
The skew-adjoint part of an element of a star module, as a continuous linear map.
Equations
- skewAdjointPartL R A = { toLinearMap := skewAdjointPart R, cont := ⋯ }
Instances For
The decomposition of elements of a star module into their self- and skew-adjoint parts, as a continuous linear equivalence.
Equations
- StarModule.decomposeProdAdjointL R A = { toLinearEquiv := StarModule.decomposeProdAdjoint R A, continuous_toFun := ⋯, continuous_invFun := ⋯ }