Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.relativelyRepresentable.snd

{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) → hf.pullback g ⟶ a

Given a representable morphism f : X ⟶ Y, then for any g : F.obj a ⟶ Y, hf.snd g denotes the morphism in C giving rise to the following diagram `` hf.pullback g --F.map (hf.snd g)--> F.obj a | | fst g | | v v X -- f -> Y ``

Defined in
Mathlib.CategoryTheory.MorphismProperty.Representable
Cited by
34 results in Mathlib
Foundations
Depth 11 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.symmetry · cited by 10relativelyRepresentable.s…CategoryTheory.Functor.relativelyRepresentable.pullback₃.p₂ · cited by 9pullback₃.p₂CategoryTheory.Functor.relativelyRepresentable.pullback₃.p₃ · cited by 9pullback₃.p₃CategoryTheory.Functor.relativelyRepresentable.isPullback · cited by 7relativelyRepresentable.i…CategoryTheory.Functor.relativelyRepresentable.lift'_snd · cited by 5relativelyRepresentable.l…CategoryTheory.Functor.relativelyRepresentable.w · cited by 4relativelyRepresentable.wCategoryTheory.Functor.relativelyRepresentable.hom_ext' · cited by 3relativelyRepresentable.h…CategoryTheory.Functor.relativelyRepresentable.isPullback' · cited by 3relativelyRepresentable.i…CategoryTheory.Functor.relativelyRepresentable.lift_snd · cited by 3relativelyRepresentable.l…CategoryTheory.Functor.relativelyRepresentable.symmetry_fst · cited by 2relativelyRepresentable.s…CategoryTheory.Functor.relativelyRepresentable.symmetry_snd · cited by 2relativelyRepresentable.s…CategoryTheory.Functor.relativelyRepresentable.w' · cited by 2relativelyRepresentable.w'CategoryTheory.Functor.relativelyRepresentable.hom_ext · cited by 2relativelyRepresentable.h…CategoryTheory.MorphismProperty.relative.property_snd · cited by 1relative.property_sndCategoryTheory.Functor.relativelyRepresentable.lift₃_p₂ · cited by 1relativelyRepresentable.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.pullback · cited by 65relativelyRepresentable.p…CategoryTheory.Functor.relativelyRepresentable · cited by 64Functor.relativelyReprese…relativelyRepresentable.sndCITED BYCITES

Cites6

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

Cited by37

Results whose statement or proof uses this declaration.