Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ChosenPullbacksAlong.pullbackMap

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {Y Z X : C} →
      (f : Y ⟶ X) →
        (g : Z ⟶ X) →
          [inst_1 : CategoryTheory.ChosenPullbacksAlong g] →
            {Y' Z' X' : C} →
              (f' : Y' ⟶ X') →
                (g' : Z' ⟶ X') →
                  [inst_2 : CategoryTheory.ChosenPullbacksAlong g'] →
                    (γ₁ : Y' ⟶ Y) →
                      (γ₂ : Z' ⟶ Z) →
                        (γ₃ : X' ⟶ X) →
                          autoParam (CategoryTheory.CategoryStruct.comp f' γ₃ = CategoryTheory.CategoryStruct.comp γ₁ f)
                              CategoryTheory.ChosenPullbacksAlong.pullbackMap._auto_1 →
                            autoParam
                                (CategoryTheory.CategoryStruct.comp g' γ₃ = CategoryTheory.CategoryStruct.comp γ₂ g)
                                CategoryTheory.ChosenPullbacksAlong.pullbackMap._auto_3 →
                              (CategoryTheory.ChosenPullbacksAlong.pullbackObj f' g' ⟶
                                CategoryTheory.ChosenPullbacksAlong.pullbackObj f g)

The functoriality of pullbackObj f g in both arguments: Given a map from the pullback cospans of f' : Y' ⟶ X' and g' : Z' ⟶ X' to the pullback cospan of f : Y ⟶ X and g : Z ⟶ X as in the diagram below `` Y' ⟶ Y ↘ ↘ X' ⟶ X ↗ ↗ Z' ⟶ Z ` if the morphisms g' and g both have chosen pullbacks, then we get an induced morphism pullbackMap f g f' g' comm₁ comm₂ from the chosen pullback of f' : Y' ⟶ X' along g' to the chosen pullback of f : Y ⟶ X along g. Here comm₁ and comm₂` are the commutativity conditions of the squares in the diagram above.

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

Around this declaration

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

CategoryTheory.Over.sections · cited by 6Over.sectionsCategoryTheory.ChosenPullbacksAlong.pullbackMap_fst · cited by 3ChosenPullbacksAlong.pull…CategoryTheory.ChosenPullbacksAlong.pullbackMap_snd · cited by 3ChosenPullbacksAlong.pull…CategoryTheory.ChosenPullbacksAlong.pullbackMap_comp · cited by 1ChosenPullbacksAlong.pull…CategoryTheory.ChosenPullbacksAlong.pullbackMap_fst_assoc · cited by 1ChosenPullbacksAlong.pull…CategoryTheory.ChosenPullbacksAlong.pullbackMap_snd_assoc · cited by 1ChosenPullbacksAlong.pull…CategoryTheory.ChosenPullbacksAlong.pullbackMap_comp_assoc · cited by 0ChosenPullbacksAlong.pull…CategoryTheory.ChosenPullbacksAlong.pullbackMap_id · cited by 0ChosenPullbacksAlong.pull…CategoryTheory.ChosenPullbacksAlong.chosenPullbacksAlongFst · cited by 0ChosenPullbacksAlong.chos…CategoryTheory.ChosenPullbacksAlong.Over.tensorHom_left · cited by 0Over.tensorHom_leftCategoryTheory.Over.sections_map · cited by 0Over.sections_mapCategoryTheory.ChosenPullbacksAlong.Over.whiskerLeft_left · cited by 0Over.whiskerLeft_leftCategoryTheory.ChosenPullbacksAlong.Over.whiskerRight_left · cited by 0Over.whiskerRight_leftCategoryTheory.ChosenPullbacksAlong.pullbackMap.congr_simp · cited by 0pullbackMap.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.ChosenPullbacksAlong · cited by 73CategoryTheory.ChosenPull…CategoryTheory.ChosenPullbacksAlong.snd · cited by 45ChosenPullbacksAlong.sndCategoryTheory.ChosenPullbacksAlong.pullbackObj · cited by 42ChosenPullbacksAlong.pull…CategoryTheory.ChosenPullbacksAlong.fst · cited by 41ChosenPullbacksAlong.fstCategoryTheory.ChosenPullbacksAlong.lift · cited by 8ChosenPullbacksAlong.liftChosenPullbacksAlong.pullback…CITED BYCITES

Cites8

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

Cited by14

Results whose statement or proof uses this declaration.