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
analyticGroupoidto mean analytic everywhere including on the boundary, using the recently addedAnalyticWithinAtdef. - Define
AnalyticManifoldas a charted space compatible withanalyticGroupoid. In finite dimensionsAnalyticManifoldis 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.