Documentation

LeanPool.GrothendieckVanishing.ClosedImmersion

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:

@[implicit_reducible]
Equations
  • One or more equations did not get rendered due to their size.
def TopCat.closedIncl {X : TopCat} {s : Set X} (hs : IsClosed s) :
of s X

Closed inclusion s ↪ X as a morphism in TopCat.

Equations
Instances For
    theorem TopCat.closedIncl_map_eq_bot_of_le_compl {X : TopCat} {s : Set X} (hs : IsClosed s) {U : TopologicalSpace.Opens X} (hU : U { carrier := s, is_open' := }) :

    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.
    Instances For