Mathlib Map

Theorems · Definition · linear algebra

Matrix.reindexAddEquiv

{m : Type u_2} →
  {n : Type u_3} →
    {m' : Type u_6} →
      {n' : Type u_7} → (R : Type u_11) → [inst : Add R] → m ≃ m' → n ≃ n' → Matrix m n R ≃+ Matrix m' n' R

Matrix.reindex as an AddEquiv between R-matrices.

Defined in
Mathlib.LinearAlgebra.Matrix.Reindex
Cited by
8 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext, Quot.sound
Assumes
Add

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

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

Cited by10

Results whose statement or proof uses this declaration.