Theorems · Definition · linear algebra
Matrix.kroneckerAlgEquiv
(m : Type u_2) →
(n : Type u_3) →
(R : Type u_5) →
[inst : CommSemiring R] →
[inst_1 : Fintype n] →
[inst_2 : DecidableEq n] →
[inst_3 : Fintype m] →
[inst_4 : DecidableEq m] → TensorProduct R (Matrix m m R) (Matrix n n R) ≃ₐ[R] Matrix (m × n) (m × n) RMatrix.kronecker as an algebra equivalence, when the two arguments are tensored.
- Defined in
- Mathlib.RingTheory.MatrixAlgebra
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- TensorProductstatement · cited by 2,545
- AlgEquivstatement · cited by 1,681
- AlgEquiv.transproof · cited by 108
- Algebra.TensorProduct.lidproof · cited by 10
- AlgEquiv.mapMatrixproof · cited by 9
- Matrix.kroneckerTMulAlgEquivproof · cited by 3
Cited by5
Results whose statement or proof uses this declaration.
- Matrix.kroneckerStarAlgEquivproof · cited by 3
- Matrix.toAlgEquiv_kroneckerStarAlgEquivstatement · cited by 0
- Matrix.toLinearEquiv_kroneckerAlgEquivstatement · cited by 0
- Matrix.kroneckerAlgEquiv_applystatement · cited by 0
- Matrix.kroneckerAlgEquiv_symm_applystatement · cited by 0