Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.isLimitOfReflects

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {J : Type w} →
          [inst_2 : CategoryTheory.Category.{w', w} J] →
            {K : CategoryTheory.Functor J C} →
              (F : CategoryTheory.Functor C D) →
                {c : CategoryTheory.Limits.Cone K} →
                  CategoryTheory.Limits.IsLimit (F.mapCone c) →
                    [CategoryTheory.Limits.ReflectsLimit K F] → CategoryTheory.Limits.IsLimit c

A convenience function for ReflectsLimit, which takes the functor as an explicit argument to guide typeclass resolution.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Basic
Cited by
18 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.ReflectsLimit

Around this declaration

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

CategoryTheory.IsPullback.of_map · cited by 5IsPullback.of_mapCategoryTheory.Limits.preservesLimit_of_reflects_of_preserves · cited by 4Limits.preservesLimit_of_…CategoryTheory.Limits.reflectsLimitsOfShape_of_equiv · cited by 3Limits.reflectsLimitsOfSh…CommRingCat.Under.equalizerForkIsLimit · cited by 2Under.equalizerForkIsLimitCategoryTheory.Limits.IsTerminal.isTerminalOfObj · cited by 2IsTerminal.isTerminalOfObjCategoryTheory.Presheaf.isSheaf_of_isSheaf_comp · cited by 2Presheaf.isSheaf_of_isShe…CategoryTheory.Limits.reflectsColimit_leftOp · cited by 1Limits.reflectsColimit_le…CategoryTheory.Limits.reflectsColimit_of_leftOp · cited by 1Limits.reflectsColimit_of…CategoryTheory.Limits.reflectsColimit_of_op · cited by 1Limits.reflectsColimit_of…CategoryTheory.Limits.reflectsColimit_of_rightOp · cited by 1Limits.reflectsColimit_of…CategoryTheory.Limits.reflectsColimit_of_unop · cited by 1Limits.reflectsColimit_of…CategoryTheory.Limits.reflectsColimit_op · cited by 1Limits.reflectsColimit_opCategoryTheory.Limits.reflectsColimit_rightOp · cited by 1Limits.reflectsColimit_ri…CategoryTheory.Functor.Initial.reflectsLimit_of_comp · cited by 1Initial.reflectsLimit_of_…CategoryTheory.Limits.reflectsColimit_unop · cited by 1Limits.reflectsColimit_un…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Limits.Cone · cited by 710Limits.ConeCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitNonempty.some · cited by 340Nonempty.someCategoryTheory.Functor.mapCone · cited by 147Functor.mapConeCategoryTheory.Limits.ReflectsLimit · cited by 31Limits.ReflectsLimitCategoryTheory.Limits.ReflectsLimit.reflects · cited by 1ReflectsLimit.reflectsLimits.isLimitOfReflectsCITED BYCITES

Cites9

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

Cited by34

Results whose statement or proof uses this declaration.