Connections between tensor_product
and matrix
#
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
This file contains results about the matrices corresponding to maps between tensor product types,
where the correspondance is induced by basis.tensor_product
Notably, tensor_product.to_matrix_map
shows that taking the tensor product of linear maps is
equivalent to taking the kronecker product of their matrix representations.
The linear map built from tensor_product.map
corresponds to the matrix built from
matrix.kronecker
.
The matrix built from matrix.kronecker
corresponds to the linear map built from
tensor_product.map
.
tensor_product.comm
corresponds to a permutation of the identity matrix.
tensor_product.assoc
corresponds to a permutation of the identity matrix.