Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.IsPullback.lift_fst

∀ {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} (hP : CategoryTheory.IsPullback fst snd f g) {W : C} (h : W ⟶ X) (k : W ⟶ Y)
  (w : CategoryTheory.CategoryStruct.comp h f = CategoryTheory.CategoryStruct.comp k g),
  CategoryTheory.CategoryStruct.comp (hP.lift h k w) fst = h
Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.IsPullback.Defs
Cited by
23 results in Mathlib
Foundations
Depth 28 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.

CategoryTheory.Pseudofunctor.DescentData'.pullHom'_eq_pullHom · cited by 7DescentData'.pullHom'_eq_…CategoryTheory.IsPullback.exists_lift · cited by 5IsPullback.exists_liftCategoryTheory.Pseudofunctor.DescentData'.pullHom_pullHom' · cited by 4DescentData'.pullHom_pull…CategoryTheory.IsPushout.IsVanKampen.exists_cube_filling · cited by 2IsVanKampen.exists_cube_f…CategoryTheory.IsPullback.lift_fst_assoc · cited by 2IsPullback.lift_fst_assocCategoryTheory.ParametrizedAdjunction.arrowHomEquiv_apply_right_fst · cited by 1ParametrizedAdjunction.ar…CategoryTheory.IsPullback.of_right' · cited by 1IsPullback.of_right'CategoryTheory.Functor.PullbackObjObj.mapArrowLeft_comp · cited by 1PullbackObjObj.mapArrowLe…CategoryTheory.Functor.PullbackObjObj.mapArrowRight_comp · cited by 1PullbackObjObj.mapArrowRi…CategoryTheory.PreOneHypercover.functorPushforward_sieve₁_of_preservesPullbacks · cited by 1PreOneHypercover.functorP…CategoryTheory.Limits.ChosenPullback₃.p₁₃_eq_lift · cited by 0ChosenPullback₃.p₁₃_eq_li…CategoryTheory.IsAddMonHom.Normal.of_isPullback_η · cited by 0Normal.of_isPullback_ηCategoryTheory.Limits.ChosenPullback₃.p₂₃_eq_lift · cited by 0ChosenPullback₃.p₂₃_eq_li…CategoryTheory.Regular.frobeniusMorphism_isPullback · cited by 0Regular.frobeniusMorphism…CategoryTheory.Limits.isIso_kernel_map_of_isPullback · cited by 0Limits.isIso_kernel_map_o…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.IsPullback · cited by 320CategoryTheory.IsPullbackCategoryTheory.IsPullback.isLimit · cited by 47IsPullback.isLimitCategoryTheory.IsPullback.lift · cited by 28IsPullback.liftCategoryTheory.Limits.PullbackCone.IsLimit.lift_fst · cited by 12IsLimit.lift_fstIsPullback.lift_fstCITED BYCITES

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by23

Results whose statement or proof uses this declaration.