Theorems · Theorem · linear algebra
Module.End.eigenvectors_linearIndependent
∀ {R : Type v} {M : Type w} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M] [IsDomain R]
[Module.IsTorsionFree R M] (f : Module.End R M) (μs : Set R) (xs : ↑μs → M),
(∀ (μ : ↑μs), f.HasEigenvector (↑μ) (xs μ)) → LinearIndependent (ι := ↑μs) R xsEigenvectors corresponding to distinct eigenvalues of a linear operator are linearly
independent. (Lemma 5.11 of [axler2024])
We use the eigenvalues as indexing set to ensure that there is only one eigenvector for each
eigenvalue in the image of xs.
See Module.End.eigenvectors_linearIndependent' for an indexed variant.
- Defined in
- Mathlib.LinearAlgebra.Eigenspace.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Set.Elemstatement and proof · cited by 7,166
- IsDomainstatement and proof · cited by 2,196
- Module.Endstatement and proof · cited by 774
- Module.IsTorsionFreestatement and proof · cited by 600
- LinearIndependentstatement · cited by 560
- Subtype.coe_injectiveproof · cited by 205
- Module.End.HasEigenvectorstatement and proof · cited by 23
- Module.End.eigenvectors_linearIndependent'proof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- IsSl2Triple.HasPrimitiveVectorWith.exists_natproof · cited by 2
- IsSl2Triple.exists_hasPrimitiveVectorWithproof · cited by 0