Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.leibnizPullback

{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₂) →
              [CategoryTheory.Limits.HasPullbacks C₂] →
                CategoryTheory.Functor (CategoryTheory.Arrow C₁)ᵒᵖ
                  (CategoryTheory.Functor (CategoryTheory.Arrow C₃) (CategoryTheory.Arrow C₂))

Given a bifunctor G : C₁ᵒᵖ ⥤ C₃ ⥤ C₂ to a category C₂ which has pullbacks, the Leibniz pullback (pullback-power) of f₁ : X₁ ⟶ Y₁ in C₁ and f₃ : X₃ ⟶ Y₃ in C₃ is the map (G.obj (op Y₁)).obj X₃ ⟶ pullback ((G.obj (op X₁)).map f₃) ((G.map f₁.op).app Y₃) induced by the diagram `` (G.obj (op Y₁)).obj X₃ -> (G.obj (op X₁)).obj X₃ | | | | v v (G.obj (op Y₁)).obj Y₃ -> (G.obj (op X₁)).obj Y₃ ``

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

Around this declaration

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

CategoryTheory.MonoidalCategory.Arrow.pullbackHom · cited by 12Arrow.pullbackHomCategoryTheory.Functor.LeibnizAdjunction.adj · cited by 5LeibnizAdjunction.adjCategoryTheory.Functor.leibnizAdjunction · cited by 1Functor.leibnizAdjunctionCategoryTheory.Functor.leibnizAdjunction_adj · cited by 0Functor.leibnizAdjunction…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.LeibnizAdjunction.adj_counit_app_left · cited by 0LeibnizAdjunction.adj_cou…CategoryTheory.Functor.LeibnizAdjunction.adj_counit_app_right · cited by 0LeibnizAdjunction.adj_cou…CategoryTheory.Functor.LeibnizAdjunction.adj_unit_app_left · cited by 0LeibnizAdjunction.adj_uni…CategoryTheory.Functor.LeibnizAdjunction.adj_unit_app_right · cited by 0LeibnizAdjunction.adj_uni…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeOpposite.unop · cited by 2231Opposite.unopQuiver.Hom.unop · cited by 903Hom.unopCategoryTheory.Arrow · cited by 713CategoryTheory.ArrowCategoryTheory.Limits.HasPullbacks · cited by 439Limits.HasPullbacksCategoryTheory.Arrow.mk · cited by 421Arrow.mkCategoryTheory.Arrow.hom · cited by 335Arrow.homCategoryTheory.Functor.PullbackObjObj.π · cited by 47PullbackObjObj.πCategoryTheory.Functor.PullbackObjObj.ofHasPullback · cited by 21PullbackObjObj.ofHasPullb…CategoryTheory.Functor.PullbackObjObj.mapArrowRight · cited by 9PullbackObjObj.mapArrowRi…CategoryTheory.Functor.PullbackObjObj.mapArrowLeft · cited by 8PullbackObjObj.mapArrowLe…Functor.leibnizPullbackCITED BYCITES

Cites14

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

Cited by11

Results whose statement or proof uses this declaration.