LeanPool.BrauerGroupNew.MatrixEquivTensor #
Imported Lean Pool material for LeanPool.BrauerGroupNew.MatrixEquivTensor.
Bilinear map sending a scalar and a matrix to the matrix obtained by tensoring entries.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The F-linear map induced from toTensorMartrixToFunBilinear.
Equations
- toTensorMatrixToFunFlinear K F A n = TensorProduct.lift (toTensorMartrixToFunBilinear K F A n)
Instances For
The K-linear map from a tensor of matrices to matrices over a tensor product.
Equations
- toTensorMatrixToFunKlinear K F A n = { toAddHom := (toTensorMatrixToFunFlinear K F A n).toAddHom, map_smul' := ⋯ }
Instances For
Algebra homomorphism from a tensor of matrices to matrices over the tensor product.
Equations
- toTensorMatrix K F A n = AlgHom.ofLinearMap (toTensorMatrixToFunKlinear K F A n) ⋯ ⋯
Instances For
Bilinear map placing a tensor entry into the (i,j) matrix coefficient.
Equations
- invFunToFunBilinear K F A n i j = { toFun := fun (k : K) => { toFun := fun (a : A) => k ⊗ₜ[F] Matrix.single i j a, map_add' := ⋯, map_smul' := ⋯ }, map_add' := ⋯, map_smul' := ⋯ }
Instances For
The F-linear map induced by invFunToFunBilinear.
Equations
- invFunToFun K F A n i j = TensorProduct.lift (invFunToFunBilinear K F A n i j)
Instances For
The K-linear map placing a tensor entry into the (i,j) matrix coefficient.
Equations
- invFunKlinear K F A n i j = { toAddHom := (invFunToFun K F A n i j).toAddHom, map_smul' := ⋯ }
Instances For
Linear inverse map from matrices over the tensor product to a tensor of matrices.
Equations
- invFunLinearMap K F A n = { toFun := fun (M : Matrix n n (TensorProduct F K A)) => ∑ p : n × n, (invFunKlinear K F A n p.1 p.2) (M p.1 p.2), map_add' := ⋯, map_smul' := ⋯ }
Instances For
Equivalence underlying the tensor-matrix algebra equivalence.
Equations
- equivTensor' K F A n = { toFun := ⇑(toTensorMatrix K F A n), invFun := ⇑(invFunLinearMap K F A n), left_inv := ⋯, right_inv := ⋯ }
Instances For
Algebra equivalence between tensoring a matrix algebra and matrices over a tensor product.
Equations
- One or more equations did not get rendered due to their size.