Documentation

Mathlib.CategoryTheory.Limits.Preserves.Ulift

ULift creates small (co)limits #

This file shows that uliftFunctor.{v, u} preserves all limits and colimits, including those potentially too big to exist in Type u.

As this functor is fully faithful, we also deduce that it creates u-small limits and colimits.

The equivalence between K.sections and (K ⋙ uliftFunctor.{v, u}).sections. This is used to show that uliftFunctor preserves limits that are potentially too large to exist in the source category.

Equations
    Instances For

      The functor uliftFunctor : Type u ⥤ Type (max u v) creates u-small limits.

      Equations

        The functor uliftFunctor : Type u ⥤ Type (max u v) creates u-small colimits.

        Equations