Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.pullbackProdFstIsoProd

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X Y : C} →
      (f : X ⟶ Y) →
        (Z : C) →
          [inst_1 : CategoryTheory.Limits.HasBinaryProduct Y Z] →
            [inst_2 : CategoryTheory.Limits.HasBinaryProduct X Z] →
              [inst_3 : CategoryTheory.Limits.HasPullback f CategoryTheory.Limits.prod.fst] →
                CategoryTheory.Limits.pullback f CategoryTheory.Limits.prod.fst ≅ X ⨯ Z

X ×[Y] (Y ⨯ Z) ≅ X ⨯ Z

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.HasPullback
Cited by
12 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasBinaryProductCategoryTheory.Limits.HasBinaryProductCategoryTheory.Limits.HasPullback

Around this declaration

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

CategoryTheory.Over.starPullbackIsoStar · cited by 2Over.starPullbackIsoStarCategoryTheory.Limits.pullbackProdFstIsoProd_hom_fst · cited by 1Limits.pullbackProdFstIso…CategoryTheory.Limits.pullbackProdFstIsoProd_hom_snd · cited by 1Limits.pullbackProdFstIso…CategoryTheory.Limits.pullbackProdFstIsoProd_inv_fst · cited by 1Limits.pullbackProdFstIso…CategoryTheory.Limits.pullbackProdFstIsoProd_inv_snd_fst · cited by 1Limits.pullbackProdFstIso…CategoryTheory.Limits.pullbackProdFstIsoProd_inv_snd_snd · cited by 1Limits.pullbackProdFstIso…CategoryTheory.Limits.pullbackProdFstIsoProd_hom_fst_assoc · cited by 0Limits.pullbackProdFstIso…CategoryTheory.Limits.pullbackProdFstIsoProd_hom_snd_assoc · cited by 0Limits.pullbackProdFstIso…CategoryTheory.Limits.pullbackProdFstIsoProd_inv_fst_assoc · cited by 0Limits.pullbackProdFstIso…CategoryTheory.Limits.pullbackProdFstIsoProd_inv_snd_fst_assoc · cited by 0Limits.pullbackProdFstIso…CategoryTheory.Limits.pullbackProdFstIsoProd_inv_snd_snd_assoc · cited by 0Limits.pullbackProdFstIso…CategoryTheory.Over.starPullbackIsoStar_hom_app_left · cited by 0Over.starPullbackIsoStar_…CategoryTheory.Over.starPullbackIsoStar_inv_app_left · cited by 0Over.starPullbackIsoStar_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.pullback.fst · cited by 639pullback.fstCategoryTheory.Limits.pullback.snd · cited by 637pullback.sndCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.prod · cited by 364Limits.prodCategoryTheory.Limits.prod.fst · cited by 189prod.fstCategoryTheory.Limits.prod.snd · cited by 185prod.sndCategoryTheory.Limits.HasBinaryProduct · cited by 169Limits.HasBinaryProductCategoryTheory.Limits.prod.lift · cited by 123prod.liftCategoryTheory.Limits.pullback.lift · cited by 114pullback.liftLimits.pullbackProdFstIsoProdCITED BYCITES

Cites16

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

Cited by13

Results whose statement or proof uses this declaration.