Module docstring
{"# Properties of analyticity restricted to a set
From Mathlib.Analysis.Analytic.Basic, we have the definitions
AnalyticWithinAt 𝕜 f s xmeans a power series atxconverges tofon𝓝[insert x s] x.AnalyticOn 𝕜 f s tmeans∀ x ∈ t, AnalyticWithinAt 𝕜 f s x.
This means there exists an extension of f which is analytic and agrees with f on s ∪ {x}, but
f is allowed to be arbitrary elsewhere.
Here we prove basic properties of these definitions. Where convenient we assume completeness of the
ambient space, which allows us to relate AnalyticWithinAt to analyticity of a local extension.
","### Basic properties
","### Equivalence to analyticity of a local extension
We show that HasFPowerSeriesWithinOnBall, HasFPowerSeriesWithinAt, and AnalyticWithinAt are
equivalent to the existence of a local extension with full analyticity. We do not yet show a
result for AnalyticOn, as this requires a bit more work to show that local extensions can
be stitched together.
"}