Theorems · Theorem · linear algebra
Matrix.det_kroneckerTMul
∀ (R : Type u_1) {α : Type u_3} {β : Type u_5} {m : Type u_10} {n : Type u_11} [inst : CommRing R] [inst_1 : CommRing α]
[inst_2 : CommRing β] [inst_3 : Algebra R α] [inst_4 : Algebra R β] [inst_5 : Fintype m] [inst_6 : Fintype n]
[inst_7 : DecidableEq m] [inst_8 : DecidableEq n] (A : Matrix m m α) (B : Matrix n n β),
(Matrix.kroneckerMap (TensorProduct.tmul R) A B).det = (A.det ^ Fintype.card n) ⊗ₜ[R] (B.det ^ Fintype.card m)- Defined in
- Mathlib.LinearAlgebra.Matrix.Kronecker
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Semiringproof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringproof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- TensorProductstatement · cited by 2,545
- SMulCommClassproof · cited by 1,927
- Fintype.cardstatement and proof · cited by 1,386
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.