Theorems · Definition · linear algebra
LDL.lowerInv
{𝕜 : 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 inverse of the lower triangular matrix L of the LDL-decomposition. It is obtained by
applying Gram-Schmidt-Orthogonalization w.r.t. the inner product induced by Sᵀ on the standard
basis vectors Pi.basisFun.
- Defined in
- Mathlib.Analysis.Matrix.LDL
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 182 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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
- Pi.basisFunproof · cited by 78
- Matrix.PosDefstatement and proof · cited by 68
- InnerProductSpace.gramSchmidtproof · cited by 30
Cited by8
Results whose statement or proof uses this declaration.
- LDL.diagEntriesproof · cited by 2
- LDL.diag_eq_lowerInv_conjstatement and proof · cited by 1
- LDL.lowerproof · cited by 1
- LDL.lowerInv_orthogonalstatement · cited by 1
- LDL.lowerInv.congr_simpstatement and proof · cited by 0
- LDL.lowerInv_eq_gramSchmidtBasisstatement · cited by 0
- LDL.lowerInv_triangularstatement and proof · cited by 0
- LDL.lower_conj_diagproof · cited by 0