Theorems · Theorem · linear algebra
eigenvalue_mem_ball
- 1000+ list: Gershgorin circle theorem
∀ {K : Type u_1} {n : Type u_2} [inst : NormedField K] [inst_1 : Fintype n] [inst_2 : DecidableEq n] {A : Matrix n n K}
{μ : K},
Module.End.HasEigenvalue (Matrix.toLin' A) μ → ∃ k, μ ∈ Metric.closedBall (A k k) (∑ j ∈ Finset.univ.erase k, ‖A k j‖)Gershgorin's circle theorem: for any eigenvalue μ of a square matrix A, there exists an
index k such that μ lies in the closed ball of center the diagonal term A k k and of
radius the sum of the norms ∑ j ≠ k, ‖A k j‖.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Gershgorin
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites52
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
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement · cited by 18,349
- LinearMapstatement · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Norm.normstatement and proof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- mul_oneproof · cited by 3,885
- Finset.univstatement and proof · cited by 3,473
- LinearEquivstatement · cited by 3,317
Cited by1
Results whose statement or proof uses this declaration.
- det_ne_zero_of_sum_row_lt_diagproof · cited by 1