Theorems · Definition · category theory
CategoryTheory.Over.pullbackComp
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{X Y Z : C} →
(f : X ⟶ Y) →
(g : Y ⟶ Z) →
[inst_1 : CategoryTheory.Limits.HasPullbacksAlong f] →
[inst_2 : CategoryTheory.Limits.HasPullbacksAlong g] →
CategoryTheory.Over.pullback (CategoryTheory.CategoryStruct.comp f g) ≅
(CategoryTheory.Over.pullback g).comp (CategoryTheory.Over.pullback f)pullback commutes with composition (up to natural isomorphism).
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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.Iso.symmproof · cited by 993
- CategoryTheory.Overstatement · cited by 935
- CategoryTheory.Limits.pullbackstatement · cited by 864
- CategoryTheory.Limits.pullback.sndstatement · cited by 637
- CategoryTheory.Over.pullbackstatement · cited by 53
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.MonoOver.pullbackCompproof · cited by 1