Theorems · Theorem · category theory
CategoryTheory.isPullback_of_cofan_isVanKampen
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Limits.HasInitial C] {ι : Type u_3}
{X : ι → C} {c : CategoryTheory.Limits.Cofan X},
CategoryTheory.IsVanKampenColimit c →
∀ (i j : ι) [inst_2 : DecidableEq ι],
CategoryTheory.IsPullback
(if h : j = i then CategoryTheory.eqToHom ⋯
else CategoryTheory.CategoryStruct.comp (CategoryTheory.eqToHom ⋯) (CategoryTheory.Limits.initial.to (X i)))
(if h : j = i then CategoryTheory.eqToHom ⋯
else CategoryTheory.CategoryStruct.comp (CategoryTheory.eqToHom ⋯) (CategoryTheory.Limits.initial.to (X j)))
(c.inj i) (c.inj j)- Defined in
- Mathlib.CategoryTheory.Limits.VanKampen
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Discretestatement and proof · cited by 2,447
- CategoryTheory.Category.id_compproof · cited by 1,998
- CategoryTheory.Limits.Cocone.ptstatement and proof · cited by 1,354
- CategoryTheory.eqToHomstatement and proof · cited by 860
- CategoryTheory.Discrete.functorstatement and proof · cited by 633
- CategoryTheory.Limits.Cocone.ιproof · cited by 605
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.mono_of_cofan_isVanKampenproof · cited by 1
- CategoryTheory.isPullback_initial_to_of_cofan_isVanKampenproof · cited by 1