Theorems · Theorem · category theory
CategoryTheory.Functor.relativelyRepresentable.toPullbackTerminal
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
{F : CategoryTheory.Functor C D} [CategoryTheory.Limits.HasBinaryProducts C]
[inst_3 : CategoryTheory.Limits.HasPullbacks D] [CategoryTheory.Limits.HasBinaryProducts D]
[inst_5 : CategoryTheory.Limits.HasTerminal D] [F.Full]
[CategoryTheory.Limits.PreservesLimitsOfShape (CategoryTheory.Discrete CategoryTheory.Limits.WalkingPair) F] {X : D}
{a : C} [CategoryTheory.Limits.HasPullbacks C]
[CategoryTheory.Limits.PreservesLimitsOfShape CategoryTheory.Limits.WalkingCospan F]
(g :
F.obj a ⟶
CategoryTheory.Limits.pullback (CategoryTheory.Limits.terminal.from X) (CategoryTheory.Limits.terminal.from X)),
F.relativelyRepresentable
(CategoryTheory.Limits.pullback.lift (CategoryTheory.CategoryStruct.id (F.obj a))
(CategoryTheory.CategoryStruct.id (F.obj a)) ⋯)Assume that
1. C has binary products and pullbacks,
2. D has pullbacks, binary products and a terminal object, and
3. F : C ⥤ D is full and preserves binary products and pullbacks.
For a morphism g : F.obj a ⟶ pullback (terminal.from X) (terminal.from X),
the canonical morphism from F.obj a to
pullback ((g ≫ pullback.fst _ _) ≫ terminal.from X) ((g ≫ pullback.snd _ _) ≫ terminal.from X)
is relatively representable with respect to F.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasBinaryProductsCategoryTheory.Limits.HasPullbacksCategoryTheory.Limits.HasBinaryProductsCategoryTheory.Limits.HasTerminalCategoryTheory.Functor.FullCategoryTheory.Limits.PreservesLimitsOfShapeCategoryTheory.Limits.HasPullbacksCategoryTheory.Limits.PreservesLimitsOfShape
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites42
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.Iso.homproof · cited by 7,684
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Isoproof · cited by 3,963
- CategoryTheory.Discretestatement and proof · cited by 2,447
- CategoryTheory.Category.comp_idproof · cited by 2,119
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.relativelyRepresentable.diag_of_map_from_objproof · cited by 1