Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.pullbackSymmetry_hom_comp_snd_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 : X ⟶ Z_1),
  CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullbackSymmetry f g).hom
      (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.snd g f) h) =
    CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst f g) h
Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.HasPullback
Cited by
11 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_snd · cited by 5Pullback.t_fst_sndAlgebraicGeometry.Scheme.Pullback.t'_snd_snd · cited by 5Pullback.t'_snd_sndAlgebraicGeometry.Scheme.Cover.gluedCoverT'_snd_snd · cited by 3Cover.gluedCoverT'_snd_sndAlgebraicGeometry.Scheme.Pullback.t_snd · cited by 3Pullback.t_sndAlgebraicGeometry.Scheme.Cover.gluedCoverT'_snd_fst · cited by 2Cover.gluedCoverT'_snd_fstAlgebraicGeometry.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.Pullback.pullbackFstιToV_snd · cited by 2Pullback.pullbackFstιToV_…CategoryTheory.MorphismProperty.pullbackMap · cited by 1MorphismProperty.pullback…AlgebraicGeometry.Scheme.Pullback.gluedLift_p1 · cited by 0Pullback.gluedLift_p1AlgebraicGeometry.Scheme.Pullback.gluedLift_p2 · cited by 0Pullback.gluedLift_p2CategoryTheory.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_snd · cited by 13Limits.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 by11

Results whose statement or proof uses this declaration.