Theorems · Theorem · linear algebra
hasEigenvalue_toLin_diagonal_iff
∀ {R : Type u_1} {n : Type u_2} {M : Type u_3} [inst : DecidableEq n] [inst_1 : Fintype n] [inst_2 : CommRing R]
[Nontrivial R] [inst_4 : AddCommGroup M] [inst_5 : Module R M] (d : n → R) {μ : R} [IsDomain R]
[Module.IsTorsionFree R M] (b : Module.Basis n R M),
Module.End.HasEigenvalue ((Matrix.toLin b b) (Matrix.diagonal d)) μ ↔ ∃ i, d i = μEigenvalues of a diagonal linear operator are the diagonal entries.
- Defined in
- Mathlib.LinearAlgebra.Eigenspace.Matrix
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
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
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Top.topproof · cited by 9,680
- Fintypestatement and proof · cited by 7,736
- Submoduleproof · cited by 7,192
- Set.rangeproof · cited by 4,705
- Matrixstatement · cited by 4,303
- LinearEquivstatement · cited by 3,317
Cited by1
Results whose statement or proof uses this declaration.
- hasEigenvalue_toLin'_diagonal_iffproof · cited by 1