Theorems · Theorem · linear algebra
Matrix.reindexLinearEquiv_comp_apply
∀ {m : Type u_2} {n : Type u_3} {m' : Type u_6} {n' : Type u_7} {m'' : Type u_9} {n'' : Type u_10} (R : Type u_11)
(A : Type u_12) [inst : Semiring R] [inst_1 : AddCommMonoid A] [inst_2 : Module R A] (e₁ : m ≃ m') (e₂ : n ≃ n')
(e₁' : m' ≃ m'') (e₂' : n' ≃ n'') (M : Matrix m n A),
(Matrix.reindexLinearEquiv R A e₁' e₂') ((Matrix.reindexLinearEquiv R A e₁ e₂) M) =
(Matrix.reindexLinearEquiv R A (e₁.trans e₁') (e₂.trans e₂')) M- Defined in
- Mathlib.LinearAlgebra.Matrix.Reindex
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Quot.sound
- Assumes
- SemiringAddCommMonoidModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Equivstatement and proof · cited by 8,337
- Matrixstatement and proof · cited by 4,303
- LinearEquivstatement · cited by 3,317
- Equiv.transstatement · cited by 337
- Matrix.reindexLinearEquivstatement · cited by 18
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.