Theorems · Theorem · linear algebra
Matrix.Pivot.exists_list_transvec_mul_mul_list_transvec_eq_diagonal_aux
∀ {𝕜 : Type u_3} [inst : Field 𝕜] (n : Type) [inst_1 : Fintype n] [inst_2 : DecidableEq n] (M : Matrix n n 𝕜),
∃ L L' D,
(List.map Matrix.TransvectionStruct.toMatrix L).prod * M * (List.map Matrix.TransvectionStruct.toMatrix L').prod =
Matrix.diagonal DAny matrix can be reduced to diagonal form by elementary operations. Formulated here on Type 0
because we will make an induction using Fin r.
See exists_list_transvec_mul_mul_list_transvec_eq_diagonal for the general version (which follows
from this one and reindexing).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FieldFintypeDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Equivproof · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- Matrixstatement and proof · cited by 4,303
- Fintype.cardproof · cited by 1,386
- Matrix.extproof · cited by 540
- Matrix.diagonalstatement and proof · cited by 314
- Fintype.card_finproof · cited by 270
- Fintype.card_uniqueproof · cited by 59
- 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.
- Matrix.Pivot.exists_list_transvec_mul_mul_list_transvec_eq_diagonalproof · cited by 1