Theorems · Theorem · category theory
CategoryTheory.IsPullback.exists_lift
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {P X Y Z : C} {fst : P ⟶ X} {snd : P ⟶ Y} {f : X ⟶ Z}
{g : Y ⟶ Z},
CategoryTheory.IsPullback fst snd f g →
∀ {W : C} (h : W ⟶ X) (k : W ⟶ Y),
CategoryTheory.CategoryStruct.comp h f = CategoryTheory.CategoryStruct.comp k g →
∃ l, CategoryTheory.CategoryStruct.comp l fst = h ∧ CategoryTheory.CategoryStruct.comp l snd = k- Cited by
- 5 results in Mathlib
- Foundations
- Depth 29 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.
Cites7
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.IsPullbackstatement and proof · cited by 320
- CategoryTheory.IsPullback.liftproof · cited by 28
- CategoryTheory.IsPullback.lift_fstproof · cited by 23
- CategoryTheory.IsPullback.lift_sndproof · cited by 20
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.ChosenPullback₃.exists_liftproof · cited by 3
- CategoryTheory.Pseudofunctor.DescentData'.commproof · cited by 1
- CategoryTheory.Limits.ChosenPullback.LiftStruct.nonemptyproof · cited by 0
- CategoryTheory.Pseudofunctor.DescentData'.pullHom'_ofDescentData_homproof · cited by 0
- CategoryTheory.Abelian.mono_cokernel_map_of_isPullbackproof · cited by 0