Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Limits.ReflectsLimitsOfShape

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (J : Type w) → [CategoryTheory.Category.{w', w} J] → CategoryTheory.Functor C D → Prop

A functor F : C ⥤ D reflects limits of shape J if whenever the image of a cone over some K : J ⥤ C under F is a limit cone in D, the cone was already a limit cone in C. Note that we do not assume a priori that D actually has any limits.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Basic
Cited by
30 results in Mathlib
Foundations
Depth 2 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Limits.preservesLimitsOfShape_of_reflects_of_preserves · cited by 4Limits.preservesLimitsOfS…CategoryTheory.Limits.reflectsLimitsOfShape_leftOp · cited by 4Limits.reflectsLimitsOfSh…CategoryTheory.Limits.reflectsLimitsOfShape_op · cited by 4Limits.reflectsLimitsOfSh…CategoryTheory.Limits.reflectsLimitsOfShape_rightOp · cited by 4Limits.reflectsLimitsOfSh…CategoryTheory.Limits.reflectsLimitsOfShape_unop · cited by 4Limits.reflectsLimitsOfSh…CategoryTheory.IsVanKampenColimit.of_mapCocone · cited by 3IsVanKampenColimit.of_map…CategoryTheory.Limits.reflectsColimitsOfShape_leftOp · cited by 3Limits.reflectsColimitsOf…CategoryTheory.Limits.reflectsColimitsOfShape_op · cited by 3Limits.reflectsColimitsOf…CategoryTheory.Limits.reflectsColimitsOfShape_rightOp · cited by 3Limits.reflectsColimitsOf…CategoryTheory.Limits.reflectsColimitsOfShape_unop · cited by 3Limits.reflectsColimitsOf…CategoryTheory.Limits.reflectsLimitsOfShape_of_equiv · cited by 3Limits.reflectsLimitsOfSh…CategoryTheory.Limits.reflectsLimitsOfShape_of_leftOp · cited by 3Limits.reflectsLimitsOfSh…CategoryTheory.Limits.reflectsLimitsOfShape_of_op · cited by 3Limits.reflectsLimitsOfSh…CategoryTheory.Limits.reflectsLimitsOfShape_of_reflectsIsomorphisms · cited by 3Limits.reflectsLimitsOfSh…CategoryTheory.Limits.reflectsLimitsOfShape_of_rightOp · cited by 3Limits.reflectsLimitsOfSh…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorLimits.ReflectsLimitsOfShapeCITED BYCITES

Cites2

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by41

Results whose statement or proof uses this declaration.