Theorems · Theorem · linear algebra
Matrix.Pivot.listTransvecCol_mul_mul_listTransvecRow_last_row
∀ {𝕜 : Type u_3} [inst : Field 𝕜] {r : ℕ} (M : Matrix (Fin r ⊕ Unit) (Fin r ⊕ Unit) 𝕜),
M (Sum.inr ()) (Sum.inr ()) ≠ 0 →
∀ (i : Fin r),
((Matrix.Pivot.listTransvecCol M).prod * M * (Matrix.Pivot.listTransvecRow M).prod) (Sum.inl i) (Sum.inr ()) = 0Multiplying by all the matrices either in listTransvecCol M and listTransvecRow M kills
all the coefficients in the last column but the last one.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Field
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.
- Fieldstatement and proof · cited by 7,404
- Matrixstatement and proof · cited by 4,303
- Matrix.mul_assocproof · cited by 56
- Matrix.transvectionproof · cited by 24
- Matrix.Pivot.listTransvecColstatement and proof · cited by 9
- Matrix.Pivot.listTransvecRowstatement and proof · cited by 9
- Matrix.Pivot.listTransvecCol_mul_last_colproof · cited by 1
- Matrix.Pivot.mul_listTransvecRow_last_colproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.Pivot.isTwoBlockDiagonal_listTransvecCol_mul_mul_listTransvecRowproof · cited by 1