Documentation

Orbifolds.Diffeology.Reflexive

Reflexive diffeological spaces #

This file deals with diffeological spaces X that are reflexive in the sense that they are fixed points of the adjunction between diffeological spaces and differential space, i.e. whose diffeology is induced by the differential space structure that it induces. Reflexive diffeological spaces correspond exactly to Frölicher spaces - see https://arxiv.org/abs/1712.04576v2.

Note that while differential spaces are certainly related we have not formalised them here, and instead went with a more explicit characterisation of reflexive diffeological spaces.

A diffeological space is called reflexive if the diffeology induced by the differential structure induced by the diffeology is again the diffeology itself. Since we don't have differential spaces yet, this is formulated as every function p : Eucl n → X for which all compositions with functions X → ℝ are smooth being a plot.

Instances

    The diffeology induced by the differential space structure induced by the diffeology d.

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

      A function X → Y into a reflexive diffeological space is smooth with respect to dX : DiffeologicalSpace X iff it is smooth with respect to dX.toReflexive.

      d.toReflexive is a reflexive diffeology for any diffeology d.

      d.toReflexive is always at least as coarse as d.

      Type synonym equipped with the reflexive diffeology induced by the diffeology on X.

      Equations
      Instances For

        The natural map from a diffeological space to its type synonym with the reflexive diffeology.

        Equations
        Instances For

          The lattice of all reflexive diffeologies on X.

          Instances For
            theorem ReflexiveDiffeology.ext' {X : Type u_1} {d₁ d₂ : ReflexiveDiffeology X} (h : d₁.toDiffeologicalSpace = d₂.toDiffeologicalSpace) :
            d₁ = d₂
            Equations
            Instances For

              The Galois insertion of reflexive diffeologies into all diffeologies on a type.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                theorem DiffeologicalSpace.toReflexiveDiffeology_iSup {X : Type u_1} {ι : Type u_2} {D : ιDiffeologicalSpace X} :
                (⨆ (i : ι), D i).toReflexiveDiffeology = ⨆ (i : ι), (D i).toReflexiveDiffeology
                theorem ReflexiveDiffeology.toDiffeologicalSpace_iInf {X : Type u_1} {ι : Type u_2} {D : ιReflexiveDiffeology X} :
                (⨅ (i : ι), D i).toDiffeologicalSpace = ⨅ (i : ι), (D i).toDiffeologicalSpace

                Infima (in the lattice of diffeologies) of reflexive diffeologies are again reflexive.

                Infima (in the lattice of diffeologies) of reflexive diffeologies are again reflexive.