Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.PushoutCocone.flipIsColimit

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X Y Z : C} →
      {f : X ⟶ Y} →
        {g : X ⟶ Z} →
          {t : CategoryTheory.Limits.PushoutCocone f g} →
            CategoryTheory.Limits.IsColimit t → CategoryTheory.Limits.IsColimit t.flip

The flip of a pushout square is a pushout square.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.PullbackCone
Cited by
6 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.pushoutSymmetry · cited by 30Limits.pushoutSymmetryCategoryTheory.IsPushout.flip · cited by 25IsPushout.flipCategoryTheory.Limits.hasPushout_symmetry · cited by 18Limits.hasPushout_symmetryCategoryTheory.Limits.inr_comp_pushoutSymmetry_hom · cited by 5Limits.inr_comp_pushoutSy…CategoryTheory.Limits.inl_comp_pushoutSymmetry_hom · cited by 4Limits.inl_comp_pushoutSy…CategoryTheory.Limits.pasteVertIsPushout · cited by 4Limits.pasteVertIsPushoutCategoryTheory.Limits.PushoutCocone.isColimitOfFlip · cited by 1PushoutCocone.isColimitOf…CategoryTheory.Limits.preservesPushout_symmetry · cited by 0Limits.preservesPushout_s…CategoryTheory.Limits.botSquareIsPushout · cited by 0Limits.botSquareIsPushoutCategoryTheory.epi_iff_isIso_inr · cited by 0CategoryTheory.epi_iff_is…CategoryTheory.regularOfIsPushoutFstOfRegular · cited by 0CategoryTheory.regularOfI…CategoryTheory.normalOfIsPushoutFstOfNormal · cited by 0CategoryTheory.normalOfIs…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.Cocone.pt · cited by 1354Cocone.ptCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.WalkingSpan · cited by 300Limits.WalkingSpanCategoryTheory.Limits.span · cited by 294Limits.spanCategoryTheory.Limits.IsColimit.desc · cited by 144IsColimit.descCategoryTheory.Limits.PushoutCocone · cited by 66Limits.PushoutCoconeCategoryTheory.Limits.PushoutCocone.inl · cited by 58PushoutCocone.inlCategoryTheory.Limits.PushoutCocone.inr · cited by 58PushoutCocone.inrCategoryTheory.Limits.PushoutCocone.IsColimit.mk · cited by 8IsColimit.mkCategoryTheory.Limits.PushoutCocone.flip · cited by 4PushoutCocone.flipPushoutCocone.flipIsColimitCITED BYCITES

Cites14

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.