Documentation

Orbifolds.Diffeology.Continuous

Continuous diffeology #

Defines the continuous diffeology on topological spaces, i.e. the diffeology consisting of all continuous plots. On the level of categories, this forms a right-adjoint to the D-topology functor (which is proven in Orbifolds.Diffeology.DiffSp); on the level of individual types, this means that it forms a Galois connection with @DTop X : DiffeologicalSpace X → TopologicalSpace X. This is also used to show a few more properties of the D-topology. See https://ncatlab.org/nlab/show/adjunction+between+topological+spaces+and+diffeological+spaces.

The continuous diffeology on a topological space X.

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

    The D-topology of the continuous diffeology is the delta-generification of the original topology.

    For delta-generated spaces, the D-topology of the continuous diffeology is the topology itself.

    Type synonym to get equipped with the continuous diffeology.

    Equations
    Instances For
      theorem Continuous.dsmooth {X Y : Type u} [TopologicalSpace X] [TopologicalSpace Y] {f : XY} (hf : Continuous f) :

      Every continuous map is smooth with respect to the continuous diffeologies.

      theorem Continuous.dsmooth' {X Y : Type u} {dX : DiffeologicalSpace X} {tY : TopologicalSpace Y} {f : XY} (hf : Continuous f) :

      Every continuous map into a space carrying the continuous diffeology is smooth.

      The D-topology and continuous diffeology form a Galois connection between diffeologies and topologies on X.

      theorem dTop_mono {X : Type u_1} {d₁ d₂ : DiffeologicalSpace X} (h : d₁ d₂) :
      theorem dTop_sup {X : Type u} (d₁ d₂ : DiffeologicalSpace X) :
      theorem dTop_iSup {X : Type u} {ι : Type u_1} {D : ιDiffeologicalSpace X} :
      DTop = ⨆ (i : ι), DTop
      theorem dTop_sSup {X : Type u} {D : Set (DiffeologicalSpace X)} :
      DTop = dD, DTop
      theorem continuousDiffeology_iInf {X : Type u} {ι : Type u_1} {T : ιTopologicalSpace X} :
      theorem dTop_generateFrom_eq_iSup {X : Type u_1} {g : Set ((n : ) × (Eucl nX))} :

      The D-topology of the diffeology generated by g is coinduced by all plots in g.

      theorem isOpen_dTop_generateFrom {X : Type u_1} {g : Set ((n : ) × (Eucl nX))} {u : Set X} :
      IsOpen u ∀ (n : ) (p : Eucl nX), n, p gIsOpen (p ⁻¹' u)

      A version of dTop_generateFrom_eq_iSup stated in terms of individual open sets.