Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.relativelyRepresentable.pullback

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {F : CategoryTheory.Functor C D} →
          {X Y : D} → {f : X ⟶ Y} → F.relativelyRepresentable f → {a : C} → (F.obj a ⟶ Y) → C

Let f : X ⟶ Y be a relatively representable morphism in D. Then, for any g : F.obj a ⟶ Y, hf.pullback g denotes the (choice of) a corresponding object in C such that there is a pullback square of the following form `` hf.pullback g --F.map snd--> F.obj a | | fst g | | v v X - f -> Y ``

Defined in
Mathlib.CategoryTheory.MorphismProperty.Representable
Cited by
65 results in Mathlib
Foundations
Depth 9 from the axioms · uses Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Functor.relativelyRepresentable.fst' · cited by 43relativelyRepresentable.f…CategoryTheory.Functor.relativelyRepresentable.snd · cited by 34relativelyRepresentable.s…CategoryTheory.Functor.relativelyRepresentable.fst · cited by 16relativelyRepresentable.f…CategoryTheory.Functor.relativelyRepresentable.pullback₃ · cited by 16relativelyRepresentable.p…AlgebraicGeometry.Scheme.LocalRepresentability.glueData · cited by 13LocalRepresentability.glu…CategoryTheory.Functor.relativelyRepresentable.pullback₃.p₁ · cited by 11pullback₃.p₁CategoryTheory.Functor.relativelyRepresentable.symmetry · cited by 10relativelyRepresentable.s…CategoryTheory.Functor.relativelyRepresentable.lift' · cited by 9relativelyRepresentable.l…CategoryTheory.Functor.relativelyRepresentable.pullback₃.p₂ · cited by 9pullback₃.p₂CategoryTheory.Functor.relativelyRepresentable.pullback₃.p₃ · cited by 9pullback₃.p₃CategoryTheory.Functor.relativelyRepresentable.lift₃ · cited by 8relativelyRepresentable.l…CategoryTheory.Functor.relativelyRepresentable.isPullback · cited by 7relativelyRepresentable.i…CategoryTheory.Functor.relativelyRepresentable.lift · cited by 7relativelyRepresentable.l…CategoryTheory.Functor.relativelyRepresentable.pullback₃.π · cited by 6pullback₃.πCategoryTheory.Functor.relativelyRepresentable.lift'_snd · cited by 5relativelyRepresentable.l…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.relativelyRepresentable · cited by 64Functor.relativelyReprese…relativelyRepresentable.pullb…CITED BYCITES

Cites5

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

Cited by79

Results whose statement or proof uses this declaration.