Documentation

Atlas.TensorCategories.code.FittingLemmaLocalEnd

instance CategoryTheory.endScalarTower (k : Type w) [Field k] {C : Type u} [Category.{v, u} C] [Preadditive C] [Linear k C] (P : C) :

The k-action on End P commutes with right-composition by an endomorphism, so End P carries a scalar tower over k with itself as the inner ring.

A finite-dimensional endomorphism algebra over a field is Artinian as a ring, obtained by transferring the Artinian property from k-modules.

def CategoryTheory.postCompEndMap {k : Type w} [Field k] {C : Type u} [Category.{v, u} C] [Preadditive C] [Linear k C] {P : C} (g : End P) :

Post-composition by a fixed endomorphism g : End P, viewed as a k-linear endomorphism of the k-vector space End P.

Instances For

    A k-linear abelian category satisfies the Fitting property if every indecomposable object has a local endomorphism ring. This holds in finite abelian categories.

    Instances