Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.relativelyRepresentable.fst

{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) → F.obj (hf.pullback g) ⟶ X

Given a relatively representable morphism f : X ⟶ Y, then for any g : F.obj a ⟶ Y, hf.fst g denotes the first projection in the following diagram, given by the defining property of f being relatively representable `` hf.pullback g --F.map (hf.snd g)--> F.obj a | | hf.fst g g | | v v X -- f -> Y ``

Defined in
Mathlib.CategoryTheory.MorphismProperty.Representable
Cited by
16 results in Mathlib
Foundations
Depth 12 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.isPullback · cited by 7relativelyRepresentable.i…CategoryTheory.Functor.relativelyRepresentable.w · cited by 4relativelyRepresentable.wCategoryTheory.Functor.relativelyRepresentable.lift'_fst · cited by 4relativelyRepresentable.l…CategoryTheory.Functor.relativelyRepresentable.hom_ext' · cited by 3relativelyRepresentable.h…CategoryTheory.Functor.relativelyRepresentable.lift_fst · cited by 3relativelyRepresentable.l…CategoryTheory.Functor.relativelyRepresentable.w' · cited by 2relativelyRepresentable.w'CategoryTheory.Functor.relativelyRepresentable.hom_ext · cited by 2relativelyRepresentable.h…CategoryTheory.Functor.relativelyRepresentable.pullback₃.map_p₃_comp · cited by 1pullback₃.map_p₃_compCategoryTheory.MorphismProperty.relative.property_snd · cited by 1relative.property_sndCategoryTheory.Functor.relativelyRepresentable.map_fst' · cited by 1relativelyRepresentable.m…CategoryTheory.MorphismProperty.presheaf_monomorphisms_le_monomorphisms · cited by 1MorphismProperty.presheaf…CategoryTheory.Functor.relativelyRepresentable.pullback₃.map_p₂_comp · cited by 1pullback₃.map_p₂_compCategoryTheory.Functor.relativelyRepresentable.w_assoc · cited by 0relativelyRepresentable.w…CategoryTheory.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.relativelyRepresentable.pullback · cited by 65relativelyRepresentable.p…CategoryTheory.Functor.relativelyRepresentable · cited by 64Functor.relativelyReprese…relativelyRepresentable.fstCITED BYCITES

Cites6

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

Cited by17

Results whose statement or proof uses this declaration.