theorem
helperForProposition_4_7_14_secantLower_from_numerator_and_distance
(x₀ y : ℝ)
(m : ℕ)
(hnum : 1 / (2 * 4 ^ m) ≤ |scaledCosineSeriesFunction y - scaledCosineSeriesFunction x₀|)
(hdist_pos : 0 < |y - x₀|)
(hdist_le : |y - x₀| ≤ 1 / 32 ^ m)
:
Helper for Proposition 4.7.14: a lower bound on numerator and an upper bound on distance imply a large secant quotient.
Helper for Proposition 4.7.14: for every mesh scale, one can find a nearby
point with secant slope at least (8^m)/2.
theorem
helperForProposition_4_7_14_eventual_secant_bound_of_differentiableAt
(x₀ : ℝ)
(hf : DifferentiableAt ℝ scaledCosineSeriesFunction x₀)
:
Helper for Proposition 4.7.14: differentiability at x₀ forces eventual
boundedness of punctured-neighborhood secant quotients.
Proposition 4.7.14: for f(x) = ∑_{n=1}^∞ 4^{-n} cos(32^n π x)
(encoded here as scaledCosineSeriesFunction from Definition 4.7.4),
f is nowhere differentiable on ℝ; i.e., for every x₀ : ℝ,
f is not differentiable at x₀.