Algebra isomorphisms between tensor products and matrices #
Main definitions #
matrixEquivTensor : Matrix n n A ≃ₐ[R] (A ⊗[R] Matrix n n R)
.Matrix.kroneckerTMulAlgEquiv : Matrix m m A ⊗[R] Matrix n n B ≃ₐ[S] Matrix (m × n) (m × n) (A ⊗[R] B)
, where the forward map is the (tensor-ified) Kronecker product.
Matrix.kroneckerTMul
as a linear equivalence, when the two arguments are tensored.
Equations
Instances For
Alias of kroneckerTMulAlgEquiv_symm_single_tmul
.
Note this can't be stated for rectangular matrices because there is no
HMul (TensorProduct R _ _) (TensorProduct R _ _) (TensorProduct R _ _)
instance.
(Implementation detail).
The function underlying (A ⊗[R] Matrix n n R) →ₐ[R] Matrix n n A
,
as an R
-bilinear map.
Equations
Instances For
(Implementation detail).
The function underlying (A ⊗[R] Matrix n n R) →ₐ[R] Matrix n n A
,
as an R
-linear map.
Equations
Instances For
The function (A ⊗[R] Matrix n n R) →ₐ[R] Matrix n n A
, as an algebra homomorphism.
Equations
Instances For
(Implementation detail.)
The bare function Matrix n n A → A ⊗[R] Matrix n n R
.
(We don't need to show that it's an algebra map, thankfully --- just that it's an inverse.)
Equations
Instances For
(Implementation detail)
The equivalence, ignoring the algebra structure, (A ⊗[R] Matrix n n R) ≃ Matrix n n A
.
Equations
Instances For
The R
-algebra isomorphism Matrix n n A ≃ₐ[R] (A ⊗[R] Matrix n n R)
.
Equations
Instances For
Alias of matrixEquivTensor_apply_single
.
Matrix.kroneckerTMul
as an algebra equivalence, when the two arguments are tensored.