Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.FormalCoproduct.pullbackCone

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X Y Z : CategoryTheory.Limits.FormalCoproduct C} →
      (f : X ⟶ Z) →
        (g : Y ⟶ Z) →
          ((i : Function.Pullback f.f g.f) →
              CategoryTheory.Limits.PullbackCone
                (CategoryTheory.CategoryStruct.comp (f.φ (↑i).1) (CategoryTheory.eqToHom ⋯)) (g.φ (↑i).2)) →
            CategoryTheory.Limits.PullbackCone f g

Given two morphisms f : X ⟶ Z and g : Y ⟶ Z, given pullback in C over each component, construct the pullback in FormalCategory.{w} C.

Defined in
Mathlib.CategoryTheory.Limits.FormalCoproducts.Basic
Cited by
10 results in Mathlib
Foundations
Depth 27 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.Limits.FormalCoproduct.homPullbackEquiv · cited by 3FormalCoproduct.homPullba…CategoryTheory.Limits.FormalCoproduct.isLimitPullbackCone · cited by 2FormalCoproduct.isLimitPu…CategoryTheory.Limits.FormalCoproduct.pullbackCone_condition · cited by 1FormalCoproduct.pullbackC…CategoryTheory.Limits.FormalCoproduct.hasPullback_of_pullbackCone · cited by 0FormalCoproduct.hasPullba…CategoryTheory.Limits.FormalCoproduct.homPullbackEquiv_apply_coe · cited by 0FormalCoproduct.homPullba…CategoryTheory.Limits.FormalCoproduct.homPullbackEquiv_symm_apply_f_coe · cited by 0FormalCoproduct.homPullba…CategoryTheory.Limits.FormalCoproduct.homPullbackEquiv_symm_apply_φ · cited by 0FormalCoproduct.homPullba…CategoryTheory.Limits.FormalCoproduct.pullbackCone_fst_f · cited by 0FormalCoproduct.pullbackC…CategoryTheory.Limits.FormalCoproduct.pullbackCone_fst_φ · cited by 0FormalCoproduct.pullbackC…CategoryTheory.Limits.FormalCoproduct.pullbackCone_snd_f · cited by 0FormalCoproduct.pullbackC…CategoryTheory.Limits.FormalCoproduct.pullbackCone_snd_φ · cited by 0FormalCoproduct.pullbackC…CategoryTheory.Limits.FormalCoproduct.isPullback · cited by 0FormalCoproduct.isPullbackCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.Cone.pt · cited by 1298Cone.ptCategoryTheory.eqToHom · cited by 860CategoryTheory.eqToHomCategoryTheory.Limits.PullbackCone.mk · cited by 203PullbackCone.mkCategoryTheory.Limits.PullbackCone · cited by 136Limits.PullbackConeCategoryTheory.Limits.FormalCoproduct · cited by 122Limits.FormalCoproductCategoryTheory.Limits.PullbackCone.fst · cited by 118PullbackCone.fstCategoryTheory.Limits.PullbackCone.snd · cited by 113PullbackCone.sndCategoryTheory.Limits.FormalCoproduct.I · cited by 87FormalCoproduct.ICategoryTheory.Limits.FormalCoproduct.obj · cited by 72FormalCoproduct.objCategoryTheory.Limits.FormalCoproduct.Hom.f · cited by 53Hom.fCategoryTheory.Limits.FormalCoproduct.Hom.φ · cited by 41Hom.φFunction.Pullback · cited by 29Function.PullbackFormalCoproduct.pullbackConeCITED BYCITES

Cites15

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

Cited by12

Results whose statement or proof uses this declaration.