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₃.
- Cited by
- 39 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functorstatement · cited by 16,252
- Oppositestatement · cited by 8,081
Cited by58
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.PullbackObjObj.ptstatement and proof · cited by 50
- CategoryTheory.Functor.PullbackObjObj.πstatement and proof · cited by 47
- CategoryTheory.Functor.PullbackObjObj.ofHasPullbackstatement · cited by 21
- CategoryTheory.Functor.PullbackObjObj.fststatement and proof · cited by 19
- CategoryTheory.Functor.PullbackObjObj.sndstatement and proof · cited by 17
- CategoryTheory.ParametrizedAdjunction.arrowHomEquivstatement and proof · cited by 11
- CategoryTheory.Functor.PullbackObjObj.mapArrowRightstatement and proof · cited by 9
- CategoryTheory.Functor.PullbackObjObj.mapArrowLeftstatement and proof · cited by 8
- CategoryTheory.ParametrizedAdjunction.hasLiftingProperty_iffstatement and proof · cited by 6
- CategoryTheory.Functor.PullbackObjObj.hom_extstatement and proof · cited by 5
- CategoryTheory.Functor.PullbackObjObj.ofIsInitialstatement · cited by 4
- CategoryTheory.Functor.PullbackObjObj.ofIsTerminalstatement · cited by 4