Theorems · Definition · linear algebra
Module.End.UnifEigenvalues
{R : Type v} →
{M : Type w} → [inst : CommRing R] → [inst_1 : AddCommGroup M] → [inst_2 : Module R M] → Module.End R M → ℕ∞ → Type vLet M be an R-module, and f an R-linear endomorphism of M.
For k : ℕ∞, we define UnifEigenvalues f k to be the type of all
μ : R that satisfy f.HasUnifEigenvalue μ k.
For k = 1 this is the type of all eigenvalues of f.
- Defined in
- Mathlib.LinearAlgebra.Eigenspace.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingAddCommGroupModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- ENatstatement and proof · cited by 4,985
- Module.Endstatement and proof · cited by 774
- Module.End.HasUnifEigenvalueproof · cited by 18
Cited by3
Results whose statement or proof uses this declaration.
- Module.End.UnifEigenvalues.valstatement · cited by 10
- Module.End.Eigenvaluesproof · cited by 9
- Module.End.UnifEigenvalues.mk_valstatement and proof · cited by 0