Mathlib Map

Theorems · Theorem · linear algebra

LinearMap.finrank_genEigenspace_le

∀ {K : Type u_2} {M : Type u_3} [inst : Field K] [inst_1 : AddCommGroup M] [inst_2 : Module K M]
  [inst_3 : Module.Finite K M] (φ : Module.End K M) (μ : K) (k : ℕ),
  Module.finrank K ↥((φ.genEigenspace μ) ↑k) ≤ Polynomial.rootMultiplicity μ (LinearMap.charpoly φ)
Defined in
Mathlib.LinearAlgebra.Eigenspace.Zero
Cited by
1 results in Mathlib
Foundations
Depth 136 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldAddCommGroupModuleModule.Finite

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.