Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.PullbackObjObj.fst

{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₃] →
            {G : CategoryTheory.Functor C₁ᵒᵖ (CategoryTheory.Functor C₃ C₂)} →
              {X₁ Y₁ : C₁} →
                {f₁ : X₁ ⟶ Y₁} →
                  {X₃ Y₃ : C₃} →
                    {f₃ : X₃ ⟶ Y₃} → (self : G.PullbackObjObj f₁ f₃) → self.pt ⟶ (G.obj (Opposite.op X₁)).obj X₃

the first projection

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.PullbackObjObj
Cited by
19 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.ParametrizedAdjunction.arrowHomEquiv · cited by 11ParametrizedAdjunction.ar…CategoryTheory.Functor.PullbackObjObj.mapArrowRight · cited by 9PullbackObjObj.mapArrowRi…CategoryTheory.Functor.PullbackObjObj.mapArrowLeft · cited by 8PullbackObjObj.mapArrowLe…CategoryTheory.Functor.PullbackObjObj.hom_ext · cited by 5PullbackObjObj.hom_extCategoryTheory.Functor.PullbackObjObj.isPullback · cited by 3PullbackObjObj.isPullbackCategoryTheory.ParametrizedAdjunction.arrowHomEquiv_apply_right_fst · cited by 1ParametrizedAdjunction.ar…CategoryTheory.Functor.PullbackObjObj.mapArrowLeft_comp · cited by 1PullbackObjObj.mapArrowLe…CategoryTheory.ParametrizedAdjunction.inl_arrowHomEquiv_symm_apply_left · cited by 1ParametrizedAdjunction.in…CategoryTheory.ParametrizedAdjunction.inr_arrowHomEquiv_symm_apply_left · cited by 1ParametrizedAdjunction.in…CategoryTheory.Functor.PullbackObjObj.mapArrowRight_comp · cited by 1PullbackObjObj.mapArrowRi…CategoryTheory.Functor.PullbackObjObj.π_fst · cited by 1PullbackObjObj.π_fstCategoryTheory.ParametrizedAdjunction.arrowHomEquiv_apply_right_fst_assoc · cited by 0ParametrizedAdjunction.ar…CategoryTheory.Functor.PullbackObjObj.hom_ext_iff · cited by 0PullbackObjObj.hom_ext_iffCategoryTheory.Functor.PullbackObjObj.mapArrowLeft_id · cited by 0PullbackObjObj.mapArrowLe…CategoryTheory.ParametrizedAdjunction.inr_arrowHomEquiv_symm_apply_left_assoc · cited by 0ParametrizedAdjunction.in…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Functor.PullbackObjObj.pt · cited by 50PullbackObjObj.ptCategoryTheory.Functor.PullbackObjObj · cited by 39Functor.PullbackObjObjPullbackObjObj.fstCITED BYCITES

Cites7

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

Cited by22

Results whose statement or proof uses this declaration.