Theorems · Theorem · linear algebra
Matrix.rank_mul_eq_left_of_det_ne_zero
∀ {m : Type um} {n : Type un} [inst : Fintype n] {R : Type u_1} [inst_1 : CommRing R] [IsDomain R]
[inst_3 : DecidableEq n] (A : Matrix n n R) (B : Matrix m n R), A.det ≠ 0 → (B * A).rank = B.rank- Defined in
- Mathlib.LinearAlgebra.Matrix.Rank
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 121 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- IsDomainstatement and proof · cited by 2,196
- Matrix.detstatement and proof · cited by 665
- Matrix.rankstatement · cited by 48
- mem_nonZeroDivisors_of_ne_zeroproof · cited by 34
- Matrix.rank_mul_eq_left_of_det_mem_nonZeroDivisorsproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.