Module docstring
{"# Extended charts in smooth manifolds
In a C^n manifold with corners with the model I on (E, H), the charts take values in the
model space H. However, we also need to use extended charts taking values in the model vector
space E. These extended charts are not PartialHomeomorph as the target is not open in E
in general, but we can still register them as PartialEquiv.
Main definitions
PartialHomeomorph.extend: compose a partial homeomorphism intoHwith the modelI, to obtain aPartialEquivintoE. Extended charts are an example of this.extChartAt I x: the extended chart atx, obtained by composing thechartAt H xwithI. Since the target is in general not open, this is not a partial homeomorphism in general, but we register them asPartialEquivs.
Main results
contDiffOn_extend_coord_change: iffandf'lie in the maximal atlas onM,f.extend I ∘ (f'.extend I).symmis continuous on its sourcecontDiffOn_ext_coord_change: forx x : M, the coordinate change(extChartAt I x').symm ≫ extChartAt I xis continuous on its sourceManifold.locallyCompact_of_finiteDimensional: a finite-dimensional manifold modelled on a locally compact field (such as ℝ, ℂ or thep-adic numbers) is locally compactLocallyCompactSpace.of_locallyCompact_manifold: a locally compact manifold must be modelled on a locally compact space.FiniteDimensional.of_locallyCompact_manifold: a locally compact manifolds must be modelled on a finite-dimensional space
","We use the name extend_coord_change for (f'.extend I).symm ≫ f.extend I. ","We use the name ext_coord_change for (extChartAt I x').symm ≫ extChartAt I x. "}