An object has finite length if the subobject lattice is both noetherian and
artinian (well-founded under < and >).
Instances For
A locally finite k-linear abelian category: every hom-space is finite-dimensional
over k, and every object has finite length.
- homFinite (X Y : C) : Module.Finite k (X ⟶ Y)
- hasFiniteLength (X : C) : HasFiniteLength X
Instances
Multiring category: a locally finite k-linear abelian monoidal category in which
left and right whiskerings preserve both monomorphisms and epimorphisms.
- whiskerRight_mono {X Y : C} (f : X ⟶ Y) [CategoryTheory.Mono f] (Z : C) : CategoryTheory.Mono (CategoryTheory.MonoidalCategoryStruct.whiskerRight f Z)
- whiskerLeft_mono (Z : C) {X Y : C} (f : X ⟶ Y) [CategoryTheory.Mono f] : CategoryTheory.Mono (CategoryTheory.MonoidalCategoryStruct.whiskerLeft Z f)
- whiskerRight_epi {X Y : C} (f : X ⟶ Y) [CategoryTheory.Epi f] (Z : C) : CategoryTheory.Epi (CategoryTheory.MonoidalCategoryStruct.whiskerRight f Z)
- whiskerLeft_epi (Z : C) {X Y : C} (f : X ⟶ Y) [CategoryTheory.Epi f] : CategoryTheory.Epi (CategoryTheory.MonoidalCategoryStruct.whiskerLeft Z f)
Instances
A category is semisimple if every object decomposes as a finite biproduct of simple objects.
- semisimple (X : C) : ∃ (n : ℕ) (Y : Fin n → C) (_ : ∀ (i : Fin n), CategoryTheory.Simple (Y i)) (x : CategoryTheory.Limits.HasBiproduct Y), Nonempty (X ≅ ⨁ Y)
Instances
Proposition 1.13.6: In a monoidal category where right whiskering preserves
epimorphisms, the tensor product P ⊗ X of a projective object P with an object
admitting a right dual is projective.
In a multiring category, if every object is projective then the category is semisimple.
In a semisimple category, every object is projective.