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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- Quiver.Hom.opstatement and proof · cited by 1,948
- CategoryTheory.Limits.MulticospanIndex.multicospanproof · cited by 167
- CategoryTheory.Limits.limit.isLimitproof · cited by 146
- CategoryTheory.Limits.multicospanIndexEndproof · cited by 22
Cited by12
Results whose statement or proof uses this declaration.
- CategoryTheory.Enriched.FunctorCategory.enrichedCompproof · cited by 14
- CategoryTheory.Limits.end_.lift_πstatement · cited by 9
- CategoryTheory.Enriched.FunctorCategory.homEquivproof · cited by 8
- CategoryTheory.Limits.end_.mapproof · cited by 6
- CategoryTheory.Enriched.FunctorCategory.precompEnrichedHom'proof · cited by 3
- CategoryTheory.MonoidalClosed.FunctorCategory.homEquivproof · cited by 2
- CategoryTheory.Presheaf.functorEnrichedHomCoyonedaObjEquivproof · cited by 2
- CategoryTheory.Limits.end_.lift_π_assocstatement and proof · cited by 1
- CategoryTheory.MonoidalClosed.FunctorCategory.homEquiv_naturality_threeproof · cited by 0
- CategoryTheory.Limits.end_.lift.congr_simpstatement and proof · cited by 0