Theorems · Theorem · linear algebra
TensorProduct.toMatrix_assoc
∀ {R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} {ι : Type u_7} {κ : Type u_8} {τ : Type u_9}
[inst : DecidableEq ι] [inst_1 : DecidableEq κ] [inst_2 : DecidableEq τ] [inst_3 : Fintype ι] [inst_4 : Fintype κ]
[inst_5 : Fintype τ] [inst_6 : CommRing R] [inst_7 : AddCommGroup M] [inst_8 : AddCommGroup N]
[inst_9 : AddCommGroup P] [inst_10 : Module R M] [inst_11 : Module R N] [inst_12 : Module R P]
(bM : Module.Basis ι R M) (bN : Module.Basis κ R N) (bP : Module.Basis τ R P),
(LinearMap.toMatrix ((bM.tensorProduct bN).tensorProduct bP) (bM.tensorProduct (bN.tensorProduct bP)))
↑(TensorProduct.assoc R M N P) =
Matrix.submatrix 1 id ⇑(Equiv.prodAssoc ι κ τ)TensorProduct.assoc 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.
Cites30
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
- Equivstatement · cited by 8,337
- 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
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.