Theorems · Theorem · category theory
CategoryTheory.Limits.WidePullback.lift_base_assoc
∀ {J : Type w} {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {B : C} {objs : J → C}
(arrows : (j : J) → objs j ⟶ B) [inst_1 : CategoryTheory.Limits.HasWidePullback B objs arrows] {X : C} (f : X ⟶ B)
(fs : (j : J) → X ⟶ objs j) (w : ∀ (j : J), CategoryTheory.CategoryStruct.comp (fs j) (arrows j) = f) {Z : C}
(h : B ⟶ Z),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.WidePullback.lift f fs w)
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.WidePullback.base arrows) h) =
CategoryTheory.CategoryStruct.comp f h- Cited by
- 0 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.Category.assocproof · cited by 6,433
- CategoryTheory.Limits.HasWidePullbackstatement and proof · cited by 44
- CategoryTheory.Limits.widePullbackstatement · cited by 31
- CategoryTheory.Limits.WidePullback.basestatement and proof · cited by 20
- CategoryTheory.Limits.WidePullback.liftstatement and proof · cited by 12
- CategoryTheory.Limits.WidePullback.lift_baseproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.