Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.pushoutSymmetry

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X Y Z : C} →
      (f : X ⟶ Y) →
        (g : X ⟶ Z) →
          [inst_1 : CategoryTheory.Limits.HasPushout f g] →
            CategoryTheory.Limits.pushout f g ≅ CategoryTheory.Limits.pushout g f

The isomorphism Y ⨿[X] Z ≅ Z ⨿[X] Y.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.HasPullback
Cited by
30 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPushout

Around this declaration

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

CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.braiding · cited by 12PushoutProduct.braidingCategoryTheory.Limits.inl_comp_pushoutSymmetry_hom_assoc · cited by 8Limits.inl_comp_pushoutSy…CategoryTheory.Limits.inr_comp_pushoutSymmetry_hom_assoc · cited by 7Limits.inr_comp_pushoutSy…CategoryTheory.Limits.inr_comp_pushoutSymmetry_hom · cited by 5Limits.inr_comp_pushoutSy…CategoryTheory.Limits.inl_comp_pushoutSymmetry_hom · cited by 4Limits.inl_comp_pushoutSy…CategoryTheory.MonoidalCategory.Limits.whiskerLeft_inl_comp_pushoutSymmetry_hom_assoc · cited by 3Limits.whiskerLeft_inl_co…CategoryTheory.MonoidalCategory.Limits.inl_comp_pushoutSymmetry_hom_whiskerRight_assoc · cited by 2Limits.inl_comp_pushoutSy…CategoryTheory.MonoidalCategory.Limits.inr_comp_pushoutSymmetry_hom_whiskerRight_assoc · cited by 2Limits.inr_comp_pushoutSy…CategoryTheory.MonoidalCategory.Limits.whiskerLeft_inr_comp_pushoutSymmetry_hom_assoc · cited by 2Limits.whiskerLeft_inr_co…CategoryTheory.MonoidalCategory.Limits.inl_comp_pushoutSymmetry_hom_whiskerRight · cited by 1Limits.inl_comp_pushoutSy…CategoryTheory.MonoidalCategory.Limits.inr_comp_pushoutSymmetry_hom_whiskerRight · cited by 1Limits.inr_comp_pushoutSy…CategoryTheory.MonoidalCategory.Limits.whiskerLeft_inl_comp_pushoutSymmetry_hom · cited by 1Limits.whiskerLeft_inl_co…CategoryTheory.MonoidalCategory.Limits.whiskerLeft_inr_comp_pushoutSymmetry_hom · cited by 1Limits.whiskerLeft_inr_co…AlgebraicGeometry.mono_pushoutSection_of_isCompact_of_flat_left · cited by 1AlgebraicGeometry.mono_pu…AlgebraicGeometry.isIso_pushoutSection_of_isQuasiSeparated_of_flat_left · cited by 1AlgebraicGeometry.isIso_p…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.span · cited by 294Limits.spanCategoryTheory.Limits.pushout · cited by 284Limits.pushoutCategoryTheory.Limits.colimit.isColimit · cited by 193colimit.isColimitCategoryTheory.Limits.HasPushout · cited by 192Limits.HasPushoutCategoryTheory.Limits.IsColimit.coconePointUniqueUpToIso · cited by 67IsColimit.coconePointUniq…CategoryTheory.Limits.hasPushout_symmetry · cited by 18Limits.hasPushout_symmetryCategoryTheory.Limits.pushoutIsPushout · cited by 7Limits.pushoutIsPushoutCategoryTheory.Limits.PushoutCocone.flipIsColimit · cited by 6PushoutCocone.flipIsColim…Limits.pushoutSymmetryCITED BYCITES

Cites11

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

Cited by31

Results whose statement or proof uses this declaration.