Theorems · Theorem · linear algebra
Module.End.isNilpotent_isSemisimple_unique
∀ {K : Type u_1} {V : Type u_2} [inst : Field K] [inst_1 : AddCommGroup V] [inst_2 : Module K V] [FiniteDimensional K V]
[PerfectField K] {n₁ s₁ n₂ s₂ : Module.End K V},
IsNilpotent n₁ →
s₁.IsSemisimple →
IsNilpotent n₂ → s₂.IsSemisimple → Commute n₁ s₁ → Commute n₂ s₂ → n₁ + s₁ = n₂ + s₂ → n₁ = n₂ ∧ s₁ = s₂Uniqueness of Jordan-Chevalley-Dunford decomposition: if n₁ + s₁ = n₂ + s₂ with nᵢ
nilpotent, sᵢ semisimple, and nᵢ, sᵢ commuting, then n₁ = n₂ and s₁ = s₂.
- Defined in
- Mathlib.LinearAlgebra.JordanChevalley
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 133 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- Fieldstatement and proof · cited by 7,404
- FiniteDimensionalstatement and proof · cited by 1,854
- Module.Endstatement and proof · cited by 774
- Commutestatement and proof · cited by 639
- Algebra.adjoinproof · cited by 535
- IsNilpotentstatement and proof · cited by 248
- Commute.symmproof · cited by 79
- Commute.reflproof · cited by 38
- PerfectFieldstatement and proof · cited by 36
Cited by1
Results whose statement or proof uses this declaration.
- LieAlgebra.ad_mem_adjoin_of_isSemisimpleproof · cited by 1