Mathlib Map

Theorems · Theorem · linear algebra

Matrix.add_kroneckerTMul

∀ (R : Type u_1) {α : Type u_3} {l : Type u_9} {m : Type u_10} {n : Type u_11} {p : Type u_12} [inst : CommSemiring R]
  [inst_1 : AddCommMonoid α] [inst_2 : Module R α] (A₁ A₂ : Matrix l m α) (B : Matrix n p α),
  Matrix.kroneckerMap (TensorProduct.tmul R) (A₁ + A₂) B =
    Matrix.kroneckerMap (TensorProduct.tmul R) A₁ B + Matrix.kroneckerMap (TensorProduct.tmul R) A₂ B
Defined in
Mathlib.LinearAlgebra.Matrix.Kronecker
Cited by
0 results in Mathlib
Foundations
Depth 43 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringAddCommMonoidModule

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.