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₃
``
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homproof · cited by 32,603
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Oppositestatement and proof · cited by 8,081
- Opposite.unopproof · cited by 2,231
- Quiver.Hom.unopproof · cited by 903
- CategoryTheory.Arrowstatement and proof · cited by 713
- CategoryTheory.Limits.HasPullbacksstatement and proof · cited by 439
- CategoryTheory.Arrow.mkproof · cited by 421
- CategoryTheory.Arrow.homproof · cited by 335
- CategoryTheory.Functor.PullbackObjObj.πproof · cited by 47
- CategoryTheory.Functor.PullbackObjObj.ofHasPullbackproof · cited by 21
Cited by11
Results whose statement or proof uses this declaration.
- CategoryTheory.MonoidalCategory.Arrow.pullbackHomproof · cited by 12
- CategoryTheory.Functor.LeibnizAdjunction.adjstatement and proof · cited by 5
- CategoryTheory.Functor.leibnizAdjunctionstatement · cited by 1
- CategoryTheory.Functor.leibnizAdjunction_adjstatement · cited by 0
- CategoryTheory.Functor.leibnizPullback_map_appstatement and proof · cited by 0
- CategoryTheory.Functor.leibnizPullback_obj_mapstatement and proof · cited by 0
- CategoryTheory.Functor.leibnizPullback_obj_objstatement and proof · cited by 0
- CategoryTheory.Functor.LeibnizAdjunction.adj_counit_app_leftstatement · cited by 0
- CategoryTheory.Functor.LeibnizAdjunction.adj_counit_app_rightstatement · cited by 0
- CategoryTheory.Functor.LeibnizAdjunction.adj_unit_app_leftstatement · cited by 0
- CategoryTheory.Functor.LeibnizAdjunction.adj_unit_app_rightstatement · cited by 0