Theorems · Definition · linear algebra
Matrix.reindexLinearEquiv
{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] → m ≃ m' → n ≃ n' → Matrix m n A ≃ₗ[R] Matrix m' n' AThe natural map that reindexes a matrix's rows and columns with equivalent types,
Matrix.reindex, is a linear equivalence.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Reindex
- Cited by
- 18 results in Mathlib
- Foundations
- Depth 21 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.
- 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
- AddEquivproof · cited by 1,087
- Equiv.toFunproof · cited by 279
- AddEquiv.toEquivproof · cited by 174
- Equiv.invFunproof · cited by 163
- Matrix.reindexAddEquivproof · cited by 8
Cited by19
Results whose statement or proof uses this declaration.
- LinearMap.charpoly_toMatrixproof · cited by 9
- Matrix.reindexLieEquivproof · cited by 3
- Matrix.det_reindexLinearEquiv_selfstatement · cited by 1
- Matrix.reindexLinearEquiv_mulstatement · cited by 1
- Matrix.reindexLinearEquiv_trans_reindexLinearEquivstatement · cited by 1
- Matrix.symm_reindexLinearEquivstatement · cited by 1
- Matrix.toEquiv_reindexLinearEquivstatement · cited by 0
- Matrix.toLinearEquiv_reindexAlgEquivstatement · cited by 0
- Matrix.toAddEquiv_reindexLinearEquivstatement · cited by 0
- Matrix.mul_reindexLinearEquiv_onestatement · cited by 0
- Matrix.coe_reindexLinearEquivstatement · cited by 0
- Matrix.reindexLinearEquiv_applystatement · cited by 0