Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.PreservesPullback.iso_hom_fst

∀ {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)
  [inst_2 : 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)],
  CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.PreservesPullback.iso G f g).hom
      (CategoryTheory.Limits.pullback.fst (G.map f) (G.map g)) =
    G.map (CategoryTheory.Limits.pullback.fst f g)
Defined in
Mathlib.CategoryTheory.Limits.Preserves.Shapes.Pullbacks
Cited by
7 results in Mathlib
Foundations
Depth 39 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.

AlgebraicGeometry.IsOpenImmersion.range_pullbackFst · cited by 4IsOpenImmersion.range_pul…RingHom.IsStableUnderBaseChange.pullback_fst_appTop · cited by 2IsStableUnderBaseChange.p…CategoryTheory.Limits.preservesEqualizers_of_preservesPullbacks_and_binaryProducts · cited by 1Limits.preservesEqualizer…CategoryTheory.IsUniversalColimit.map_reflective · cited by 1IsUniversalColimit.map_re…AlgebraicGeometry.LocallyRingedSpace.IsOpenImmersion.lift_range · cited by 0IsOpenImmersion.lift_rangeCategoryTheory.Limits.PreservesPullback.iso_hom_fst_assoc · cited by 0PreservesPullback.iso_hom…AlgebraicGeometry.PresheafedSpace.GlueData.pullback_base · cited by 0GlueData.pullback_baseCategoryTheory.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.Iso.hom · cited by 7684Iso.homCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.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.PreservesLimitPreservesPullback.iso_hom_fstCITED BYCITES

Cites20

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

Cited by7

Results whose statement or proof uses this declaration.