Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.pullbackLeftPullbackSndIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {W X Y Z : C} →
      (f : X ⟶ Z) →
        (g : Y ⟶ Z) →
          (g' : W ⟶ Y) →
            [inst_1 : CategoryTheory.Limits.HasPullback f g] →
              [inst_2 : CategoryTheory.Limits.HasPullback (CategoryTheory.Limits.pullback.snd f g) g'] →
                CategoryTheory.Limits.pullback (CategoryTheory.Limits.pullback.snd f g) g' ≅
                  CategoryTheory.Limits.pullback f (CategoryTheory.CategoryStruct.comp g' g)

The canonical isomorphism (X ×[Z] Y) ×[Y] W ≅ X ×[Z] W

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

Around this declaration

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

AlgebraicGeometry.Scheme.Hom.finrank_pullback_snd · cited by 6Hom.finrank_pullback_sndCategoryTheory.MorphismProperty.Over.pullbackComp · cited by 5Over.pullbackCompCategoryTheory.Limits.pullbackLeftPullbackSndIso_inv_fst · cited by 3Limits.pullbackLeftPullba…CategoryTheory.Limits.pullbackLeftPullbackSndIso_hom_fst · cited by 3Limits.pullbackLeftPullba…CategoryTheory.Limits.pullbackLeftPullbackSndIso_inv_fst_snd · cited by 2Limits.pullbackLeftPullba…CategoryTheory.Limits.pullbackLeftPullbackSndIso_inv_snd_snd · cited by 2Limits.pullbackLeftPullba…CategoryTheory.Limits.pullbackLeftPullbackSndIso_hom_snd · cited by 2Limits.pullbackLeftPullba…CategoryTheory.Limits.pullbackLeftPullbackSndIso_hom_snd_assoc · cited by 1Limits.pullbackLeftPullba…CategoryTheory.Limits.pullbackLeftPullbackSndIso_inv_fst_assoc · cited by 1Limits.pullbackLeftPullba…CategoryTheory.Limits.pullbackLeftPullbackSndIso_inv_snd_snd_assoc · cited by 1Limits.pullbackLeftPullba…AlgebraicGeometry.isSheaf_type_propQCTopology_iff · cited by 1AlgebraicGeometry.isSheaf…AlgebraicGeometry.IsZariskiLocalAtTarget.descendsAlong · cited by 1IsZariskiLocalAtTarget.de…CategoryTheory.Limits.pullbackLeftPullbackSndIso_inv_fst_snd_assoc · cited by 0Limits.pullbackLeftPullba…CategoryTheory.PreZeroHypercover.pullbackCoverOfRightIsoPullback₂ · cited by 0PreZeroHypercover.pullbac…AlgebraicGeometry.universally_isZariskiLocalAtSource · cited by 0AlgebraicGeometry.univers…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.pullback.snd · cited by 637pullback.sndCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.IsLimit.conePointUniqueUpToIso · cited by 57IsLimit.conePointUniqueUp…CategoryTheory.Limits.pullback.isLimit · cited by 24pullback.isLimitCategoryTheory.Limits.pasteVertIsPullback · cited by 5Limits.pasteVertIsPullbackLimits.pullbackLeftPullbackSn…CITED BYCITES

Cites10

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.