Closed immersions #
This module packages the TopCat API for the closed inclusion closedIncl : TopCat.of s ⟶ X
and the stalk comparisons needed in the closed-immersion step of Grothendieck vanishing.
Main results:
closedIncl_isClosedEmbeddingandclosedIncl_isInducingrecord the basic topology of the closed inclusion.closedIncl_map_eq_bot_of_le_complshows that opens contained in the complement pull back to⊥on the closed subspace.pushforward_closedIncl_stalk_eq_zeroidentifies stalks of a closed-immersion pushforward away from the closed subset with zero.closedIncl_pushforward_preservesEpis/MonosandclosedIncl_pushforward_shortExactpackage exactness of pushforward along the closed inclusion forAddCommGrpCat-valued sheaves.stalkFunctor_map_iso_toSheafifyidentifies the stalk of sheafification with an isomorphism.closedIncl_counit_isIsoidentifies the pushforward-pullback counit for presheaves on the closed subspace carrying a sheaf condition.stalkPullbackHom_naturalityis the stalk-level naturality needed to compare the unit with the counit isomorphism.closedIncl_unit_stalk_isIsoshows that the adjunction unit is an isomorphism on stalks at points of the closed subset.epi_unit_of_closedImmersionupgrades the adjunction unit to an epi of sheaves.closedImmersionSESandclosedImmersionSES_shortExactpackage the short exact sequence0 → ker(η) → F → i_*(i^*F) → 0associated to a closed immersion.
Equations
- One or more equations did not get rendered due to their size.
Closed inclusion s ↪ X as a morphism in TopCat.
Equations
- TopCat.closedIncl hs = TopCat.ofHom { toFun := Subtype.val, continuous_toFun := ⋯ }
Instances For
Stalks of a pushforward along a closed inclusion vanish outside the closed set:
if x ∉ s, every element of stalk(i_*(G), x) is zero.
Pushforward along a closed immersion preserves epis: if f : F ⟶ G is epi in
presheaves on the closed subspace, then i_*(f) is epi in sheaves on the ambient
space whenever f is locally surjective.
Proof: stalkwise surjectivity (identity on the closed set, zero outside).
Pushforward along a closed immersion preserves short exact sequences.
The short exact sequence 0 → ker(η) → F → i_*(i^*F) → 0 from a closed immersion,
where η is the pullback-pushforward adjunction unit and i : Z ↪ X is the
inclusion of a closed subset.
Equations
- One or more equations did not get rendered due to their size.