Theorems · Definition · category theory
CategoryTheory.MonoOver.pullbackComp
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{X Y Z : C} →
[inst_1 : CategoryTheory.Limits.HasPullbacks C] →
(f : X ⟶ Y) →
(g : Y ⟶ Z) →
CategoryTheory.MonoOver.pullback (CategoryTheory.CategoryStruct.comp f g) ≅
(CategoryTheory.MonoOver.pullback g).comp (CategoryTheory.MonoOver.pullback f)pullback commutes with composition (up to a natural isomorphism)
- Cited by
- 1 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.
Cites17
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 · 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.Iso.transproof · cited by 566
- CategoryTheory.Limits.HasPullbacksstatement and proof · cited by 439
- CategoryTheory.MonoOverstatement and proof · cited by 115
- CategoryTheory.Over.isMonostatement · cited by 111
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Subobject.pullback_compproof · cited by 2