Theorems · Theorem · linear algebra
Matrix.lt_two_mul_of_mul_diagonal_posDef_of_for_le_of_hasEigen
∀ {ι : Type u_1} {R : Type u_2} [inst : Fintype ι] [inst_1 : DecidableEq ι] [inst_2 : CommRing R]
[inst_3 : LinearOrder R] [IsStrictOrderedRing R] [inst_5 : StarRing R] [TrivialStar R] (A : Matrix ι ι R) (d : ι → R),
(Matrix.diagonal d * A).PosDef →
(∀ (i : ι), 0 < d i) →
∀ (μ ρ : R),
(∀ (i j : ι), A i j ≤ if i = j then μ else 0) → Module.End.HasEigenvalue (Matrix.toLin' A) ρ → ρ < 2 * μA spectral bound result for Z-matrices satisfying a positive-definiteness condition.
It is important because it applies to Cartan matrices, and shows that all (real) eigenvalues must
be strictly less than 4 (a fact which is necessary in the proof of
RootPairing.GeckConstruction.instIsIrreducible).
- Defined in
- Mathlib.LinearAlgebra.Matrix.ZMatrix
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites63
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- LinearMapstatement · cited by 10,215
- LinearOrderstatement and proof · cited by 8,572
- Fintypestatement and proof · cited by 7,736
- Finset.sumproof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- mul_oneproof · cited by 3,885
- Finset.univproof · cited by 3,473
- LinearEquivstatement · cited by 3,317
- IsStrictOrderedRingstatement and proof · cited by 2,490
Cited by1
Results whose statement or proof uses this declaration.
- RootPairing.Base.det_four_sub_cartanMatrix_ne_zeroproof · cited by 0