Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ChosenPullbacksAlong.lift

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {Y Z X : C} →
      {f : Y ⟶ X} →
        {g : Z ⟶ X} →
          [inst_1 : CategoryTheory.ChosenPullbacksAlong g] →
            {W : C} →
              (a : W ⟶ Y) →
                (b : W ⟶ Z) →
                  autoParam (CategoryTheory.CategoryStruct.comp a f = CategoryTheory.CategoryStruct.comp b g)
                      _auto_75✝ →
                    (W ⟶ CategoryTheory.ChosenPullbacksAlong.pullbackObj f g)

Given morphisms a : W ⟶ Y and b : W ⟶ Z satisfying a ≫ f = b ≫ g, constructs the unique morphism W ⟶ pullbackObj f g which lifts a and b.

Defined in
Mathlib.CategoryTheory.LocallyCartesianClosed.ChosenPullbacksAlong
Cited by
8 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.ChosenPullbacksAlong

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.ChosenPullbacksAlong.pullbackMap · cited by 12ChosenPullbacksAlong.pull…CategoryTheory.Over.sectionsCurry · cited by 4Over.sectionsCurryCategoryTheory.ChosenPullbacksAlong.lift_fst · cited by 4ChosenPullbacksAlong.lift…CategoryTheory.Over.sectionsCurry_sectionUncurry · cited by 2Over.sectionsCurry_sectio…CategoryTheory.Over.sectionsUncurry_sectionsCurry · cited by 2Over.sectionsUncurry_sect…CategoryTheory.ChosenPullbacksAlong.lift_snd · cited by 2ChosenPullbacksAlong.lift…CategoryTheory.ChosenPullbacksAlong.isLimitPullbackCone · cited by 1ChosenPullbacksAlong.isLi…CategoryTheory.ChosenPullbacksAlong.lift.congr_simp · cited by 1lift.congr_simpCategoryTheory.ChosenPullbacksAlong.binaryFanIsBinaryProduct · cited by 0ChosenPullbacksAlong.bina…CategoryTheory.ChosenPullbacksAlong.Over.lift_left · cited by 0Over.lift_leftCategoryTheory.ChosenPullbacksAlong.chosenPullbacksAlongFst · cited by 0ChosenPullbacksAlong.chos…CategoryTheory.ChosenPullbacksAlong.lift_fst_assoc · cited by 0ChosenPullbacksAlong.lift…CategoryTheory.ChosenPullbacksAlong.lift_snd_assoc · cited by 0ChosenPullbacksAlong.lift…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Over.Hom.left · cited by 287Hom.leftCategoryTheory.Over.mk · cited by 203Over.mkCategoryTheory.Adjunction.homEquiv · cited by 202Adjunction.homEquivCategoryTheory.Over.homMk · cited by 115Over.homMkCategoryTheory.ChosenPullbacksAlong · cited by 73CategoryTheory.ChosenPull…CategoryTheory.ChosenPullbacksAlong.pullbackObj · cited by 42ChosenPullbacksAlong.pull…CategoryTheory.ChosenPullbacksAlong.mapPullbackAdj · cited by 29ChosenPullbacksAlong.mapP…ChosenPullbacksAlong.liftCITED BYCITES

Cites11

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

Cited by13

Results whose statement or proof uses this declaration.