Mathlib Map

Theorems · Definition · linear algebra

Matrix.swap

(R : Type u_1) → {n : Type u_2} → [Zero R] → [One R] → [DecidableEq n] → n → n → Matrix n n R

The swap matrix swap R i j is the identity matrix with the i-th and j-th rows modified such that multiplying by it on the left (resp. right) corresponds to swapping the i-th and j-th row (resp. column).

Defined in
Mathlib.LinearAlgebra.Matrix.Swap
Cited by
19 results in Mathlib
Foundations
Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
ZeroOneDecidableEq

Around this declaration

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

Cites3

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

Cited by20

Results whose statement or proof uses this declaration.