Documentation

Mathlib.Topology.Sheaves.Operations

Operations on sheaves #

Main definition #

structure TopCat.Presheaf.SubmonoidPresheaf {X : TopCat} {C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.ConcreteCategory C] [(X : C) → MulOneClass ((CategoryTheory.forget C).toPrefunctor.obj X)] [∀ (X Y : C), MonoidHomClass (X Y) ((CategoryTheory.forget C).toPrefunctor.obj X) ((CategoryTheory.forget C).toPrefunctor.obj Y)] (F : TopCat.Presheaf C X) :
Type (max u_1 w)

A subpresheaf with a submonoid structure on each of the components.

Instances For

    The localization of a presheaf of CommRings with respect to a SubmonoidPresheaf.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      The map into the localization presheaf.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Given a submonoid at each of the stalks, we may define a submonoid presheaf consisting of sections whose restriction onto each stalk falls in the given submonoid.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          The localization of a presheaf of CommRings at locally non-zero-divisor sections.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            The map into the presheaf of total quotient rings

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For