Diffeological manifolds #
Some lemmas and theorems on manifolds as diffeological spaces, as defined in
Orbifolds.Diffeology.LocallyModelled
. The main purpose of this file is to show how this
relates to the notion of smooth manifolds defined in mathlib , i.e. that those are indeed
equivalent.
The diffeology defined by a manifold structure on M, with the plots given by the maps
that are smooth in the sense of mathlib's ContMDiff
-API.
This can not be an instance because IsManifold I M
depends on I
while
DiffeologicalSpace M
does not, and because it would probably lead to instance diamonds on
things like products even if some workaround was found.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The plots of a manifold are by definition precisely the smooth maps.
Equations
Instances For
The D-topology on a manifold is always at least as fine as the usual topology.
If the subspace topology and D-topology agree on the set H
that the manifold is modelled on,
the topology of the manifold agrees with the D-topology as well.
In particular, the D-topology agrees with the standard topology on all manifolds
modelled on a "boundaryless" model.
TODO: It would be nice to have this (and all lemmas depending on it) for all boundaryless
manifolds in the sense of BoundarylessManifold
, such as manifolds with corners whose
boundary just happens to be empty, but that would require either redoing the above lemma
in slightly greater generality or passing from manifolds with empty boundary to manifolds
modelled on a boundaryless model, both of which sound like a lot of work for something that
is not a high priority.
Every smooth map between manifolds is also D-smooth, i.e. this construction defines a functor of concrete categories.
Every map between manifolds that is smooth on a subset is also smooth diffeologically with respect to the subspace diffeology.
Every D-smooth map from a boundaryless manifold to another manifold is also smooth. This could probably be proven in quite a lot greater generality.
Every D-smooth map from a boundaryless manifold to another manifold is also smooth. This could probably be proven in quite a lot greater generality.
A finite-dimensional, boundaryless smooth manifold with corners in the sense of IsManifold
is also a manifold in the sense of IsDiffeologicalManifold
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Charted space structure of a diffeological manifold, consisting of all local diffeomorphisms
between M
and Eucl n
.
Equations
- One or more equations did not get rendered due to their size.