Theorems · Theorem · category theory
CategoryTheory.Limits.pullbackComparison_comp
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
{E : Type u_1} [inst_2 : CategoryTheory.Category.{v_1, u_1} E] (F : CategoryTheory.Functor C D)
(G : CategoryTheory.Functor D E) {X Y S : C} (f : X ⟶ S) (g : Y ⟶ S) [inst_3 : CategoryTheory.Limits.HasPullback f g]
[inst_4 : CategoryTheory.Limits.HasPullback (F.map f) (F.map g)]
[inst_5 : CategoryTheory.Limits.HasPullback (G.map (F.map f)) (G.map (F.map g))]
[inst_6 : CategoryTheory.Limits.HasPullback ((F.comp G).map f) ((F.comp G).map g)],
CategoryTheory.Limits.pullbackComparison (F.comp G) f g =
CategoryTheory.CategoryStruct.comp (G.map (CategoryTheory.Limits.pullbackComparison F f g))
(CategoryTheory.Limits.pullbackComparison G (F.map f) (F.map g))- Cited by
- 1 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Limits.pullbackstatement and proof · cited by 864
- CategoryTheory.Limits.pullback.fstproof · cited by 639
- CategoryTheory.Limits.pullback.sndproof · cited by 637
- CategoryTheory.Limits.HasPullbackstatement and proof · cited by 434
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.pullbackComparison_comp_assocproof · cited by 0