Theorems · Definition · category theory
CategoryTheory.Limits.pullbackComparison
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{X Y Z : C} →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
(G : CategoryTheory.Functor C D) →
(f : X ⟶ Z) →
(g : Y ⟶ Z) →
[inst_2 : CategoryTheory.Limits.HasPullback f g] →
[inst_3 : CategoryTheory.Limits.HasPullback (G.map f) (G.map g)] →
G.obj (CategoryTheory.Limits.pullback f g) ⟶ CategoryTheory.Limits.pullback (G.map f) (G.map g)The comparison morphism for the pullback of f,g.
This is an isomorphism iff G preserves the pullback of f,g; see
Mathlib/CategoryTheory/Limits/Preserves/Shapes/Pullbacks.lean
- Cited by
- 13 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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 · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Limits.pullbackstatement · 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
- CategoryTheory.Limits.pullback.liftproof · cited by 114
Cited by13
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.pullbackComparison_comp_fststatement · cited by 6
- CategoryTheory.Limits.pullbackComparison_comp_sndstatement · cited by 5
- CategoryTheory.Limits.map_lift_pullbackComparisonstatement and proof · cited by 1
- CategoryTheory.Limits.pullbackComparison_compstatement and proof · cited by 1
- CategoryTheory.Limits.pullbackComparison_comp_snd_assocstatement and proof · cited by 0
- CategoryTheory.isStableUnderBaseChange_comap_jointlySurjectivePrecoveragestatement and proof · cited by 0
- AlgebraicGeometry.Scheme.pullbackComparison_forget_surjectivestatement and proof · cited by 0
- CategoryTheory.Limits.PreservesPullback.iso_homstatement · cited by 0
- CategoryTheory.Limits.PreservesPullback.of_iso_comparisonstatement and proof · cited by 0
- CategoryTheory.Limits.map_lift_pullbackComparison_assocstatement and proof · cited by 0
- CategoryTheory.Limits.pullbackComparison_comp_assocstatement and proof · cited by 0