Theorems · Theorem · linear algebra
kroneckerLinearEquiv_tmul
∀ {l : Type u_1} {m : Type u_2} {n : Type u_3} {p : Type u_4} {R : Type u_5} [inst : CommSemiring R]
[inst_1 : Fintype l] [inst_2 : Fintype m] [inst_3 : Fintype n] [inst_4 : Fintype p] [inst_5 : DecidableEq l]
[inst_6 : DecidableEq m] [inst_7 : DecidableEq n] [inst_8 : DecidableEq p] (x : Matrix l m R) (y : Matrix n p R),
(kroneckerLinearEquiv l m n p R) (x ⊗ₜ[R] y) = Matrix.kroneckerMap (fun x1 x2 => x1 * x2) x y- Defined in
- Mathlib.RingTheory.MatrixAlgebra
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 80 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.
- DFunLike.coestatement · cited by 62,936
- RingHom.idstatement · cited by 18,349
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- LinearEquivstatement · cited by 3,317
- TensorProductstatement · cited by 2,545
- TensorProduct.tmulstatement · cited by 1,182
- Matrix.kroneckerMapstatement · cited by 95
- kroneckerLinearEquivstatement · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.