Theorems · Definition · linear algebra
LDL.lower
{𝕜 : Type u_1} →
[inst : RCLike 𝕜] →
{n : Type u_2} →
[inst_1 : LinearOrder n] →
[WellFoundedLT n] → [LocallyFiniteOrderBot n] → {S : Matrix n n 𝕜} → [Fintype n] → S.PosDef → Matrix n n 𝕜The lower triangular matrix L of the LDL decomposition.
- Defined in
- Mathlib.Analysis.Matrix.LDL
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 183 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- RCLikestatement and proof · cited by 2,829
- WellFoundedLTstatement and proof · cited by 491
- LocallyFiniteOrderBotstatement and proof · cited by 286
- RCLike.toPartialOrderstatement · cited by 106
- Matrix.PosDefstatement and proof · cited by 68
- LDL.lowerInvproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- LDL.lower_conj_diagstatement · cited by 0