Theorems · Theorem · linear algebra
Matrix.reindexLinearEquiv_apply
Deprecated since 2026-06-06Use Matrix.coe_reindexLinearEquiv instead.
∀ {m : Type u_2} {n : Type u_3} {m' : Type u_6} {n' : Type u_7} (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') (M : Matrix m n A),
(Matrix.reindexLinearEquiv R A eₘ eₙ) M = (Matrix.reindex eₘ 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.
Cites12
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
- 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
- Equiv.symmproof · cited by 3,681
- LinearEquivstatement · cited by 3,317
- Matrix.submatrixproof · cited by 183
- Matrix.reindexstatement · cited by 102
- Matrix.reindexLinearEquivstatement · cited by 18
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.