Theorems · Theorem · linear algebra
Matrix.single_kroneckerTMul_single
∀ (R : Type u_1) {α : Type u_3} {β : Type u_5} {l : Type u_9} {m : Type u_10} {n : Type u_11} {p : Type u_12}
[inst : CommSemiring R] [inst_1 : AddCommMonoid α] [inst_2 : AddCommMonoid β] [inst_3 : Module R α]
[inst_4 : Module R β] [inst_5 : DecidableEq l] [inst_6 : DecidableEq m] [inst_7 : DecidableEq n]
[inst_8 : DecidableEq p] (i₁ : l) (j₁ : m) (i₂ : n) (j₂ : p) (a : α) (b : β),
Matrix.kroneckerMap (TensorProduct.tmul R) (Matrix.single i₁ j₁ a) (Matrix.single i₂ j₂ b) =
Matrix.single (i₁, i₂) (j₁, j₂) (a ⊗ₜ[R] b)- Defined in
- Mathlib.LinearAlgebra.Matrix.Kronecker
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 43 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Matrixstatement · cited by 4,303
- TensorProductstatement · cited by 2,545
- TensorProduct.tmulstatement and proof · cited by 1,182
- Matrix.singlestatement · cited by 129
- Matrix.kroneckerMapstatement · cited by 95
- TensorProduct.tmul_zeroproof · cited by 44
- TensorProduct.zero_tmulproof · cited by 40
- Matrix.kroneckerMap_single_singleproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- kroneckerTMulLinearEquiv_mulproof · cited by 0
- kroneckerTMulAlgEquiv_symm_single_tmulproof · cited by 0