Theorems · Definition · linear algebra
Module.End.HasUnifEigenvector
{R : Type v} →
{M : Type w} →
[inst : CommRing R] → [inst_1 : AddCommGroup M] → [inst_2 : Module R M] → Module.End R M → R → ℕ∞ → M → PropLet M be an R-module, and f an R-linear endomorphism of M,
and let μ : R and k : ℕ∞ be given.
Then x : M satisfies HasUnifEigenvector f μ k x if
x ∈ f.genEigenspace μ k and x ≠ 0.
For k = 1, this means that x is an eigenvector of f with eigenvalue μ.
- Defined in
- Mathlib.LinearAlgebra.Eigenspace.Basic
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 66 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.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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.genEigenspaceproof · cited by 70
Cited by9
Results whose statement or proof uses this declaration.
- Module.End.HasEigenvectorproof · cited by 23
- Module.End.HasUnifEigenvalue.exists_hasUnifEigenvectorstatement · cited by 3
- Module.End.HasUnifEigenvector.apply_eq_smulstatement and proof · cited by 3
- Module.End.HasUnifEigenvector.pow_applystatement and proof · cited by 3
- Module.End.HasUnifEigenvalue.isNilpotent_of_isNilpotentproof · cited by 1
- Module.End.HasGenEigenvectorproof · cited by 1
- Module.End.HasUnifEigenvalue.mem_spectrumproof · cited by 1
- Module.End.HasUnifEigenvalue.powproof · cited by 1
- Module.End.HasUnifEigenvector.hasUnifEigenvaluestatement and proof · cited by 1