Theorems · Definition · linear algebra
kroneckerLinearEquiv
(l : Type u_1) →
(m : Type u_2) →
(n : Type u_3) →
(p : Type u_4) →
(R : Type u_5) →
[inst : CommSemiring R] →
[Fintype l] →
[Fintype m] →
[Fintype n] →
[Fintype p] →
[DecidableEq l] →
[DecidableEq m] →
[DecidableEq n] →
[DecidableEq p] → TensorProduct R (Matrix l m R) (Matrix n p R) ≃ₗ[R] Matrix (l × n) (m × p) RMatrix.kronecker as a linear equivalence, when the two arguments are tensored.
- Defined in
- Mathlib.RingTheory.MatrixAlgebra
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RingHom.idstatement · cited by 18,349
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- LinearEquivstatement · cited by 3,317
- TensorProductstatement · cited by 2,545
- LinearEquiv.transproof · cited by 298
- TensorProduct.lidproof · cited by 96
- kroneckerTMulLinearEquivproof · cited by 9
- LinearEquiv.mapMatrixproof · cited by 6
Cited by7
Results whose statement or proof uses this declaration.
- Matrix.kroneckerStarAlgEquiv_applystatement · cited by 0
- Matrix.toLinearEquiv_kroneckerAlgEquivstatement · cited by 0
- Matrix.kroneckerAlgEquiv_applystatement · cited by 0
- Matrix.kroneckerAlgEquiv_symm_applystatement · cited by 0
- Matrix.kroneckerStarAlgEquiv_symm_applystatement · cited by 0
- kroneckerLinearEquiv_symm_kroneckerstatement and proof · cited by 0
- kroneckerLinearEquiv_tmulstatement · cited by 0