Documentation

Mathlib.CategoryTheory.Adhesive

Adhesive categories #

Main definitions #

Main Results #

References #

def CategoryTheory.IsPushout.IsVanKampen {C : Type u} [CategoryTheory.Category.{v, u} C] {W : C} {X : C} {Y : C} {Z : C} {f : W X} {g : W Y} {h : X Z} {i : Y Z} :

A convenience formulation for a pushout being a van Kampen colimit. See IsPushout.isVanKampen_iff below.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem CategoryTheory.IsPushout.IsVanKampen.flip {C : Type u} [CategoryTheory.Category.{v, u} C] {W : C} {X : C} {Y : C} {Z : C} {f : W X} {g : W Y} {h : X Z} {i : Y Z} {H : CategoryTheory.IsPushout f g h i} (H' : CategoryTheory.IsPushout.IsVanKampen H) :

    A category is adhesive if it has pushouts and pullbacks along monomorphisms, and such pushouts are van Kampen.

    Instances
      theorem CategoryTheory.Adhesive.van_kampen' {C : Type u} [CategoryTheory.Category.{v, u} C] {W : C} {X : C} {Y : C} {Z : C} {f : W X} {g : W Y} {h : X Z} {i : Y Z} [CategoryTheory.Adhesive C] [CategoryTheory.Mono g] (H : CategoryTheory.IsPushout f g h i) :
      Equations
      • One or more equations did not get rendered due to their size.