Mathlib Map

Theorems · Theorem · linear algebra

Matrix.rank_transpose

∀ {m : Type um} {n : Type un} {R : Type uR} [inst : Fintype n] [inst_1 : Field R] [inst_2 : Fintype m]
  (A : Matrix m n R), A.transpose.rank = A.rank
Defined in
Mathlib.LinearAlgebra.Matrix.Rank
Cited by
3 results in Mathlib
Foundations
Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeFieldFintype

Around this declaration

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

Cites22

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

Cited by3

Results whose statement or proof uses this declaration.