Mathlib Map

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' A

The 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.

LinearMap.charpoly_toMatrix · cited by 9LinearMap.charpoly_toMatr…Matrix.reindexLieEquiv · cited by 3Matrix.reindexLieEquivMatrix.det_reindexLinearEquiv_self · cited by 1Matrix.det_reindexLinearE…Matrix.reindexLinearEquiv_mul · cited by 1Matrix.reindexLinearEquiv…Matrix.reindexLinearEquiv_trans_reindexLinearEquiv · cited by 1Matrix.reindexLinearEquiv…Matrix.symm_reindexLinearEquiv · cited by 1Matrix.symm_reindexLinear…Matrix.toEquiv_reindexLinearEquiv · cited by 0Matrix.toEquiv_reindexLin…Matrix.toLinearEquiv_reindexAlgEquiv · cited by 0Matrix.toLinearEquiv_rein…Matrix.toAddEquiv_reindexLinearEquiv · cited by 0Matrix.toAddEquiv_reindex…Matrix.mul_reindexLinearEquiv_one · cited by 0Matrix.mul_reindexLinearE…Matrix.coe_reindexLinearEquiv · cited by 0Matrix.coe_reindexLinearE…Matrix.reindexLinearEquiv_apply · cited by 0Matrix.reindexLinearEquiv…Matrix.reindexLinearEquiv_comp · cited by 0Matrix.reindexLinearEquiv…Matrix.reindexLinearEquiv_comp_apply · cited by 0Matrix.reindexLinearEquiv…Matrix.reindexLinearEquiv_one · cited by 0Matrix.reindexLinearEquiv…Module · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidEquiv · cited by 8337EquivMatrix · cited by 4303MatrixLinearEquiv · cited by 3317LinearEquivAddEquiv · cited by 1087AddEquivEquiv.toFun · cited by 279Equiv.toFunAddEquiv.toEquiv · cited by 174AddEquiv.toEquivEquiv.invFun · cited by 163Equiv.invFunMatrix.reindexAddEquiv · cited by 8Matrix.reindexAddEquivMatrix.reindexLinearEquivCITED BYCITES

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by19

Results whose statement or proof uses this declaration.