Finite-dimensional inner product space with a (co)algebra structure #
This file proves that a finite-dimensional inner product space has a colagebra structure if it has an algebra structure, where the comultiplication and counit maps are given by taking adjoints of the multiplication and algebra linear maps, respectively. This is implemented by providing a linear equivalence between the inner product space and a normed algebra.
And similarly, a finite-dimensional inner product space has an algebra
structure if it has a coalgebra structure, where x * y = (adjoint comul) (x āā y),
(1 : A) = (adjoint counit) (1 : š) and algebraMap = adjoint counit.
This is useful for when we have a finite-dimensional Cā-algebra with a faithful and positive linear functional (so that it induces an inner product structure), and want the coalgebra structure to be the adjoint of the algebra structure. This comes up in non-commutative graph theory for example.
A finite-dimensional inner product space with an algebra structure induces a coalgebra, where comultiplication is given by the adjoint of multiplication and the counit is given by the adjoint of the algebra map.
This is implemented by providing a linear equivalence between the inner product space and a normed algebra.
See note [reducible non-instances].
Equations
- One or more equations did not get rendered due to their size.
Instances For
The multiplication on a finite-dimensional inner product space with a coalgebra structure
given by x * y = (adjoint comul) (x āā y).
See note [reducible non-instances].
Equations
- InnerProductSpace.mulOfCoalgebra = { mul := fun (x y : E) => (LinearMap.adjoint CoalgebraStruct.comul) (x āā[š] y) }
Instances For
A finite-dimensional inner product space with a coalgebra structure induces a ring structure,
where multiplication is given by x * y = (adjoint comul) (x āā y) and
1 = (adjoint counit) (1 : š).
See note [reducible non-instances].
Equations
- One or more equations did not get rendered due to their size.
Instances For
A finite-dimensional inner product space with a coalgebra structure induces an algebra
structure, where x * y = (adjoint comul) (x āā y), 1 = (adjoint counit) 1 and
algebraMap = adjoint counit.
See note [reducible non-instances].
Equations
- One or more equations did not get rendered due to their size.