Theorems · Theorem · category theory
CategoryTheory.BinaryCofan.isVanKampen_mk
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y : C} (c : CategoryTheory.Limits.BinaryCofan X Y)
(cofans : (X Y : C) → CategoryTheory.Limits.BinaryCofan X Y)
(colimits : (X Y : C) → CategoryTheory.Limits.IsColimit (cofans X Y))
(cones : {X Y Z : C} → (f : X ⟶ Z) → (g : Y ⟶ Z) → CategoryTheory.Limits.PullbackCone f g)
(limits : {X Y Z : C} → (f : X ⟶ Z) → (g : Y ⟶ Z) → CategoryTheory.Limits.IsLimit (cones f g)),
(∀ {X' Y' : C} (αX : X' ⟶ X) (αY : Y' ⟶ Y) (f : (cofans X' Y').pt ⟶ c.pt),
CategoryTheory.CategoryStruct.comp αX c.inl = CategoryTheory.CategoryStruct.comp (cofans X' Y').inl f →
CategoryTheory.CategoryStruct.comp αY c.inr = CategoryTheory.CategoryStruct.comp (cofans X' Y').inr f →
CategoryTheory.IsPullback (cofans X' Y').inl αX f c.inl ∧
CategoryTheory.IsPullback (cofans X' Y').inr αY f c.inr) →
∀
(h₂ :
{Z : C} →
(f : Z ⟶ c.pt) →
CategoryTheory.Limits.IsColimit
(CategoryTheory.Limits.BinaryCofan.mk (cones f c.inl).fst (cones f c.inr).fst)),
CategoryTheory.IsVanKampenColimit c- Defined in
- Mathlib.CategoryTheory.Limits.VanKampen
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 38 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.
Cites48
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Isoproof · cited by 3,963
- CategoryTheory.Discretestatement and proof · cited by 2,447
- CategoryTheory.Category.id_compproof · cited by 1,998
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.