Mathlib Map

Theorems · Definition · category theory

CategoryTheory.IsPushout.IsVanKampen

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {W X Y Z : C} → {f : W ⟶ X} → {g : W ⟶ Y} → {h : X ⟶ Z} → {i : Y ⟶ Z} → CategoryTheory.IsPushout f g h i → Prop

A convenient formulation for a pushout being a van Kampen colimit. For any commutative cube of which a van Kampen pushout forms the bottom face and the back faces are pullbacks, the front faces are pullbacks if and only if the top face is a pushout. See IsPushout.isVanKampen_iff below.

Defined in
Mathlib.CategoryTheory.Adhesive.Basic
Cited by
13 results in Mathlib
Foundations
Depth 3 from the axioms · uses no axioms
Assumes
CategoryTheory.Category

Around this declaration

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

CategoryTheory.Adhesive.van_kampen · cited by 6Adhesive.van_kampenCategoryTheory.IsPushout.isVanKampen_iff · cited by 2IsPushout.isVanKampen_iffCategoryTheory.IsPushout.IsVanKampen.exists_cube_filling · cited by 2IsVanKampen.exists_cube_f…CategoryTheory.Adhesive.van_kampen' · cited by 2Adhesive.van_kampen'CategoryTheory.IsPushout.isVanKampen_isPullback_isPullback_hom_ext · cited by 1IsPushout.isVanKampen_isP…CategoryTheory.IsPushout.IsVanKampen.isPullback_of_mono_left · cited by 1IsVanKampen.isPullback_of…CategoryTheory.IsPushout.IsVanKampen.isPullback_of_mono_right · cited by 1IsVanKampen.isPullback_of…CategoryTheory.IsPushout.IsVanKampen.flip · cited by 1IsVanKampen.flipCategoryTheory.IsPushout.IsVanKampen.mono_of_mono_left · cited by 1IsVanKampen.mono_of_mono_…CategoryTheory.IsPushout.IsVanKampen.mono_of_mono_right · cited by 1IsVanKampen.mono_of_mono_…CategoryTheory.IsPushout.isVanKampen_iff' · cited by 0IsPushout.isVanKampen_iff'CategoryTheory.IsPushout.isVanKampen_inl · cited by 0IsPushout.isVanKampen_inlCategoryTheory.Adhesive.casesOn · cited by 0Adhesive.casesOnCategoryTheory.adhesive_of_reflective · cited by 0CategoryTheory.adhesive_o…CategoryTheory.Adhesive.recOn · cited by 0Adhesive.recOnCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.IsPullback · cited by 320CategoryTheory.IsPullbackCategoryTheory.IsPushout · cited by 219CategoryTheory.IsPushoutCategoryTheory.CommSq · cited by 158CategoryTheory.CommSqIsPushout.IsVanKampenCITED BYCITES

Cites5

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

Cited by15

Results whose statement or proof uses this declaration.