Theorems · Definition · category theory
CategoryTheory.Limits.Cone.ofPullbackCone
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{F : CategoryTheory.Functor CategoryTheory.Limits.WalkingCospan C} →
CategoryTheory.Limits.PullbackCone (F.map CategoryTheory.Limits.WalkingCospan.Hom.inl)
(F.map CategoryTheory.Limits.WalkingCospan.Hom.inr) →
CategoryTheory.Limits.Cone FThis is a helper construction that can be useful when verifying that a category has all
pullbacks. Given F : WalkingCospan ⥤ C, which is really the same as
cospan (F.map inl) (F.map inr), and a pullback cone on F.map inl and F.map inr, we
get a cone on F.
If you're thinking about using this, have a look at hasPullbacks_of_hasLimit_cospan,
which you may find to be an easier way of achieving your goal.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.Cone.ptproof · cited by 1,298
- CategoryTheory.Limits.Conestatement · cited by 710
- CategoryTheory.Limits.Cone.πproof · cited by 500
- CategoryTheory.Limits.WalkingCospanstatement and proof · cited by 496
- CategoryTheory.Limits.WalkingCospan.leftstatement · cited by 190
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.Cone.ofPullbackCone_ptstatement and proof · cited by 0
- CategoryTheory.Limits.Cone.ofPullbackCone_πstatement and proof · cited by 0