Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Functor.PullbackObjObj

{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₃] →
            CategoryTheory.Functor C₁ᵒᵖ (CategoryTheory.Functor C₃ C₂) →
              {X₁ Y₁ : C₁} → (X₁ ⟶ Y₁) → {X₃ Y₃ : C₃} → (X₃ ⟶ Y₃) → Type (max u₂ v₂)

Given a bifunctor G : C₁ᵒᵖ ⥤ C₃ ⥤ C₂, and morphisms f₁ : X₁ ⟶ Y₁ in C₁ and f₃ : X₃ ⟶ Y₃ in C₃, this structure contains the data of a pullback of (G.obj (op X₁)).obj X₃ and (G.obj (op Y₁)).obj Y₃ over (G.obj (op X₁)).obj Y₃.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.PullbackObjObj
Cited by
39 results in Mathlib
Foundations
Depth 20 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.PullbackObjObj.pt · cited by 50PullbackObjObj.ptCategoryTheory.Functor.PullbackObjObj.π · cited by 47PullbackObjObj.πCategoryTheory.Functor.PullbackObjObj.ofHasPullback · cited by 21PullbackObjObj.ofHasPullb…CategoryTheory.Functor.PullbackObjObj.fst · cited by 19PullbackObjObj.fstCategoryTheory.Functor.PullbackObjObj.snd · cited by 17PullbackObjObj.sndCategoryTheory.ParametrizedAdjunction.arrowHomEquiv · cited by 11ParametrizedAdjunction.ar…CategoryTheory.Functor.PullbackObjObj.mapArrowRight · cited by 9PullbackObjObj.mapArrowRi…CategoryTheory.Functor.PullbackObjObj.mapArrowLeft · cited by 8PullbackObjObj.mapArrowLe…CategoryTheory.ParametrizedAdjunction.hasLiftingProperty_iff · cited by 6ParametrizedAdjunction.ha…CategoryTheory.Functor.PullbackObjObj.hom_ext · cited by 5PullbackObjObj.hom_extCategoryTheory.Functor.PullbackObjObj.ofIsInitial · cited by 4PullbackObjObj.ofIsInitialCategoryTheory.Functor.PullbackObjObj.ofIsTerminal · cited by 4PullbackObjObj.ofIsTermin…SSet.innerAnodyneExtensions_pushoutObjObjι · cited by 3SSet.innerAnodyneExtensio…CategoryTheory.Functor.PullbackObjObj.isPullback · cited by 3PullbackObjObj.isPullbackSSet.anodyneExtensions_pushoutObjObjι · cited by 3SSet.anodyneExtensions_pu…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeFunctor.PullbackObjObjCITED BYCITES

Cites4

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

Cited by58

Results whose statement or proof uses this declaration.