Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.pullbackRightPullbackFstIso

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

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

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Pasting
Cited by
43 results in Mathlib
Foundations
Depth 32 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.Pullback.t' · cited by 20Pullback.t'CategoryTheory.Limits.diagonalObjPullbackFstIso · cited by 15Limits.diagonalObjPullbac…AlgebraicGeometry.Scheme.Cover.gluedCoverT' · cited by 12Cover.gluedCoverT'CategoryTheory.Limits.pullbackRightPullbackFstIso_hom_fst_assoc · cited by 11Limits.pullbackRightPullb…CategoryTheory.Limits.pullbackRightPullbackFstIso_inv_fst_assoc · cited by 8Limits.pullbackRightPullb…CategoryTheory.Limits.pullbackRightPullbackFstIso_inv_snd_snd · cited by 8Limits.pullbackRightPullb…AlgebraicGeometry.morphismRestrict_comp · cited by 8AlgebraicGeometry.morphis…CategoryTheory.Limits.pullbackRightPullbackFstIso_hom_snd · cited by 7Limits.pullbackRightPullb…AlgebraicGeometry.Scheme.Hom.finrank_comp_left_of_isIso · cited by 7Hom.finrank_comp_left_of_…AlgebraicGeometry.Scheme.Pullback.t'_fst_snd · cited by 5Pullback.t'_fst_sndAlgebraicGeometry.Scheme.Pullback.t'_snd_snd · cited by 5Pullback.t'_snd_sndCategoryTheory.Limits.pullbackRightPullbackFstIso_hom_fst · cited by 5Limits.pullbackRightPullb…CategoryTheory.Limits.pullbackRightPullbackFstIso_inv_snd_fst · cited by 5Limits.pullbackRightPullb…AlgebraicGeometry.Scheme.Pullback.pullbackFstιToV · cited by 5Pullback.pullbackFstιToVAlgebraicGeometry.Scheme.Pullback.t'_fst_fst_fst · cited by 4Pullback.t'_fst_fst_fstCategoryTheory.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.fst · cited by 639pullback.fstCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.IsLimit.conePointUniqueUpToIso · cited by 57IsLimit.conePointUniqueUp…CategoryTheory.Limits.pullback.isLimit · cited by 24pullback.isLimitCategoryTheory.Limits.pasteHorizIsPullback · cited by 6Limits.pasteHorizIsPullba…Limits.pullbackRightPullbackF…CITED BYCITES

Cites10

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

Cited by50

Results whose statement or proof uses this declaration.