Theorems · Theorem · linear algebra
Matrix.mul_kronecker_mul
∀ {α : Type u_3} {l : Type u_9} {m : Type u_10} {n : Type u_11} {l' : Type u_15} {m' : Type u_16} {n' : Type u_17}
[inst : Fintype m] [inst_1 : Fintype m'] [inst_2 : CommSemiring α] (A : Matrix l m α) (B : Matrix m n α)
(A' : Matrix l' m' α) (B' : Matrix m' n' α),
Matrix.kroneckerMap (fun x1 x2 => x1 * x2) (A * B) (A' * B') =
Matrix.kroneckerMap (fun x1 x2 => x1 * x2) A A' * Matrix.kroneckerMap (fun x1 x2 => x1 * x2) B B'- Defined in
- Mathlib.LinearAlgebra.Matrix.Kronecker
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FintypeFintypeCommSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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 and proof · cited by 4,303
- AlgHom.toLinearMapproof · cited by 254
- Matrix.kroneckerMapstatement · cited by 95
- mul_mul_mul_commproof · cited by 65
- Algebra.lmulproof · cited by 41
- Matrix.kroneckerMapBilinear_mul_mulproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.PosSemidef.kroneckerproof · cited by 2
- Matrix.inv_kroneckerproof · cited by 0