Documentation

Mathlib.Algebra.Category.ModuleCat.Ulift

Ulift functor for ModuleCat #

In this file, we define the obvious functor ModuleCat.{v} R ⥤ ModuleCat.{max v v'} R and prove it is exact, fully faithful and preserves projective and injective objects.

Universe lift functor for R-module.

Instances For
    @[simp]
    theorem ModuleCat.uliftFunctor_obj (R : Type u) [Ring R] (X : ModuleCat R) :
    (uliftFunctor.{v', v, u} R).obj X = of R (ULift.{v', v} X)

    The universe lift functor for R-module is fully faithful.

    Instances For

      The ULift functor on ModuleCat is compatible with the one defined on categories of types.

      Instances For