Theorems · Theorem · linear algebra
Matrix.trace_kroneckerTMul
∀ (R : Type u_1) {α : Type u_3} {β : Type u_5} {m : Type u_10} {n : Type u_11} [inst : CommSemiring R]
[inst_1 : AddCommMonoid α] [inst_2 : AddCommMonoid β] [inst_3 : Module R α] [inst_4 : Module R β] [inst_5 : Fintype m]
[inst_6 : Fintype n] (A : Matrix m m α) (B : Matrix n n β),
(Matrix.kroneckerMap (TensorProduct.tmul R) A B).trace = A.trace ⊗ₜ[R] B.trace- Defined in
- Mathlib.LinearAlgebra.Matrix.Kronecker
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 70 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
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- TensorProductstatement · cited by 2,545
- TensorProduct.tmulstatement · cited by 1,182
- TensorProduct.mkproof · cited by 129
- Matrix.tracestatement · cited by 114
- Matrix.kroneckerMapstatement · cited by 95
- Matrix.trace_kroneckerMapBilinearproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.