Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.end_.lift

{J : Type u} →
  [inst : CategoryTheory.Category.{v, u} J] →
    {C : Type u'} →
      [inst_1 : CategoryTheory.Category.{v', u'} C] →
        {F : CategoryTheory.Functor Jᵒᵖ (CategoryTheory.Functor J C)} →
          [inst_2 : CategoryTheory.Limits.HasEnd F] →
            {X : C} →
              (f : (j : J) → X ⟶ (F.obj (Opposite.op j)).obj j) →
                (∀ ⦃i j : J⦄ (g : i ⟶ j),
                    CategoryTheory.CategoryStruct.comp (f i) ((F.obj (Opposite.op i)).map g) =
                      CategoryTheory.CategoryStruct.comp (f j) ((F.map g.op).app j)) →
                  (X ⟶ CategoryTheory.Limits.end_ F)

Constructor for morphisms to the end of a functor.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.End
Cited by
5 results in Mathlib
Foundations
Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasEnd

Around this declaration

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

CategoryTheory.Enriched.FunctorCategory.enrichedComp · cited by 14FunctorCategory.enrichedC…CategoryTheory.Limits.end_.lift_π · cited by 9end_.lift_πCategoryTheory.Enriched.FunctorCategory.homEquiv · cited by 8FunctorCategory.homEquivCategoryTheory.Limits.end_.map · cited by 6end_.mapCategoryTheory.Enriched.FunctorCategory.precompEnrichedHom' · cited by 3FunctorCategory.precompEn…CategoryTheory.MonoidalClosed.FunctorCategory.homEquiv · cited by 2FunctorCategory.homEquivCategoryTheory.Presheaf.functorEnrichedHomCoyonedaObjEquiv · cited by 2Presheaf.functorEnrichedH…CategoryTheory.Limits.end_.lift_π_assoc · cited by 1end_.lift_π_assocCategoryTheory.Enriched.FunctorCategory.isLimitConeFunctorEnrichedHom.lift · cited by 1isLimitConeFunctorEnriche…CategoryTheory.MonoidalClosed.FunctorCategory.homEquiv_naturality_three · cited by 0FunctorCategory.homEquiv_…CategoryTheory.Limits.end_.lift.congr_simp · cited by 0lift.congr_simpCategoryTheory.Enriched.FunctorCategory.isLimitConeFunctorEnrichedHom.fac · cited by 0isLimitConeFunctorEnriche…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapOpposite · cited by 8081OppositeCategoryTheory.NatTrans.app · cited by 7406NatTrans.appQuiver.Hom.op · cited by 1948Hom.opCategoryTheory.Limits.MulticospanIndex.multicospan · cited by 167MulticospanIndex.multicos…CategoryTheory.Limits.limit.isLimit · cited by 146limit.isLimitCategoryTheory.Limits.multicospanIndexEnd · cited by 22Limits.multicospanIndexEndCategoryTheory.Limits.end_ · cited by 20Limits.end_CategoryTheory.Limits.HasEnd · cited by 14Limits.HasEndCategoryTheory.Limits.Wedge.IsLimit.lift · cited by 5IsLimit.liftend_.liftCITED BYCITES

Cites15

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

Cited by12

Results whose statement or proof uses this declaration.