Analytic manifolds (possibly with boundary or corners) #
An analytic manifold is a manifold modelled on a normed vector space, or a subset like a
half-space (to get manifolds with boundaries) for which changes of coordinates are analytic
everywhere. The definition mirrors IsManifold
, but using an analyticGroupoid
in
place of contDiffGroupoid
. All analytic manifolds are smooth manifolds.
This file is deprecated: one should use IsManifold I ฯ M
instead
analyticGroupoid
#
f โ OpenPartialHomeomorph H H
is in analyticGroupoid I
if f
and f.symm
are smooth
everywhere, analytic on the interior, and map the interior to itself. This allows us to define
AnalyticManifold
including in cases with boundary.
Given a model with corners (E, H)
, we define the pregroupoid of analytic transformations of
H
as the maps that are AnalyticOn
when read in E
through I
. Using AnalyticOn
rather than AnalyticOnNhd
gives us meaningful definitions at boundary points.
Equations
Instances For
Given a model with corners (E, H)
, we define the groupoid of analytic transformations of
H
as the maps that are AnalyticOn
when read in E
through I
. Using AnalyticOn
rather than AnalyticOnNhd
gives us meaningful definitions at boundary points.
Equations
Instances For
An identity open partial homeomorphism belongs to the analytic groupoid.
The composition of an open partial homeomorphism from H
to M
and its inverse belongs to
the analytic groupoid.
The analytic groupoid is closed under restriction.
f โ analyticGroupoid
iff it and its inverse are analytic within range I
.
The analytic groupoid on a boundaryless charted space modeled on a complete vector space consists of the open partial homeomorphisms which are analytic and have analytic inverse.
analyticGroupoid
is closed under products
An analytic manifold w.r.t. a model I : ModelWithCorners ๐ E H
is a charted space over H
s.t. all extended chart conversion maps are analytic.
- compatible {e e' : OpenPartialHomeomorph M H} : e โ atlas H M โ e' โ atlas H M โ e.symm.trans e' โ analyticGroupoid I
Instances
Normed spaces are analytic manifolds over themselves.
M ร N
is an analytic manifold if M
and N
are
Analytic manifolds are smooth manifolds.