Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.PushoutObjObj.inr

{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 X₁).obj Y₂ ⟶ self.pt

the second inclusion

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.PullbackObjObj
Cited by
33 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.inr_ι · cited by 1PushoutObjObj.inr_ιCategoryTheory.Functor.PushoutObjObj.mapArrowRight_comp · cited by 1PushoutObjObj.mapArrowRig…CategoryTheory.ParametrizedAdjunction.arrowHomEquiv_apply_right_fst · cited by 1ParametrizedAdjunction.ar…CategoryTheory.ParametrizedAdjunction.arrowHomEquiv_apply_right_snd · cited by 1ParametrizedAdjunction.ar…CategoryTheory.ParametrizedAdjunction.inr_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.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.inrCITED BYCITES

Cites6

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

Cited by38

Results whose statement or proof uses this declaration.