Theorems · Theorem · linear algebra
Matrix.Pivot.exists_list_transvec_mul_mul_list_transvec_eq_diagonal_induction
∀ {𝕜 : Type u_3} [inst : Field 𝕜] {r : ℕ},
(∀ (M : Matrix (Fin r) (Fin r) 𝕜),
∃ L₀ L₀' D₀,
(List.map Matrix.TransvectionStruct.toMatrix L₀).prod * M *
(List.map Matrix.TransvectionStruct.toMatrix L₀').prod =
Matrix.diagonal D₀) →
∀ (M : Matrix (Fin r ⊕ Unit) (Fin r ⊕ Unit) 𝕜),
∃ L L' D,
(List.map Matrix.TransvectionStruct.toMatrix L).prod * M *
(List.map Matrix.TransvectionStruct.toMatrix L').prod =
Matrix.diagonal DInductive step for the reduction: if one knows that any size r matrix can be reduced to
diagonal form by elementary operations, then one deduces it for matrices over Fin r ⊕ Unit.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 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.
- Fieldstatement and proof · cited by 7,404
- Matrixstatement and proof · cited by 4,303
- Matrix.diagonalstatement and proof · cited by 314
- Matrix.fromBlocksproof · cited by 108
- Matrix.mul_assocproof · cited by 56
- Matrix.TransvectionStructstatement and proof · cited by 42
- Matrix.TransvectionStruct.toMatrixstatement and proof · cited by 32
- Matrix.toBlocks₂₂proof · cited by 8
- Matrix.toBlocks₁₁proof · cited by 8
- Matrix.toBlocks₂₁proof · cited by 8
- Matrix.TransvectionStruct.sumInlproof · cited by 4
- Matrix.IsTwoBlockDiagonalproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.Pivot.exists_list_transvec_mul_mul_list_transvec_eq_diagonal_auxproof · cited by 1