Theorems · Theorem · linear algebra
Matrix.Pivot.exists_isTwoBlockDiagonal_list_transvec_mul_mul_list_transvec
∀ {𝕜 : Type u_3} [inst : Field 𝕜] {r : ℕ} (M : Matrix (Fin r ⊕ Unit) (Fin r ⊕ Unit) 𝕜),
∃ L L',
((List.map Matrix.TransvectionStruct.toMatrix L).prod * M *
(List.map Matrix.TransvectionStruct.toMatrix L').prod).IsTwoBlockDiagonalThere exist two lists of TransvectionStruct such that multiplying by them on the left and
on the right makes a matrix block-diagonal.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 87 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.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Fintypeproof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- Matrixstatement and proof · cited by 4,303
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- zero_addproof · cited by 2,366
- Matrix.ofproof · cited by 336
- Matrix.mul_assocproof · cited by 56
- Matrix.mul_oneproof · cited by 45
- Matrix.TransvectionStructstatement and proof · cited by 42
- Matrix.TransvectionStruct.toMatrixstatement and proof · cited by 32
Cited by1
Results whose statement or proof uses this declaration.