Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.pullbackRightPullbackFstIso_inv_snd_snd

∀ {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.CategoryStruct.comp (CategoryTheory.Limits.pullbackRightPullbackFstIso f g f').inv
      (CategoryTheory.CategoryStruct.comp
        (CategoryTheory.Limits.pullback.snd f' (CategoryTheory.Limits.pullback.fst f g))
        (CategoryTheory.Limits.pullback.snd f g)) =
    CategoryTheory.Limits.pullback.snd (CategoryTheory.CategoryStruct.comp f' f) g
Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Pasting
Cited by
8 results in Mathlib
Foundations
Depth 33 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.morphismRestrict_comp · cited by 8AlgebraicGeometry.morphis…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.Cover.gluedCoverT'_fst_snd · cited by 3Cover.gluedCoverT'_fst_sndCategoryTheory.Limits.diagonalObjPullbackFstIso_inv_snd_snd · cited by 2Limits.diagonalObjPullbac…AlgebraicGeometry.IsZariskiLocalAtTarget.descendsAlong · cited by 1IsZariskiLocalAtTarget.de…CategoryTheory.Limits.pullbackRightPullbackFstIso_inv_snd_snd_assoc · cited by 0Limits.pullbackRightPullb…AlgebraicGeometry.Smooth.of_smooth_fiberToSpecResidueField · cited by 0Smooth.of_smooth_fiberToS…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.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.WalkingCospan.right · cited by 182WalkingCospan.rightCategoryTheory.Limits.pullbackRightPullbackFstIso · cited by 43Limits.pullbackRightPullb…CategoryTheory.Limits.IsLimit.conePointUniqueUpToIso_inv_comp · cited by 37IsLimit.conePointUniqueUp…CategoryTheory.Limits.pullback.isLimit · cited by 24pullback.isLimitCategoryTheory.Limits.pasteHorizIsPullback · cited by 6Limits.pasteHorizIsPullba…Limits.pullbackRightPullbackF…CITED BYCITES

Cites13

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

Cited by8

Results whose statement or proof uses this declaration.