Documentation

Orbifolds.Diffeology.SmoothSp

Smooth Spaces #

Smooth spaces are sheaves on the site CartSp; see https://ncatlab.org/nlab/show/smooth+set.

Main definitions / results:

TODO #

def SmoothSp :
Type (u + 1)

The category of sheaves on CartSp, also known as smooth spaces.

Equations
Instances For

    Morphisms of smooth spaces are simply morphisms of sheaves.

    Equations

    The embedding of diffeological spaces into smooth spaces.

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

      DiffSp.toSmoothSp is fully faithful.

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

        The global sections functor taking a smooth space to its type of points. Note that this is by no means faithful; SmoothSp is not a concrete category.

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

          The diffeology on the points of a smooth space given by the concretisation functor.

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

          The reflector of DiffSp inside of SmoothSp, sending a smooth space to its concretisation.

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

            The adjunction between the concretisation functor SmoothSpDiffSp and the embedding DiffSpSmoothSp.

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

              SmoothSp.concr is a left-adjoint. In particular, this means that it preserves colimits.

              Diffeological spaces form a reflective subcategory of the category of smooth spaces.

              Equations
              noncomputable def SmoothSp.Ω {k : } :

              One possible future target for formalisation: the smooth spaces Ω k of smooth k-forms. Maps X → Ω k correspond to smooth k-forms on X, so they can be used to define differential forms and the De-Rham-cohomology on all smooth spaces.

              Right now, one major obstactle to this is showing that pullbacks of smooth k-forms along smooth maps are smooth (i.e. the first sorry); it requires showing that AlternatingMap.compLinearMap is a smooth function of f and g and that fderiv is a smooth function of x, but we have not yet even put a diffeology on the involved spaces of continuous linear functions.

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