Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.pullbackSymmetry_hom_comp_fst_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 : Y ⟶ Z_1),
  CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullbackSymmetry f g).hom
      (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst g f) h) =
    CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.snd f g) h
Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.HasPullback
Cited by
12 results in Mathlib
Foundations
Depth 38 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.Pullback.t_fst_fst · cited by 5Pullback.t_fst_fstAlgebraicGeometry.Scheme.Pullback.t_fst_snd · cited by 5Pullback.t_fst_sndAlgebraicGeometry.Scheme.Pullback.t'_fst_snd · cited by 5Pullback.t'_fst_sndAlgebraicGeometry.Scheme.Pullback.t'_fst_fst_fst · cited by 4Pullback.t'_fst_fst_fstAlgebraicGeometry.Scheme.Cover.gluedCoverT'_fst_snd · cited by 3Cover.gluedCoverT'_fst_sndAlgebraicGeometry.Scheme.Pullback.t'_fst_fst_snd · cited by 2Pullback.t'_fst_fst_sndAlgebraicGeometry.Scheme.Cover.gluedCoverT'_fst_fst · cited by 2Cover.gluedCoverT'_fst_fstCategoryTheory.MorphismProperty.pullbackMap · cited by 1MorphismProperty.pullback…CategoryTheory.Limits.diagonalObjPullbackFstIso_hom_fst_fst · cited by 1Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_hom_fst_snd · cited by 1Limits.diagonalObjPullbac…CategoryTheory.GlueData.t'_comp_eq_pullbackSymmetry · cited by 1GlueData.t'_comp_eq_pullb…CategoryTheory.GlueData.t'_inv · cited by 0GlueData.t'_invCategoryTheory.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.pullback.snd · cited by 637pullback.sndCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.pullbackSymmetry · cited by 61Limits.pullbackSymmetryCategoryTheory.Limits.hasPullback_symmetry · cited by 22Limits.hasPullback_symmet…CategoryTheory.Limits.pullbackSymmetry_hom_comp_fst · cited by 18Limits.pullbackSymmetry_h…Limits.pullbackSymmetry_hom_c…CITED BYCITES

Cites12

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

Cited by12

Results whose statement or proof uses this declaration.