Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.PreservesPullback.iso

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (G : CategoryTheory.Functor C D) →
          {X Y Z : C} →
            (f : X ⟶ Z) →
              (g : Y ⟶ Z) →
                [CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.cospan f g) G] →
                  [inst_3 : CategoryTheory.Limits.HasPullback f g] →
                    [inst_4 : 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)

If G preserves the pullback of (f,g), then the pullback comparison map for G at (f,g) is an isomorphism.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Shapes.Pullbacks
Cited by
19 results in Mathlib
Foundations
Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.PreservesLimitCategoryTheory.Limits.HasPullbackCategoryTheory.Limits.HasPullback

Around this declaration

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

CategoryTheory.GlueData.mapGlueData · cited by 24GlueData.mapGlueDataCategoryTheory.Limits.PreservesPullback.iso_hom_fst · cited by 7PreservesPullback.iso_hom…CategoryTheory.Limits.PreservesPullback.iso_hom_snd · cited by 5PreservesPullback.iso_hom…CategoryTheory.Limits.PreservesPullback.iso_inv_fst · cited by 5PreservesPullback.iso_inv…AlgebraicGeometry.IsOpenImmersion.range_pullbackFst · cited by 4IsOpenImmersion.range_pul…AlgebraicGeometry.IsOpenImmersion.range_pullbackSnd · cited by 4IsOpenImmersion.range_pul…CategoryTheory.PreGaloisCategory.fiberPullbackEquiv · cited by 3PreGaloisCategory.fiberPu…CategoryTheory.Limits.PreservesPullback.iso_inv_snd · cited by 3PreservesPullback.iso_inv…RingHom.IsStableUnderBaseChange.pullback_fst_appTop · cited by 2IsStableUnderBaseChange.p…CategoryTheory.IsUniversalColimit.map_reflective · cited by 1IsUniversalColimit.map_re…CategoryTheory.Limits.Concrete.pullbackEquiv · cited by 1Concrete.pullbackEquivCategoryTheory.Limits.preservesEqualizers_of_preservesPullbacks_and_binaryProducts · cited by 1Limits.preservesEqualizer…CategoryTheory.Limits.PreservesPullback.iso_inv_fst_assoc · cited by 1PreservesPullback.iso_inv…factorsThrough_of_pullbackCondition · cited by 1factorsThrough_of_pullbac…AlgebraicGeometry.LocallyRingedSpace.IsOpenImmersion.lift_range · cited by 0IsOpenImmersion.lift_rangeCategoryTheory.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.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.WalkingCospan · cited by 496Limits.WalkingCospanCategoryTheory.Limits.cospan · cited by 467Limits.cospanCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.PreservesLimit · cited by 293Limits.PreservesLimitCategoryTheory.Limits.limit.isLimit · cited by 146limit.isLimitCategoryTheory.Limits.IsLimit.conePointUniqueUpToIso · cited by 57IsLimit.conePointUniqueUp…CategoryTheory.Limits.isLimitOfHasPullbackOfPreservesLimit · cited by 7Limits.isLimitOfHasPullba…PreservesPullback.isoCITED BYCITES

Cites15

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

Cited by22

Results whose statement or proof uses this declaration.