Documentation

Mathlib.CategoryTheory.Limits.MorphismProperty

(Co)limits in subcategories of comma categories defined by morphism properties #

If P is closed under limits of shape J in Comma L R, then when D has a limit in Comma L R, the forgetful functor creates this limit.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    If Comma L R has limits of shape J and Comma L R is closed under limits of shape J, then forget L R P ⊤ ⊤ creates limits of shape J.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      theorem CategoryTheory.Over.closedUnderLimitsOfShape_pullback {T : Type u_1} [CategoryTheory.Category.{u_2, u_1} T] (P : CategoryTheory.MorphismProperty T) {X : T} [CategoryTheory.Limits.HasPullbacks T] [P.IsStableUnderComposition] (hP : P.StableUnderBaseChange) (of_postcomp : ∀ {X Y Z : T} {f : X Y} (g : Y Z), P gP (CategoryTheory.CategoryStruct.comp f g)P f) :

      Let P be stable under composition and base change. If P satisfies cancellation on the right, the subcategory of Over X defined by P is closed under pullbacks.

      Without the cancellation property, this does not in general. Consider for example P = Function.Surjective on Type.

      If P is stable under composition, base change and satisfies post-cancellation, Over.forget P ⊤ X creates pullbacks.

      Equations
      Instances For
        theorem CategoryTheory.MorphismProperty.Over.hasPullbacks {T : Type u_1} [CategoryTheory.Category.{u_2, u_1} T] (P : CategoryTheory.MorphismProperty T) (X : T) [CategoryTheory.Limits.HasPullbacks T] [P.IsStableUnderComposition] (hP : P.StableUnderBaseChange) (of_postcomp : ∀ {X Y Z : T} {f : X Y} (g : Y Z), P gP (CategoryTheory.CategoryStruct.comp f g)P f) :

        If P is stable under composition, base change and satisfies post-cancellation, P.Over ⊤ X has pullbacks