Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.relativelyRepresentable.lift

{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} →
                    {c : C} →
                      (i : F.obj c ⟶ X) →
                        (h : c ⟶ a) →
                          CategoryTheory.CategoryStruct.comp i f = CategoryTheory.CategoryStruct.comp (F.map h) g →
                            [F.Full] → c ⟶ hf.pullback g

The lift (in C) obtained from the universal property of F.obj (hf.pullback g), in the case when the cone point is in the image of F.obj.

Defined in
Mathlib.CategoryTheory.MorphismProperty.Representable
Cited by
7 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.Full

Around this declaration

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

CategoryTheory.Functor.relativelyRepresentable.lift' · cited by 9relativelyRepresentable.l…CategoryTheory.Functor.relativelyRepresentable.lift'_fst · cited by 4relativelyRepresentable.l…CategoryTheory.Functor.relativelyRepresentable.lift_fst · cited by 3relativelyRepresentable.l…CategoryTheory.Functor.relativelyRepresentable.lift_snd · cited by 3relativelyRepresentable.l…CategoryTheory.MorphismProperty.presheaf_monomorphisms_le_monomorphisms · cited by 1MorphismProperty.presheaf…CategoryTheory.Functor.relativelyRepresentable.lift.congr_simp · cited by 0lift.congr_simpCategoryTheory.Functor.relativelyRepresentable.lift_fst_assoc · cited by 0relativelyRepresentable.l…CategoryTheory.Functor.relativelyRepresentable.lift_snd_assoc · cited by 0relativelyRepresentable.l…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Functor.Full · cited by 341Functor.FullCategoryTheory.Functor.relativelyRepresentable.pullback · cited by 65relativelyRepresentable.p…CategoryTheory.Functor.relativelyRepresentable · cited by 64Functor.relativelyReprese…CategoryTheory.Functor.preimage · cited by 55Functor.preimageCategoryTheory.IsPullback.isLimit · cited by 47IsPullback.isLimitCategoryTheory.Limits.PullbackCone.IsLimit.lift · cited by 15IsLimit.liftCategoryTheory.Functor.relativelyRepresentable.isPullback · cited by 7relativelyRepresentable.i…relativelyRepresentable.liftCITED BYCITES

Cites13

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.