How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
converges pointwise but not uniformly
Example
The function series
converges at every real , but it does not converge uniformly on and therefore does not converge uniformly on .
Facts & Assumptions
Given: The zero-based function series with .
If , then for every positive integer , (Finite sums of the sine harmonics).
If the partial sums of are bounded and is nonincreasing with limit zero, then converges (Dirichlet's test: if the partial sums of are bounded and is nonincreasing with , then converges).
Sine vanishes at every integer multiple of and has period (The zero sets of sine and cosine and the least positive common period 2 pi).
Uniform convergence of a function series is equivalent to the uniform Cauchy condition on every sufficiently late finite tail (A series of real-valued functions converges uniformly if and only if its tails are uniformly small).
For every real , there is a positive integer with (For every in a complete ordered field there is a natural with ).
Verification
If , every term is zero by [L3], so the series converges there.
If , [L1] bounds the partial sums of independently of the partial-sum index. The weights are positive, nonincreasing, and tend to zero by [L6], so [L2] proves convergence at this .
Let be a positive integer and put . For the indices through , the angles lie in , so [L5] gives , while . These terms have sum at least .
Steps 1.1 and 1.2 cover all real , so the series converges pointwise on .
Given any proposed uniform-Cauchy threshold , choose a positive . The tail from to lies beyond but has value at least at by step 1.3. Therefore [L4] fails for , and the series is not uniform on .
Pointwise convergence is step 2.1. Nonuniformity on is step 2.2, and uniform convergence on would restrict to uniform convergence on that interval, so the series is not uniform on .
Depends on
- Finite sums of the sine harmonics
- Dirichlet's test: if the partial sums of $\sum a_k$ are bounded and $(b_k)$ is nonincreasing with $b_k \to 0$, then $\sum a_k b_k$ converges
- A series of real-valued functions converges uniformly if and only if its tails are uniformly small
- Sine is positive and cosine is strictly decreasing on (0,2), with cos 2 at most -1/3
- The zero sets of sine and cosine and the least positive common period 2 pi
- For every $\varepsilon > 0$ in a complete ordered field there is a natural $n \ge 1$ with $1/n < \varepsilon$
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
43 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- NCSU MA 401 course text, Chapter 5, Example 5.18 (standard reference, not scraped)