Helper for Proposition 4.2.3: |x| is not real analytic at 0.
Helper for Proposition 4.2.3: |x| is real analytic at every nonzero real point.
Proposition 4.2.3: for f(x) = |x|, the function is not differentiable at 0, hence
not real analytic at 0; moreover, for every a ≠ 0, f is real analytic at a.
Helper for Theorem 4.2.1: every open subset of ℝ has no isolated points.
Helper for Theorem 4.2.1: a pointwise real-analytic witness yields analytic-within-at for the canonical extension.
Helper for Theorem 4.2.1: on open sets, analyticity of the canonical extension implies the custom pointwise real-analytic property.
Helper for Theorem 4.2.1: convert the custom IsRealAnalyticOn notion to
mathlib AnalyticOn for the canonical extension.
Helper for Theorem 4.2.1: convert analyticity of the canonical extension
on an open set back to the custom IsRealAnalyticOn predicate.
Helper for Theorem 4.2.1: analyticity of an extension propagates to all iterated subtype derivatives.
Helper for Theorem 4.2.1: real-analytic-on implies once differentiable on the set.
Theorem 4.2.1: if f : E → ℝ is real analytic on E, then f is smooth on E.
Moreover, for every integer k ≥ 0, the iterated derivative f^(k) exists at every
point of E and is real analytic on E.
Helper for Theorem 4.2.2: identify ambient and interval iterated subtype derivatives at the center.
Helper for Theorem 4.2.2: the interval center value of the iterated derivative extracts factorial times the coefficient.
Theorem 4.2.2 (Taylor's formula): let E ⊆ ℝ, let a : E be an interior point,
and let f : E → ℝ be real analytic at a. If for some r > 0 and coefficients
c : ℕ → ℝ one has f(x) = ∑' n, c n (x-a)^n for all x ∈ (a-r, a+r), then for
every k ≥ 0, f^(k)(a) = k! * c_k; in particular,
f(x) = ∑' n, (f^(n)(a) / n!) (x-a)^n on (a-r, a+r).
Helper for Theorem 4.2.3: from interior membership and two positive radii,
construct a common positive interval radius contained in E and bounded by both
given radii.
Helper for Theorem 4.2.3: transport power-series data from a radius condition
|x-a| < R on E to data on a smaller symmetric interval around a.
Helper for Theorem 4.2.3: interval power-series data gives real analyticity at the center.
Helper for Theorem 4.2.3: cancel a nonzero factorial factor in two identities for the same iterated derivative sequence.
Theorem 4.2.3 (Uniqueness of power series): let E ⊆ ℝ, let a be an interior
point of E, and let f : E → ℝ. If there are radii R_c, R_d > 0 and coefficient
sequences c, d : ℕ → ℝ such that for every x ∈ E with |x-a| < R_c one has
f(x) = ∑' n, c n * (x-a)^n with convergence, and for every x ∈ E with
|x-a| < R_d one has f(x) = ∑' n, d n * (x-a)^n with convergence, then
c n = d n for all n.