Proposition 3.12: Properties of Sobolev ellipsoids #
This file formalizes Proposition 3.12 from the textbook.
The Sobolev ellipsoids enjoy the following properties:
(i) (Monotonicity) For any Q > 0,
0 < β' < β ⟹ Θ(β, Q) ⊆ Θ(β', Q).
Larger smoothness parameter β gives a smaller Sobolev ellipsoid.
(ii) (Continuity) For any Q > 0,
β > 1/2 ⟹ f is continuous.
When β > 1/2, the Fourier coefficients are absolutely summable
and the trigonometric series defines a continuous function.
The proof is left as an exercise (Problem 3.5) in the textbook. Reference: Book lines 2355–2366.
Main declarations #
Chapter3.prop_3_12: Combined statement of Proposition 3.12 (both parts)Chapter3.prop_3_12_monotone: Part (i) — monotonicity of Sobolev ellipsoidsChapter3.prop_3_12_continuous: Part (ii) — absolute summability and continuity
Sobolev coefficient is monotone in β: for 0 < β' ≤ β, a_j(β') ≤ a_j(β).
Prop 3.12(ii): Cauchy-Schwarz bound for Sobolev ellipsoid members. For β > 1/2, Σ 1/j^{2β} converges, giving absolute summability.
Proposition 3.12(ii) (Cauchy-Schwarz summability bound). For β > 1/2, members of Θ(β, Q) satisfy Σ|θ_j| ≤ √Q · √(Σ 1/a_j²).
For j ≥ 0, sobolevCoeff β (j+2) ≥ (j+1)^β. This lower-bounds the Sobolev coefficient at shifted index, used for the inverse-square summability argument.
sobolevCoeff β (j+2) is strictly positive for β > 0.
Proposition 3.12(ii) (Continuity of Sobolev functions). For β > 1/2 and Q > 0, if θ belongs to the infinite-dimensional Sobolev ellipsoid Θ(β, Q) (i.e., all partial sums Σ_{j<M} a_j² θ_j² ≤ Q), then the Fourier coefficients are absolutely summable and the trigonometric series f(x) = Σⱼ θⱼ φⱼ(x) defines a continuous function.
The proof sketch: Cauchy-Schwarz gives Σ|θⱼ| ≤ √Q · √(Σ 1/a_j²), which converges for β > 1/2 since Σ 1/j^{2β} < ∞. Absolute convergence of the Fourier series (with bounded basis functions) implies uniform convergence, hence the limit is continuous.
The proof is left as an exercise (Problem 3.5).
Proposition 3.12 (Properties of Sobolev ellipsoids).
The Sobolev ellipsoids enjoy the following properties:
(i) (Monotonicity) For any Q > 0, 0 < β' < β ⟹ Θ(β, Q) ⊆ Θ(β', Q).
(ii) (Continuity) For any Q > 0, β > 1/2 implies that the Fourier
coefficients are absolutely summable and the trigonometric series
f(x) = Σⱼ θⱼ φⱼ(x) defines a continuous function.
This bundles both parts of Proposition 3.12 from the textbook.
See prop_3_12_monotone for part (i) and prop_3_12_continuous for part (ii).