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
- I.toHomeomorphTarget = { toFun := fun (x : H) => ⟨↑I x, ⋯⟩, invFun := fun (y : ↑I.target) => I.invFun ↑y, left_inv := ⋯, right_inv := ⋯, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
The D-topology on a manifold is always at least as fine as the usual topology.
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.