Mathlib Map

Theorems · Definition · category theory

CategoryTheory.IsVanKampenColimit

{J : Type v'} →
  [inst : CategoryTheory.Category.{u', v'} J] →
    {C : Type u} →
      [inst_1 : CategoryTheory.Category.{v, u} C] →
        {F : CategoryTheory.Functor J C} → CategoryTheory.Limits.Cocone F → Prop

A (colimit) cocone over a diagram F : J ⥤ C is van Kampen if for every cocone c' over the pullback of the diagram F' : J ⥤ C', c' is colimiting iff c' is the pullback of c. TODO: Show that this is iff the functor C ⥤ Catᵒᵖ sending x to C/x preserves it. TODO: Show that this is iff the inclusion functor C ⥤ Span(C) preserves it.

Defined in
Mathlib.CategoryTheory.Limits.VanKampen
Cited by
26 results in Mathlib
Foundations
Depth 23 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.IsVanKampenColimit.of_iso · cited by 9IsVanKampenColimit.of_isoCategoryTheory.FinitaryExtensive.vanKampen · cited by 5FinitaryExtensive.vanKamp…CategoryTheory.IsVanKampenColimit.isUniversal · cited by 4IsVanKampenColimit.isUniv…CategoryTheory.IsVanKampenColimit.precompose_isIso · cited by 4IsVanKampenColimit.precom…CategoryTheory.IsVanKampenColimit.precompose_isIso_iff · cited by 4IsVanKampenColimit.precom…CategoryTheory.IsVanKampenColimit.of_mapCocone · cited by 3IsVanKampenColimit.of_map…CategoryTheory.FinitaryExtensive.isVanKampen_finiteCoproducts · cited by 3FinitaryExtensive.isVanKa…CategoryTheory.FinitaryExtensive.van_kampen' · cited by 3FinitaryExtensive.van_kam…CategoryTheory.BinaryCofan.isVanKampen_iff · cited by 2BinaryCofan.isVanKampen_i…CategoryTheory.isVanKampenColimit_of_isEmpty · cited by 2CategoryTheory.isVanKampe…CategoryTheory.IsPushout.isVanKampen_iff · cited by 2IsPushout.isVanKampen_iffCategoryTheory.IsVanKampenColimit.map_reflective · cited by 2IsVanKampenColimit.map_re…CategoryTheory.IsVanKampenColimit.whiskerEquivalence_iff · cited by 2IsVanKampenColimit.whiske…CategoryTheory.isPullback_of_cofan_isVanKampen · cited by 2CategoryTheory.isPullback…CategoryTheory.BinaryCofan.isPullback_initial_to_of_isVanKampen · cited by 1BinaryCofan.isPullback_in…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Limits.Cocone.pt · cited by 1354Cocone.ptCategoryTheory.Functor.const · cited by 1264Functor.constCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeCategoryTheory.Limits.Cocone.ι · cited by 605Cocone.ιCategoryTheory.IsPullback · cited by 320CategoryTheory.IsPullbackCategoryTheory.NatTrans.Equifibered · cited by 41NatTrans.EquifiberedCategoryTheory.IsVanKampenCol…CITED BYCITES

Cites13

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

Cited by29

Results whose statement or proof uses this declaration.