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 gThe 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.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Functor.Fullstatement and proof · cited by 341
- CategoryTheory.Functor.relativelyRepresentable.pullbackstatement · cited by 65
- CategoryTheory.Functor.relativelyRepresentablestatement and proof · cited by 64
- CategoryTheory.Functor.preimageproof · cited by 55
- CategoryTheory.IsPullback.isLimitproof · cited by 47
- CategoryTheory.Limits.PullbackCone.IsLimit.liftproof · cited by 15
Cited by8
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.relativelyRepresentable.lift'proof · cited by 9
- CategoryTheory.Functor.relativelyRepresentable.lift'_fstproof · cited by 4
- CategoryTheory.Functor.relativelyRepresentable.lift_fststatement · cited by 3
- CategoryTheory.Functor.relativelyRepresentable.lift_sndstatement and proof · cited by 3
- CategoryTheory.MorphismProperty.presheaf_monomorphisms_le_monomorphismsproof · cited by 1
- CategoryTheory.Functor.relativelyRepresentable.lift.congr_simpstatement and proof · cited by 0
- CategoryTheory.Functor.relativelyRepresentable.lift_fst_assocstatement and proof · cited by 0
- CategoryTheory.Functor.relativelyRepresentable.lift_snd_assocstatement and proof · cited by 0