Theorems · Theorem · linear algebra
Matrix.Pivot.isTwoBlockDiagonal_listTransvecCol_mul_mul_listTransvecRow
∀ {𝕜 : Type u_3} [inst : Field 𝕜] {r : ℕ} (M : Matrix (Fin r ⊕ Unit) (Fin r ⊕ Unit) 𝕜),
M (Sum.inr ()) (Sum.inr ()) ≠ 0 →
((Matrix.Pivot.listTransvecCol M).prod * M * (Matrix.Pivot.listTransvecRow M).prod).IsTwoBlockDiagonalMultiplying by all the matrices either in listTransvecCol M and listTransvecRow M turns
the matrix in block-diagonal form.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 85 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.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Fieldstatement and proof · cited by 7,404
- Matrixstatement and proof · cited by 4,303
- Matrix.extproof · cited by 540
- Matrix.ofproof · cited by 336
- Matrix.Pivot.listTransvecColstatement · cited by 9
- Matrix.Pivot.listTransvecRowstatement · cited by 9
- Matrix.IsTwoBlockDiagonalstatement · cited by 4
- Matrix.Pivot.listTransvecCol_mul_mul_listTransvecRow_last_colproof · cited by 1
- Matrix.Pivot.listTransvecCol_mul_mul_listTransvecRow_last_rowproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.Pivot.exists_isTwoBlockDiagonal_of_ne_zeroproof · cited by 1