Theorems · Definition · linear algebra
kroneckerTMulLinearEquiv
(l : Type u_1) →
(m : Type u_2) →
(n : Type u_3) →
(p : Type u_4) →
(R : Type u_5) →
(S : Type u_6) →
(M : Type u_9) →
(N : Type u_10) →
[inst : CommSemiring R] →
[inst_1 : Semiring S] →
[inst_2 : AddCommMonoid M] →
[inst_3 : AddCommMonoid N] →
[inst_4 : Algebra R S] →
[inst_5 : Module R M] →
[inst_6 : Module S M] →
[inst_7 : Module R N] →
[inst_8 : IsScalarTower R S M] →
[Fintype l] →
[Fintype m] →
[Fintype n] →
[Fintype p] →
[DecidableEq l] →
[DecidableEq m] →
[DecidableEq n] →
[DecidableEq p] →
TensorProduct R (Matrix l m M) (Matrix n p N) ≃ₗ[S]
Matrix (l × n) (m × p) (TensorProduct R M N)Matrix.kroneckerTMul as a linear equivalence, when the two arguments are tensored.
- Defined in
- Mathlib.RingTheory.MatrixAlgebra
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- IsScalarTowerstatement and proof · cited by 3,896
- LinearEquivstatement · cited by 3,317
- TensorProductstatement · cited by 2,545
Cited by11
Results whose statement or proof uses this declaration.
- kroneckerLinearEquivproof · cited by 7
- Matrix.kroneckerTMulAlgEquivproof · cited by 3
- kroneckerTMulLinearEquiv_tmulstatement · cited by 1
- kroneckerTMulLinearEquiv_mulstatement and proof · cited by 0
- kroneckerTMulLinearEquiv_onestatement · cited by 0
- kroneckerTMulLinearEquiv_symm_kroneckerTMulstatement and proof · cited by 0
- Matrix.kroneckerTMulAlgEquiv_applystatement · cited by 0
- Matrix.kroneckerTMulAlgEquiv_symm_applystatement · cited by 0
- Matrix.kroneckerTMulStarAlgEquiv_applystatement · cited by 0
- Matrix.kroneckerTMulStarAlgEquiv_symm_applystatement · cited by 0
- kroneckerTMulAlgEquiv_symm_single_tmulstatement and proof · cited by 0