Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.PushoutObjObj.inl

{C₁ : Type u₁} →
  {C₂ : Type u₂} →
    {C₃ : Type u₃} →
      [inst : CategoryTheory.Category.{v₁, u₁} C₁] →
        [inst_1 : CategoryTheory.Category.{v₂, u₂} C₂] →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} C₃] →
            {F : CategoryTheory.Functor C₁ (CategoryTheory.Functor C₂ C₃)} →
              {X₁ Y₁ : C₁} →
                {f₁ : X₁ ⟶ Y₁} →
                  {X₂ Y₂ : C₂} → {f₂ : X₂ ⟶ Y₂} → (self : F.PushoutObjObj f₁ f₂) → (F.obj Y₁).obj X₂ ⟶ self.pt

the first inclusion

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.PullbackObjObj
Cited by
31 results in Mathlib
Foundations
Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Functor.PushoutObjObj.mapArrowRight · cited by 11PushoutObjObj.mapArrowRig…CategoryTheory.ParametrizedAdjunction.arrowHomEquiv · cited by 11ParametrizedAdjunction.ar…CategoryTheory.Functor.PushoutObjObj.mapArrowLeft · cited by 10PushoutObjObj.mapArrowLeftCategoryTheory.Functor.PushoutObjObj.flip · cited by 8PushoutObjObj.flipCategoryTheory.Functor.PushoutObjObj.hom_ext · cited by 5PushoutObjObj.hom_extCategoryTheory.Functor.PushoutObjObj.ofNatIso · cited by 4PushoutObjObj.ofNatIsoCategoryTheory.Functor.PushoutObjObj.isPushout · cited by 3PushoutObjObj.isPushoutCategoryTheory.Functor.PushoutObjObj.mapArrowLeft_comp · cited by 2PushoutObjObj.mapArrowLef…CategoryTheory.Functor.PushoutObjObj.inl_ι · cited by 1PushoutObjObj.inl_ιCategoryTheory.Functor.PushoutObjObj.mapArrowRight_comp · cited by 1PushoutObjObj.mapArrowRig…CategoryTheory.ParametrizedAdjunction.inl_arrowHomEquiv_symm_apply_left · cited by 1ParametrizedAdjunction.in…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator_naturality · cited by 0PushoutProduct.associator…CategoryTheory.Functor.PushoutObjObj.flipTensor_inl · cited by 0PushoutObjObj.flipTensor_…CategoryTheory.Functor.PushoutObjObj.flipTensor_inr · cited by 0PushoutObjObj.flipTensor_…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.hexagon_forward · cited by 0PushoutProduct.hexagon_fo…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.PushoutObjObj.pt · cited by 70PushoutObjObj.ptCategoryTheory.Functor.PushoutObjObj · cited by 54Functor.PushoutObjObjPushoutObjObj.inlCITED BYCITES

Cites6

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

Cited by36

Results whose statement or proof uses this declaration.