Theorems · Theorem · linear algebra
Matrix.TransvectionStruct.toMatrix_reindexEquiv_prod
∀ {n : Type u_1} {p : Type u_2} {R : Type u₂} [inst : DecidableEq n] [inst_1 : DecidableEq p] [inst_2 : CommRing R]
[inst_3 : Fintype n] [inst_4 : Fintype p] (e : n ≃ p) (L : List (Matrix.TransvectionStruct n R)),
(List.map (Matrix.TransvectionStruct.toMatrix ∘ Matrix.TransvectionStruct.reindexEquiv e) L).prod =
(Matrix.reindexAlgEquiv R R e) (List.map Matrix.TransvectionStruct.toMatrix L).prod- Cited by
- 1 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- CommRingstatement and proof · cited by 17,173
- Equivstatement and proof · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- Equiv.symmproof · cited by 3,681
- AlgEquivstatement · cited by 1,681
- Matrix.submatrixproof · cited by 183
- Matrix.TransvectionStructstatement and proof · cited by 42
- Matrix.TransvectionStruct.toMatrixstatement and proof · cited by 32
- Matrix.reindexAlgEquivstatement and proof · cited by 19
- Matrix.submatrix_mul_equivproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.