Theorems · Theorem · category theory
CategoryTheory.IsUniversalColimit.isPullback_of_isColimit_left
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {ι : Type u_3} {S B : C} {X : ι → C}
{a : CategoryTheory.Limits.Cofan X},
CategoryTheory.IsUniversalColimit a →
∀ (f : (i : ι) → X i ⟶ S) (u : a.pt ⟶ S) (v : B ⟶ S) {P : ι → C} (q₁ : (i : ι) → P i ⟶ B)
(q₂ : (i : ι) → P i ⟶ X i),
(∀ (i : ι), CategoryTheory.IsPullback (q₁ i) (q₂ i) v (f i)) →
∀ {d : CategoryTheory.Limits.Cofan P} (hd : CategoryTheory.Limits.IsColimit d),
autoParam (∀ (i : ι), CategoryTheory.CategoryStruct.comp (a.inj i) u = f i)
CategoryTheory.IsUniversalColimit.isPullback_of_isColimit_left._auto_1 →
∀ [CategoryTheory.Limits.HasPullback v u],
CategoryTheory.IsPullback (CategoryTheory.Limits.Cofan.IsColimit.desc hd q₁)
(CategoryTheory.Limits.Cofan.IsColimit.desc hd fun x =>
CategoryTheory.CategoryStruct.comp (q₂ x) (a.inj x))
v uPullbacks distribute over universal coproducts on the left: This is the isomorphism
∐ (B ×[S] Xᵢ) ≅ B ×[S] (∐ Xᵢ).
- Defined in
- Mathlib.CategoryTheory.Limits.VanKampen
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites42
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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Category.id_compproof · cited by 1,998
- CategoryTheory.Limits.Cocone.ptstatement and proof · cited by 1,354
- CategoryTheory.Limits.pullbackproof · cited by 864
- CategoryTheory.Limits.IsColimitstatement and proof · cited by 773
Cited by1
Results whose statement or proof uses this declaration.