Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.PullbackObjObj.ofHasPullback

{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₃) →
                      [CategoryTheory.Limits.HasPullback ((G.obj (Opposite.op X₁)).map f₃) ((G.map f₁.op).app Y₃)] →
                        G.PullbackObjObj f₁ f₃

The PullbackObjObj structure given by the pullback of the limits API.

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

Around this declaration

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

CategoryTheory.Functor.leibnizPullback · cited by 8Functor.leibnizPullbackCategoryTheory.MonoidalCategory.Arrow.PullbackHom.isTerminalIso · cited by 5PullbackHom.isTerminalIsoCategoryTheory.MonoidalCategory.Arrow.PullbackHom.isInitialIso · cited by 4PullbackHom.isInitialIsoSSet.innerAnodyneExtensions_pushoutObjObjι · cited by 3SSet.innerAnodyneExtensio…SSet.anodyneExtensions_pushoutObjObjι · cited by 3SSet.anodyneExtensions_pu…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.hasLiftingProperty_mk_iff · cited by 2PushoutProduct.hasLifting…SSet.innerFibration_pullbackObjObjπ · cited by 1SSet.innerFibration_pullb…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.hasLiftingProperty_iff · cited by 1PushoutProduct.hasLifting…SSet.fibration_pullbackObjObjπ · cited by 1SSet.fibration_pullbackOb…CategoryTheory.Functor.leibnizPullback_map_app · cited by 0Functor.leibnizPullback_m…CategoryTheory.Functor.leibnizPullback_obj_map · cited by 0Functor.leibnizPullback_o…CategoryTheory.Functor.leibnizPullback_obj_obj · cited by 0Functor.leibnizPullback_o…CategoryTheory.Functor.PullbackObjObj.ofHasPullback_fst · cited by 0PullbackObjObj.ofHasPullb…CategoryTheory.Functor.PullbackObjObj.ofHasPullback_pt · cited by 0PullbackObjObj.ofHasPullb…CategoryTheory.Functor.PullbackObjObj.ofHasPullback_snd · cited by 0PullbackObjObj.ofHasPullb…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapOpposite · cited by 8081OppositeCategoryTheory.NatTrans.app · cited by 7406NatTrans.appQuiver.Hom.op · cited by 1948Hom.opCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.pullback.fst · cited by 639pullback.fstCategoryTheory.Limits.pullback.snd · cited by 637pullback.sndCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.pullback.lift · cited by 114pullback.liftCategoryTheory.Functor.PullbackObjObj · cited by 39Functor.PullbackObjObjPullbackObjObj.ofHasPullbackCITED BYCITES

Cites14

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

Cited by24

Results whose statement or proof uses this declaration.