Theorems · Theorem · category theory
CategoryTheory.BinaryCofan.isVanKampen_iff
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y : C} (c : CategoryTheory.Limits.BinaryCofan X Y),
CategoryTheory.IsVanKampenColimit c ↔
∀ {X' Y' : C} (c' : CategoryTheory.Limits.BinaryCofan X' Y') (αX : X' ⟶ X) (αY : Y' ⟶ Y) (f : c'.pt ⟶ c.pt),
CategoryTheory.CategoryStruct.comp αX c.inl = CategoryTheory.CategoryStruct.comp c'.inl f →
CategoryTheory.CategoryStruct.comp αY c.inr = CategoryTheory.CategoryStruct.comp c'.inr f →
(Nonempty (CategoryTheory.Limits.IsColimit c') ↔
CategoryTheory.IsPullback c'.inl αX f c.inl ∧ CategoryTheory.IsPullback c'.inr αY f c.inr)- Defined in
- Mathlib.CategoryTheory.Limits.VanKampen
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 37 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.
Cites31
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 and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Discretestatement and proof · cited by 2,447
- CategoryTheory.Limits.Cocone.ptstatement and proof · cited by 1,354
- CategoryTheory.Limits.WalkingPairstatement and proof · cited by 1,319
- CategoryTheory.Functor.conststatement and proof · cited by 1,264
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.IsPushout.isVanKampen_inlproof · cited by 0
- CategoryTheory.BinaryCofan.isVanKampen_mkproof · cited by 0