Theorems · Theorem · ring theory
Module.End.isFinitelySemisimple_iff
∀ {R : Type u_1} {M : Type u_2} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M]
{f : Module.End R M},
f.IsFinitelySemisimple ↔
∀ p ∈ f.invtSubmodule,
Module.Finite R ↥p → ∀ q ∈ f.invtSubmodule, q ≤ p → ∃ r ≤ p, r ∈ f.invtSubmodule ∧ Disjoint q r ∧ q ⊔ r = pA characterisation of Module.End.IsFinitelySemisimple using only the lattice of submodules of
M (thus avoiding submodules of submodules).
- Defined in
- Mathlib.LinearAlgebra.Semisimple
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 130 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.
Cites10
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
- Submodulestatement and proof · cited by 7,192
- Disjointstatement and proof · cited by 2,201
- Module.Finitestatement and proof · cited by 1,032
- Module.Endstatement and proof · cited by 774
- Sublatticestatement · cited by 225
- Module.End.invtSubmodulestatement and proof · cited by 93
- Module.End.IsFinitelySemisimplestatement · cited by 12
Cited by2
Results whose statement or proof uses this declaration.
- Module.End.isFinitelySemisimple_iff_isSemisimpleproof · cited by 1
- LinearMap.IsSymmetric.isFinitelySemisimpleproof · cited by 1