Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Functor.relativelyRepresentable.isPullback

∀ {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} (hf : F.relativelyRepresentable f) {a : C} (g : F.obj a ⟶ Y),
  CategoryTheory.IsPullback (hf.fst g) (F.map (hf.snd g)) f g
Defined in
Mathlib.CategoryTheory.MorphismProperty.Representable
Cited by
7 results in Mathlib
Foundations
Depth 13 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.lift · cited by 7relativelyRepresentable.l…CategoryTheory.Functor.relativelyRepresentable.w · cited by 4relativelyRepresentable.wCategoryTheory.Functor.relativelyRepresentable.isPullback' · cited by 3relativelyRepresentable.i…CategoryTheory.Functor.relativelyRepresentable.lift_fst · cited by 3relativelyRepresentable.l…CategoryTheory.Functor.relativelyRepresentable.lift_snd · cited by 3relativelyRepresentable.l…CategoryTheory.Functor.relativelyRepresentable.hom_ext · cited by 2relativelyRepresentable.h…CategoryTheory.MorphismProperty.relative.property_snd · cited by 1relative.property_sndCategoryTheory.MorphismProperty.relative_of_snd · cited by 0MorphismProperty.relative…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.mapCategoryTheory.IsPullback · cited by 320CategoryTheory.IsPullbackCategoryTheory.Functor.relativelyRepresentable.pullback · cited by 65relativelyRepresentable.p…CategoryTheory.Functor.relativelyRepresentable · cited by 64Functor.relativelyReprese…CategoryTheory.Functor.relativelyRepresentable.snd · cited by 34relativelyRepresentable.s…CategoryTheory.Functor.relativelyRepresentable.fst · cited by 16relativelyRepresentable.f…relativelyRepresentable.isPul…CITED BYCITES

Cites10

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

Cited by8

Results whose statement or proof uses this declaration.