Could you please help give a hint to solve this problem in real analysis (uniform convergence)?

260 Views Asked by At

$(a)$ Show that every continuous function $f$ on $[a,b]$ is the uniform limit of polynomials of the form $p_n(x^3)$.

$(b)$ Describe the subspace of $C[-1,1]$ functions which are uniform limits of polynomials of the form $p_n(x^2)$.

Could you please give me hint to solve this problem?

2

There are 2 best solutions below

4
On BEST ANSWER

For part $a$ it is clear that the polynomials of the form $P(x^3)$ form a subalgebra of $C[a,b]$. It clearly contains all of the constant functions and it separates points (because for example the polynomial $x^3$ is injective). So by the Stone-Weierstrass theorem it is a dense subspace of $C([a,b])$

For part $b$ we obtain the even functions. Clearly if a sequence of even functions in $[-1,1]$ converges uniformly then it converges to an even function. It is also clear that if a sequence of polynomials converges to an even function then the sequence consisting on the same polynomials after removing the odd terms also converges uniformly to that function.

0
On

a) Using just Weierstrass: Because $f$ is continuous on $[a,b],$ $f(x^{1/3})$ is continuous on $[a^3,b^3].$ Hence there are polynomials $p_n(x) \to f(x^{1/3})$ uniformly on $[a^3,b^3].$ This implies $p_n(x^3) \to f(x)$ uniformly on $[a,b].$

b) $f$ is even on $[-1,1]$ iff $f$ is the uniform limit of functions of the form $p_n(x^2),$ where the $p_n$ are polynomials. Proof: $\implies:$ Suppose $f$ is even on $[-1,1].$ Then $f$ is the uniform limit of polynomials $q_n(x)$ on this interval. Because $f$ is even, $f(x) = (f(x)+f(-x))/2$ on $[-1,1].$ It follows that $f(x)$ is the uniform limit of $(q_n(x)+q_n(-x))/2$ on $[-1,1].$ Since each $(q_n(x)+q_n(-x))/2$ has the form $p_n(x^2),$ where $p_n$ is a polynomial, we're done. $\impliedby:$ This is the easy direction.