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.
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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.ChosenPullbacksAlongstatement and proof · cited by 73
- CategoryTheory.ChosenPullbacksAlong.sndproof · cited by 45
- CategoryTheory.ChosenPullbacksAlong.pullbackObjstatement · cited by 42
- CategoryTheory.ChosenPullbacksAlong.fstproof · cited by 41
- CategoryTheory.ChosenPullbacksAlong.liftproof · cited by 8
Cited by14
Results whose statement or proof uses this declaration.
- CategoryTheory.Over.sectionsproof · cited by 6
- CategoryTheory.ChosenPullbacksAlong.pullbackMap_fststatement · cited by 3
- CategoryTheory.ChosenPullbacksAlong.pullbackMap_sndstatement · cited by 3
- CategoryTheory.ChosenPullbacksAlong.pullbackMap_compstatement and proof · cited by 1
- CategoryTheory.ChosenPullbacksAlong.pullbackMap_fst_assocstatement and proof · cited by 1
- CategoryTheory.ChosenPullbacksAlong.pullbackMap_snd_assocstatement and proof · cited by 1
- CategoryTheory.ChosenPullbacksAlong.pullbackMap_comp_assocstatement and proof · cited by 0
- CategoryTheory.ChosenPullbacksAlong.pullbackMap_idstatement · cited by 0
- CategoryTheory.ChosenPullbacksAlong.chosenPullbacksAlongFstproof · cited by 0
- CategoryTheory.ChosenPullbacksAlong.Over.tensorHom_leftstatement · cited by 0
- CategoryTheory.Over.sections_mapstatement · cited by 0
- CategoryTheory.ChosenPullbacksAlong.Over.whiskerLeft_leftstatement · cited by 0