Theorems · Theorem · linear algebra
Matrix.rank_mul_eq_right_of_isLowerTriangular
∀ {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 : LinearOrder m] (A : Matrix m m R) (B : Matrix m n R),
A.IsLowerTriangular → (∀ (i : m), A.diag i ≠ 0) → (A * B).rank = B.rank- Defined in
- Mathlib.LinearAlgebra.Matrix.Rank
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- LinearOrderstatement and proof · cited by 8,572
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- IsDomainstatement and proof · cited by 2,196
- Matrix.detproof · cited by 665
- Matrix.diagstatement and proof · cited by 61
- Matrix.rankstatement · cited by 48
- Matrix.IsLowerTriangularstatement and proof · cited by 7
- Matrix.rank_mul_eq_right_of_det_ne_zeroproof · cited by 2
- Matrix.det_of_isLowerTriangularproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Echelon.Decomposition.rank_eqproof · cited by 0