Theorems · Theorem · linear algebra
TensorProduct.toMatrix_comm
∀ {R : Type u_1} {M : Type u_2} {N : Type u_3} {ι : Type u_7} {κ : Type u_8} [inst : DecidableEq ι]
[inst_1 : DecidableEq κ] [inst_2 : Fintype ι] [inst_3 : Fintype κ] [inst_4 : CommRing R] [inst_5 : AddCommGroup M]
[inst_6 : AddCommGroup N] [inst_7 : Module R M] [inst_8 : Module R N] (bM : Module.Basis ι R M)
(bN : Module.Basis κ R N),
(LinearMap.toMatrix (bM.tensorProduct bN) (bN.tensorProduct bM)) ↑(TensorProduct.comm R M N) =
Matrix.submatrix 1 Prod.swap idTensorProduct.comm corresponds to a permutation of the identity matrix.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 94 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.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- mul_oneproof · cited by 3,885
- LinearEquivstatement · cited by 3,317
- TensorProductstatement · cited by 2,545
- MulZeroClass.mul_zeroproof · cited by 2,091
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.