Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.pullbackRightPullbackFstIso_hom_fst_assoc

∀ {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)] {Z_1 : C} (h : W ⟶ Z_1),
  CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullbackRightPullbackFstIso f g f').hom
      (CategoryTheory.CategoryStruct.comp
        (CategoryTheory.Limits.pullback.fst (CategoryTheory.CategoryStruct.comp f' f) g) h) =
    CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst f' (CategoryTheory.Limits.pullback.fst f g))
      h
Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Pasting
Cited by
11 results in Mathlib
Foundations
Depth 34 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'_snd_snd · cited by 5Pullback.t'_snd_sndAlgebraicGeometry.Scheme.Pullback.t'_fst_fst_fst · cited by 4Pullback.t'_fst_fst_fstAlgebraicGeometry.Scheme.Cover.gluedCoverT'_snd_snd · cited by 3Cover.gluedCoverT'_snd_sndAlgebraicGeometry.Scheme.Cover.gluedCoverT'_snd_fst · cited by 2Cover.gluedCoverT'_snd_fstAlgebraicGeometry.Scheme.Pullback.t'_fst_fst_snd · cited by 2Pullback.t'_fst_fst_sndAlgebraicGeometry.Scheme.Pullback.t'_snd_fst_fst · cited by 2Pullback.t'_snd_fst_fstAlgebraicGeometry.Scheme.Pullback.t'_snd_fst_snd · cited by 2Pullback.t'_snd_fst_sndAlgebraicGeometry.Scheme.Cover.gluedCoverT'_fst_fst · cited by 2Cover.gluedCoverT'_fst_fstCategoryTheory.Limits.diagonalObjPullbackFstIso_hom_fst_fst · cited by 1Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_hom_snd · cited by 1Limits.diagonalObjPullbac…AlgebraicGeometry.Scheme.Pullback.gluedLiftPullbackMap_fst · cited by 1Pullback.gluedLiftPullbac…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.pullback.fst · cited by 639pullback.fstCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.pullbackRightPullbackFstIso · cited by 43Limits.pullbackRightPullb…CategoryTheory.Limits.pullbackRightPullbackFstIso_hom_fst · cited by 5Limits.pullbackRightPullb…Limits.pullbackRightPullbackF…CITED BYCITES

Cites10

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

Cited by11

Results whose statement or proof uses this declaration.