Facts about algebras involving bilinear maps and tensor products #
We move a few basic statements about algebras out of Algebra.Algebra.Basic
,
in order to avoid importing LinearAlgebra.BilinearMap
and
LinearAlgebra.TensorProduct
unnecessarily.
The multiplication in a non-unital non-associative algebra is a bilinear map.
A weaker version of this for semirings exists as AddMonoidHom.mul
.
Instances For
The multiplication map on a non-unital algebra, as an R
-linear map from A ⊗[R] A
to A
.
Instances For
The multiplication on the left in a non-unital algebra is a linear map.
Instances For
The multiplication on the right in an algebra is a linear map.
Instances For
Simultaneous multiplication on the left and right is a linear map.
Instances For
The multiplication in a non-unital algebra is a bilinear map.
A weaker version of this for non-unital non-associative algebras exists as LinearMap.mul
.
Instances For
The multiplication in an algebra is an algebra homomorphism into the endomorphisms on the algebra.
A weaker version of this for non-unital algebras exists as NonUnitalAlgHom.mul
.