Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.pullbackProdSndIsoProd

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

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

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.HasPullback
Cited by
10 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.Limits.pullbackProdSndIsoProd_inv_fst_fst · cited by 1Limits.pullbackProdSndIso…CategoryTheory.Limits.pullbackProdSndIsoProd_inv_fst_snd · cited by 1Limits.pullbackProdSndIso…CategoryTheory.Limits.pullbackProdSndIsoProd_inv_snd · cited by 1Limits.pullbackProdSndIso…CategoryTheory.Limits.pullbackProdSndIsoProd_hom_fst · cited by 1Limits.pullbackProdSndIso…CategoryTheory.Limits.pullbackProdSndIsoProd_hom_snd · cited by 1Limits.pullbackProdSndIso…CategoryTheory.Limits.pullbackProdSndIsoProd_inv_fst_fst_assoc · cited by 0Limits.pullbackProdSndIso…CategoryTheory.Limits.pullbackProdSndIsoProd_inv_fst_snd_assoc · cited by 0Limits.pullbackProdSndIso…CategoryTheory.Limits.pullbackProdSndIsoProd_inv_snd_assoc · cited by 0Limits.pullbackProdSndIso…CategoryTheory.Limits.pullbackProdSndIsoProd_hom_fst_assoc · cited by 0Limits.pullbackProdSndIso…CategoryTheory.Limits.pullbackProdSndIsoProd_hom_snd_assoc · cited by 0Limits.pullbackProdSndIso…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.pullbackProdSndIsoProdCITED BYCITES

Cites16

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

Cited by10

Results whose statement or proof uses this declaration.