Explain why the N in the definition of pointwise convergence is allowed to depend on x, and what goes wrong if we instead require N to be independent of x.
Think about your answer, then reveal below.
Model answer: Pointwise convergence asks, for each fixed x, whether fₙ(x) → f(x) as a sequence of real numbers. Since each x is treated independently, the rate of convergence can vary across x, so we need an N that is large enough for that particular x. Requiring N to be independent of x — to work simultaneously for all x — is exactly the definition of uniform convergence, a strictly stronger condition. In the xⁿ example, near x = 1 the sequence converges very slowly (you need a huge N to get xⁿ below any fixed ε), while near x = 0 it converges immediately. No single N can handle all x values at once, so the convergence is pointwise but not uniform.
The philosophical point: pointwise convergence is a statement about infinitely many sequences of numbers (one sequence per x), each converging in its own time. Uniform convergence is a statement about a single sequence of functions converging as a whole object. The gap between them is where continuity, integrability, and differentiability can break: operations that commute with limits for sequences of numbers may fail when functions converge only pointwise.