Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.pullback.isLimit

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X Y Z : C} →
      (f : X ⟶ Z) →
        (g : Y ⟶ Z) →
          [inst_1 : CategoryTheory.Limits.HasPullback f g] →
            CategoryTheory.Limits.IsLimit (CategoryTheory.Limits.pullback.cone f g)

The cone associated to a pullback is a limit cone.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.HasPullback
Cited by
24 results in Mathlib
Foundations
Depth 19 from the axioms · uses Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPullback

Around this declaration

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

CategoryTheory.Over.cartesianMonoidalCategory · cited by 68Over.cartesianMonoidalCat…CategoryTheory.Limits.pullbackRightPullbackFstIso · cited by 43Limits.pullbackRightPullb…CategoryTheory.Limits.pullbackLeftPullbackSndIso · cited by 19Limits.pullbackLeftPullba…CategoryTheory.Limits.pullbackIsPullback · cited by 14Limits.pullbackIsPullbackCategoryTheory.Limits.pullbackRightPullbackFstIso_inv_snd_snd · cited by 8Limits.pullbackRightPullb…CategoryTheory.Limits.pullbackRightPullbackFstIso_hom_snd · cited by 7Limits.pullbackRightPullb…CategoryTheory.Limits.pullbackRightPullbackFstIso_hom_fst · cited by 5Limits.pullbackRightPullb…CategoryTheory.Limits.pullbackRightPullbackFstIso_inv_fst · cited by 4Limits.pullbackRightPullb…CategoryTheory.Limits.pullbackLeftPullbackSndIso_inv_fst · cited by 3Limits.pullbackLeftPullba…CategoryTheory.Limits.pullbackLeftPullbackSndIso_hom_fst · cited by 3Limits.pullbackLeftPullba…CategoryTheory.Limits.pullbackLeftPullbackSndIso_inv_snd_snd · cited by 2Limits.pullbackLeftPullba…CategoryTheory.Limits.IsInitial.ofCoproductDisjointOfIsColimit · cited by 2IsInitial.ofCoproductDisj…CategoryTheory.Over.whiskerLeft_left_fst · cited by 2Over.whiskerLeft_left_fstCategoryTheory.Over.whiskerLeft_left_snd · cited by 2Over.whiskerLeft_left_sndCategoryTheory.Over.whiskerRight_left_fst · cited by 2Over.whiskerRight_left_fstCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.Limits.WalkingCospan · cited by 496Limits.WalkingCospanCategoryTheory.Limits.cospan · cited by 467Limits.cospanCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.limit.isLimit · cited by 146limit.isLimitCategoryTheory.Limits.pullback.cone · cited by 18pullback.conepullback.isLimitCITED BYCITES

Cites9

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

Cited by33

Results whose statement or proof uses this declaration.