Mathlib Map

Theorems · Definition · category theory

skyscraperPresheaf

{X : TopCat} →
  (p₀ : ↑X) →
    [(U : TopologicalSpace.Opens ↑X) → Decidable (p₀ ∈ U)] →
      {C : Type v} →
        [inst : CategoryTheory.Category.{w, v} C] → [CategoryTheory.Limits.HasTerminal C] → C → TopCat.Presheaf C X

A skyscraper presheaf is a presheaf supported at a single point: if p₀ ∈ X is a specified point, then the skyscraper presheaf 𝓕 with value A is defined by U ↦ A if p₀ ∈ U and U ↦ * if p₀ ∉ A where * is some terminal object.

Defined in
Mathlib.Topology.Sheaves.Skyscraper
Cited by
23 results in Mathlib
Foundations
Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableCategoryTheory.CategoryCategoryTheory.Limits.HasTerminal

Around this declaration

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

SkyscraperPresheafFunctor.map' · cited by 4SkyscraperPresheafFunctor…StalkSkyscraperPresheafAdjunctionAuxs.fromStalk · cited by 4StalkSkyscraperPresheafAd…StalkSkyscraperPresheafAdjunctionAuxs.toSkyscraperPresheaf · cited by 4StalkSkyscraperPresheafAd…skyscraperPresheafFunctor · cited by 4skyscraperPresheafFunctorskyscraperPresheafStalkOfSpecializes · cited by 4skyscraperPresheafStalkOf…skyscraperSheaf · cited by 4skyscraperSheafskyscraperPresheafCoconeOfSpecializes · cited by 3skyscraperPresheafCoconeO…StalkSkyscraperPresheafAdjunctionAuxs.germ_fromStalk · cited by 2StalkSkyscraperPresheafAd…skyscraperPresheafCocone · cited by 2skyscraperPresheafCoconegerm_skyscraperPresheafStalkOfSpecializes_hom · cited by 1germ_skyscraperPresheafSt…StalkSkyscraperPresheafAdjunctionAuxs.germ_fromStalk_assoc · cited by 1StalkSkyscraperPresheafAd…StalkSkyscraperPresheafAdjunctionAuxs.toSkyscraperPresheaf_app · cited by 1StalkSkyscraperPresheafAd…skyscraperPresheafCoconeIsColimitOfSpecializes · cited by 1skyscraperPresheafCoconeI…skyscraperPresheaf_eq_pushforward · cited by 1skyscraperPresheaf_eq_pus…SkyscraperPresheafFunctor.map'_app · cited by 0SkyscraperPresheafFunctor…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomOpposite · cited by 8081OppositeTopCat.carrier · cited by 3184TopCat.carrierOpposite.unop · cited by 2231Opposite.unopTopologicalSpace.Opens · cited by 2040TopologicalSpace.OpensTopCat · cited by 1889TopCatCategoryTheory.eqToHom · cited by 860CategoryTheory.eqToHomTopCat.Presheaf · cited by 371TopCat.PresheafCategoryTheory.Limits.IsTerminal.from · cited by 160IsTerminal.fromCategoryTheory.Limits.HasTerminal · cited by 142Limits.HasTerminalCategoryTheory.Limits.terminal · cited by 141Limits.terminalCategoryTheory.Limits.terminalIsTerminal · cited by 31Limits.terminalIsTerminalskyscraperPresheafCITED BYCITES

Cites13

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

Cited by35

Results whose statement or proof uses this declaration.