Mathlib Map

Theorems · Definition · category theory

TopCat.Presheaf.stalkPushforward

(C : Type u) →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Limits.HasColimits C] →
      {X Y : TopCat} →
        (f : X ⟶ Y) →
          (F : TopCat.Presheaf C X) →
            (x : ↑X) →
              ((TopCat.Presheaf.pushforward C f).obj F).stalk ((CategoryTheory.ConcreteCategory.hom f) x) ⟶ F.stalk x

For a presheaf F on a space X, a continuous map f : X ⟶ Y induces a morphisms between the stalk of f _ * F at f x and the stalk of F at x.

Defined in
Mathlib.Topology.Sheaves.Stalks
Cited by
12 results in Mathlib
Foundations
Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasColimits

Around this declaration

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

AlgebraicGeometry.PresheafedSpace.Hom.stalkMap · cited by 40Hom.stalkMapTopCat.Presheaf.stalkPushforward_germ · cited by 6Presheaf.stalkPushforward…AlgebraicGeometry.PresheafedSpace.stalkMap_germ · cited by 5PresheafedSpace.stalkMap_…TopCat.Presheaf.stalkPullbackHom · cited by 4Presheaf.stalkPullbackHomTopCat.Presheaf.stalkSpecializes_stalkPushforward · cited by 2Presheaf.stalkSpecializes…TopCat.Presheaf.stalkPushforward.id · cited by 1stalkPushforward.idTopCat.Presheaf.stalkPushforward_germ_assoc · cited by 1Presheaf.stalkPushforward…AlgebraicGeometry.PresheafedSpace.restrictStalkIso_inv_eq_ofRestrict · cited by 1PresheafedSpace.restrictS…TopCat.Presheaf.stalkPushforward.comp · cited by 0stalkPushforward.compTopCat.Presheaf.stalkPushforward.stalkPushforward_iso_of_isInducing · cited by 0stalkPushforward.stalkPus…TopCat.Presheaf.stalkPushforward_germ_apply · cited by 0Presheaf.stalkPushforward…TopCat.Presheaf.stalkSpecializes_stalkPushforward_apply · cited by 0Presheaf.stalkSpecializes…TopCat.Presheaf.stalkSpecializes_stalkPushforward_assoc · cited by 0Presheaf.stalkSpecializes…AlgebraicGeometry.LocallyRingedSpace.toStalk_stalkMap_toΓSpec · cited by 0LocallyRingedSpace.toStal…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapOpposite · cited by 8081OppositeCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.ConcreteCategory.hom · cited by 4022ConcreteCategory.homTopCat.carrier · cited by 3184TopCat.carrierContinuousMap · cited by 2491ContinuousMapTopologicalSpace.Opens · cited by 2040TopologicalSpace.OpensTopCat · cited by 1889TopCatCategoryTheory.Functor.op · cited by 997Functor.opCategoryTheory.Functor.whiskerRight · cited by 467Functor.whiskerRightPresheaf.stalkPushforwardCITED BYCITES

Cites27

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

Cited by14

Results whose statement or proof uses this declaration.