Theorems · Theorem · linear algebra
Matrix.Pivot.exists_list_transvec_mul_diagonal_mul_list_transvec
∀ {n : Type u_1} {𝕜 : Type u_3} [inst : Field 𝕜] [inst_1 : DecidableEq n] [inst_2 : Fintype n] (M : Matrix n n 𝕜),
∃ L L' D,
M =
(List.map Matrix.TransvectionStruct.toMatrix L).prod * Matrix.diagonal D *
(List.map Matrix.TransvectionStruct.toMatrix L').prodAny matrix can be written as the product of transvections, a diagonal matrix, and transvections.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FieldDecidableEqFintype
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypestatement and proof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- Matrixstatement and proof · cited by 4,303
- Matrix.diagonalstatement and proof · cited by 314
- 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
- Matrix.one_mulproof · cited by 30
- Matrix.TransvectionStruct.invproof · cited by 11
- Matrix.TransvectionStruct.reverse_inv_prod_mul_prodproof · cited by 3
- Matrix.TransvectionStruct.prod_mul_reverse_inv_prodproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.diagonal_transvection_inductionproof · cited by 1
- Matrix.exists_rank_normal_formproof · cited by 0