Mathlib Map

Theorems · Definition · linear algebra

Matrix.reindex

{l : Type u_1} →
  {m : Type u_2} → {n : Type u_3} → {o : Type u_4} → {α : Type v} → m ≃ l → n ≃ o → Matrix m n α ≃ Matrix l o α

The natural map that reindexes a matrix's rows and columns with equivalent types is an equivalence.

Defined in
Mathlib.LinearAlgebra.Matrix.Defs
Cited by
102 results in Mathlib
Foundations
Depth 17 from the axioms, rests on 65 definitions · uses propext, Quot.sound

Around this declaration

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

Cites5

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

Cited by110

Results whose statement or proof uses this declaration.