Commit 2024-08-22 06:36 7ed205ef
View on Github →feat: Define AnalyticManifold
as a charted space compatible with analyticGroupoid
(#10853)
- Change the definition of
analyticGroupoid
to mean analytic everywhere including on the boundary, using the recently addedAnalyticWithinAt
def. - Define
AnalyticManifold
as a charted space compatible withanalyticGroupoid
. In finite dimensionsAnalyticManifold
is equivalent toSmoothManifoldWithCorners
, so an alternative option would be to leave this out and prove the necessary correspondence via Osgood's theorem. However, we don't have Osgood's theorem yet, and it's nice to have a version that works arbitrarily.