Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.pullback.condition_assoc

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y Z : C} {f : X ⟶ Z} {g : Y ⟶ Z}
  [inst_1 : CategoryTheory.Limits.HasPullback f g] {Z_1 : C} (h : Z ⟶ Z_1),
  CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst f g) (CategoryTheory.CategoryStruct.comp f h) =
    CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.snd f g) (CategoryTheory.CategoryStruct.comp g h)
Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.HasPullback
Cited by
24 results in Mathlib
Foundations
Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPullback

Around this declaration

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

AlgebraicGeometry.Scheme.Cover.ι_glueMorphisms · cited by 12Cover.ι_glueMorphismsCategoryTheory.Limits.pullbackDiagonalMapIdIso_inv_fst · cited by 3Limits.pullbackDiagonalMa…CategoryTheory.Limits.pullback_inv_fst_snd_of_right_isIso · cited by 2Limits.pullback_inv_fst_s…CategoryTheory.Limits.pullback_inv_snd_fst_of_left_isIso · cited by 2Limits.pullback_inv_snd_f…CategoryTheory.IsGrothendieckAbelian.GabrielPopescuAux.kernel_ι_d_comp_d · cited by 2GabrielPopescuAux.kernel_…CategoryTheory.IsPushout.IsVanKampen.exists_cube_filling · cited by 2IsVanKampen.exists_cube_f…AlgebraicGeometry.Scheme.Pullback.cocycle_snd_fst_fst · cited by 1Pullback.cocycle_snd_fst_…AlgebraicGeometry.Scheme.isPullback_of_openCover · cited by 1Scheme.isPullback_of_open…CategoryTheory.Limits.pullback_diagonal_map_snd_fst_fst · cited by 1Limits.pullback_diagonal_…AlgebraicGeometry.Scheme.Pullback.cocycle_snd_fst_snd · cited by 1Pullback.cocycle_snd_fst_…CategoryTheory.Limits.pullback_diagonal_map_snd_snd_fst · cited by 1Limits.pullback_diagonal_…CategoryTheory.Limits.pullback_fst_map_snd_isPullback · cited by 1Limits.pullback_fst_map_s…CategoryTheory.Subobject.map_pullback · cited by 1Subobject.map_pullbackAlgebraicGeometry.ExistsHomHomCompEqCompAux.exists_eq · cited by 1ExistsHomHomCompEqCompAux…AlgebraicGeometry.IsSeparated.valuativeCriterion · cited by 1IsSeparated.valuativeCrit…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.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.pullback.condition · cited by 122pullback.conditionpullback.condition_assocCITED BYCITES

Cites9

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

Cited by24

Results whose statement or proof uses this declaration.