Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.isLimitOfHasPullbackOfPreservesLimit

{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] →
                    have this := ⋯;
                    CategoryTheory.Limits.IsLimit
                      (CategoryTheory.Limits.PullbackCone.mk (G.map (CategoryTheory.Limits.pullback.fst f g))
                        (G.map (CategoryTheory.Limits.pullback.snd f g)) this)

If G preserves pullbacks and C has them, then the pullback cone constructed of the mapped morphisms of the pullback cone is a limit.

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

Around this declaration

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

CategoryTheory.Limits.PreservesPullback.iso · cited by 19PreservesPullback.isoCategoryTheory.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…CategoryTheory.Limits.PreservesPullback.iso_inv_snd · cited by 3PreservesPullback.iso_inv…AlgebraicGeometry.Scheme.Cover.fromGlued_injective · cited by 2Cover.fromGlued_injectivepreservesBinaryProducts_of_preservesTerminal_and_pullbacks · cited by 1preservesBinaryProducts_o…CategoryTheory.Limits.isLimitOfHasPullbackOfPreservesLimit.congr_simp · cited by 0isLimitOfHasPullbackOfPre…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.Limits.pullback.fst · cited by 639pullback.fstCategoryTheory.Limits.pullback.snd · cited by 637pullback.sndCategoryTheory.Limits.WalkingCospan · cited by 496Limits.WalkingCospanCategoryTheory.Limits.cospan · cited by 467Limits.cospanCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.PreservesLimit · cited by 293Limits.PreservesLimitLimits.isLimitOfHasPullbackOf…CITED BYCITES

Cites19

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

Cited by8

Results whose statement or proof uses this declaration.