Mathlib Map

Theorems · Definition · category theory

CategoryTheory.IsPullback.cone

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {P X Y Z : C} →
      {fst : P ⟶ X} →
        {snd : P ⟶ Y} →
          {f : X ⟶ Z} → {g : Y ⟶ Z} → CategoryTheory.IsPullback fst snd f g → CategoryTheory.Limits.PullbackCone f g

The (limiting) PullbackCone f g implicit in the statement that we have an IsPullback fst snd f g.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.IsPullback.Defs
Cited by
16 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.

CategoryTheory.IsPullback.isLimit · cited by 47IsPullback.isLimitCategoryTheory.IsPullback.isoPullback · cited by 42IsPullback.isoPullbackCategoryTheory.IsPullback.hasPullback · cited by 8IsPullback.hasPullbackCategoryTheory.IsPullback.unop · cited by 6IsPullback.unopCategoryTheory.IsPullback.of_map · cited by 5IsPullback.of_mapCategoryTheory.IsPullback.op · cited by 5IsPullback.opCategoryTheory.Functor.map_isPullback · cited by 2Functor.map_isPullbackCategoryTheory.IsKernelPair.mono_of_isIso_fst · cited by 2IsKernelPair.mono_of_isIs…CategoryTheory.Limits.Types.exists_of_isPullback · cited by 2Types.exists_of_isPullbackCategoryTheory.IsUniversalColimit.nonempty_isColimit_of_isPullback_left · cited by 1IsUniversalColimit.nonemp…CategoryTheory.IsUniversalColimit.nonempty_isColimit_of_isPullback_right · cited by 1IsUniversalColimit.nonemp…CategoryTheory.IsUniversalColimit.nonempty_isColimit_prod_of_isPullback · cited by 1IsUniversalColimit.nonemp…CategoryTheory.IsPullback.preservesLimit_cospan_iff · cited by 1IsPullback.preservesLimit…AlgebraicGeometry.Scheme.Pullback.openCoverOfBase' · cited by 1Pullback.openCoverOfBase'CategoryTheory.IsPullback.cone_fst · cited by 1IsPullback.cone_fstCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.IsPullback · cited by 320CategoryTheory.IsPullbackCategoryTheory.Limits.PullbackCone · cited by 136Limits.PullbackConeCategoryTheory.IsPullback.toCommSq · cited by 52IsPullback.toCommSqCategoryTheory.CommSq.cone · cited by 4CommSq.coneIsPullback.coneCITED BYCITES

Cites6

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

Cited by21

Results whose statement or proof uses this declaration.