Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.hasPullback_of_preservesPullback

∀ {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] [CategoryTheory.Limits.HasPullback f g],
  CategoryTheory.Limits.HasPullback (G.map f) (G.map g)
Defined in
Mathlib.CategoryTheory.Limits.Preserves.Shapes.Pullbacks
Cited by
5 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.Presieve.IsSheafFor.comp_iff_of_preservesPairwisePullbacks · cited by 1IsSheafFor.comp_iff_of_pr…CategoryTheory.PreOneHypercover.functorPushforward_sieve₁_of_preservesPullbacks · cited by 1PreOneHypercover.functorP…CategoryTheory.Presieve.HasPairwisePullbacks.map_of_preservesPairwisePullbacks · cited by 1HasPairwisePullbacks.map_…CategoryTheory.PreOneHypercover.functorPushforward_sieve₁'_of_preservesLimit · cited by 0PreOneHypercover.functorP…CategoryTheory.Functor.PreservesOneHypercovers.of_coverPreserving · cited by 0PreservesOneHypercovers.o…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.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.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.PreservesLimitCategoryTheory.Limits.PullbackCone.mk · cited by 203PullbackCone.mkCategoryTheory.Limits.pullback.condition · cited by 122pullback.conditionCategoryTheory.Limits.pullbackIsPullback · cited by 14Limits.pullbackIsPullbackLimits.hasPullback_of_preserv…CITED BYCITES

Cites16

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

Cited by5

Results whose statement or proof uses this declaration.