Theorems · Definition · category theory
CategoryTheory.ChosenPullbacksAlong.pullbackComp
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{X Y Z : C} →
(f : X ⟶ Y) →
(g : Y ⟶ Z) →
[inst_1 : CategoryTheory.ChosenPullbacksAlong f] →
[inst_2 : CategoryTheory.ChosenPullbacksAlong g] →
[inst_3 : CategoryTheory.ChosenPullbacksAlong (CategoryTheory.CategoryStruct.comp f g)] →
CategoryTheory.ChosenPullbacksAlong.pullback (CategoryTheory.CategoryStruct.comp f g) ≅
(CategoryTheory.ChosenPullbacksAlong.pullback g).comp (CategoryTheory.ChosenPullbacksAlong.pullback f)Any chosen pullback of a composite of morphisms is naturally isomorphic to the composition of chosen pullback functors.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.Functorstatement · cited by 16,252
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Overstatement · cited by 935
- CategoryTheory.ChosenPullbacksAlongstatement and proof · cited by 73
- CategoryTheory.ChosenPullbacksAlong.pullbackstatement · cited by 62
- CategoryTheory.ChosenPullbacksAlong.mapPullbackAdjproof · cited by 29
- CategoryTheory.Adjunction.rightAdjointUniqproof · cited by 18
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.ExponentiableMorphism.compproof · cited by 5
- CategoryTheory.ChosenPullbacksAlong.unit_pullbackComp_homstatement · cited by 1
- CategoryTheory.ChosenPullbacksAlong.pullbackComp_hom_counitstatement · cited by 1
- CategoryTheory.ChosenPullbacksAlong.pullbackComp_hom_counit_assocstatement and proof · cited by 0
- CategoryTheory.ChosenPullbacksAlong.unit_pullbackComp_hom_assocstatement and proof · cited by 0