Mathlib Map

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

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.HasPullback
Cited by
13 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasPullbackCategoryTheory.Limits.HasPullback

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Limits.pullbackComparison_comp_fst · cited by 6Limits.pullbackComparison…CategoryTheory.Limits.pullbackComparison_comp_snd · cited by 5Limits.pullbackComparison…CategoryTheory.Presieve.IsSheafFor.comp_iff_of_preservesPairwisePullbacks · cited by 1IsSheafFor.comp_iff_of_pr…CategoryTheory.Limits.map_lift_pullbackComparison · cited by 1Limits.map_lift_pullbackC…CategoryTheory.Limits.pullbackComparison_comp · cited by 1Limits.pullbackComparison…CategoryTheory.Limits.pullbackComparison_comp_snd_assoc · cited by 0Limits.pullbackComparison…CategoryTheory.isStableUnderBaseChange_comap_jointlySurjectivePrecoverage · cited by 0CategoryTheory.isStableUn…AlgebraicGeometry.Scheme.pullbackComparison_forget_surjective · cited by 0Scheme.pullbackComparison…CategoryTheory.Limits.PreservesPullback.iso_hom · cited by 0PreservesPullback.iso_homCategoryTheory.Limits.PreservesPullback.of_iso_comparison · cited by 0PreservesPullback.of_iso_…CategoryTheory.Limits.map_lift_pullbackComparison_assoc · cited by 0Limits.map_lift_pullbackC…CategoryTheory.Limits.pullbackComparison_comp_assoc · cited by 0Limits.pullbackComparison…CategoryTheory.Limits.pullbackComparison_comp_fst_assoc · cited by 0Limits.pullbackComparison…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.pullback.fst · cited by 639pullback.fstCategoryTheory.Limits.pullback.snd · cited by 637pullback.sndCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.pullback.lift · cited by 114pullback.liftLimits.pullbackComparisonCITED BYCITES

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by13

Results whose statement or proof uses this declaration.