Theorems · Theorem · linear algebra
Matrix.rank_mul_eq_right_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 : Fintype m]
[inst_4 : DecidableEq m] (A : Matrix m m R) (B : Matrix m n R), A.det ≠ 0 → (A * B).rank = B.rank- Defined in
- Mathlib.LinearAlgebra.Matrix.Rank
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 105 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_right_of_det_mem_nonZeroDivisorsproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.rank_mul_eq_right_of_isLowerTriangularproof · cited by 1
- Matrix.rank_mul_eq_right_of_isUpperTriangularproof · cited by 0