11

Let $\,f:[0,1] \to \mathbb{R}$ continuous. Show that:

If $$\int_0 ^1 x^k f(x)\, dx=0,$$ for all $k\in\mathbb N$, then $f\equiv 0$.

I know that it can be proved using Weierstrass Theorem, but I'd like to know whether it is possible to avoid using it?

  • I think you might be able to avoid using Weierstrass theorem by defining the function $\phi(t)=\int_0^1e^{itx}f(x)dx$ and then expand it using Taylor series at $0$ (the function is analytic by Taylor remainder formula) so your assumption imply that $\phi\equiv0$. Now using fourier inversion formula you get that $f\equiv0$. Although I am not sure about the details so you have to check them – omar Feb 12 '14 at 13:25
  • @omar Thank you, unfortunately I haven't (yet?) had a lesson about 'fourier inversion '. –  Feb 12 '14 at 13:37
  • I don't mean to be hostile here, but I honestly don't understand why people would refrain from using well-established results that are known to make wonders in simplifying computations. The worst is when instructors force students to compute limits without using L'Hôpital's. I see they do it in good faith (presumably, the solution without it is more complicated and hence more instructive for practice purposes), but I still disapprove of purposefully using inferior technology. My ironic answer would be: (1) Prove (or look up a proof of) Weierstrass's theorem. (2) Use it. ;-) – triple_sec Aug 06 '14 at 19:39

4 Answers4

9

Summary. In what follows, we show that, if $f(x_0)=2a>0$, for some $x_0\in [0,1]$, then $\int_0^1 f(x)\,M\mathrm{e}^{-M^2 x^2}dx>\pi a$, for sufficiently large $M$, and next approximate $M\mathrm{e}^{-M^2 x^2}$ by polynomials and obtain that for a suitable polynomial $p_N(x)$ approximating the power series of $M\mathrm{e}^{-M^2 x^2}$, we have that $\int_0^1 f(x)\,p_n(x)\,dx>\pi a/2$, which is a contradiction.

Proof. Assume that $f(x_0)\ne 0$, for some $x_0\in [0,1]$, and without loss of generality, that $f(x_0)>0$ and $x_0\in(0,1)$. Then there is an $\varepsilon>0$, such that: $$ x\in [x_0-\varepsilon,x_0+\varepsilon]\quad\Longrightarrow\quad f(x)\ge \frac{f(x_0)}{2}=a>0. $$ Now, take $h_M(x)=M\exp(-M^2x^2)$. Then $\int_{\mathbb R}h_M=\pi$, and for every $\delta>0$, $$ \lim_{M\to\infty} \int_{\lvert x\rvert>\delta}h_M(x)\,dx=0. $$ We have $$ \int_0^1 f(x)\,h_M(x-x_0)\,dx =\int_{x_0-\varepsilon}^{x_0+\varepsilon}f(x)\,h_M(x-x_0)\,dx+\int_{\lvert x-x_0\rvert>\varepsilon}f(x)\,h_M(x-x_0)\,dx. $$ Now $$ \int_{x_0-\varepsilon}^{x_0+\varepsilon}f(x)\,h_M(x-x_0)\,dx\ge a\int_{x_0-\varepsilon}^{x_0+\varepsilon}h_M(x-x_0)\,dx\to a\pi, $$ as $M\to \infty$, while $$ \int_{x_0-\varepsilon}^{x_0+\varepsilon}f(x)\,h_M(x-x_0)\,dx\ge \sup_{x\in []0,1]}|f(x)|\int_{|x|\ge \varepsilon}h(x)\,dx\to 0 $$ as $M\to \infty$. Therefore $$ \liminf_{M\to\infty}\int_0^1 f(x)\,h_M(x-x_0)\,dx\ge a\pi. $$ In particular, for some $M_0>0$, $$ \int_0^1 f(x)\,h_{M_0}(x-x_0)\,dx\ge \frac{a\pi}{2} $$ But $h_{M_0}(x-x_0)$ can be approximated in $[0,1]$ by polynomials. Simply using Taylor expansion we get $$ M_0\exp(-M^2_0x^2)=\sum_{n=0}^\infty \frac{-(1)^nM^{2n+1}_0x^{2n}}{n!} =\sum_{n=0}^N \frac{-(1)^nM^{2n+1}_0x^{2n}}{n!}+R_N(x), $$ where $$ \lvert R_N(x)\rvert=\frac{M^{2N+1}_0}{(N+1)!}\to 0, $$ as $N\to\infty$, that means $$ \lim_{N\to\infty}\sup_{x\in[0,1]} \lvert M_0\exp(-M^2_0x^2)-p_N(x)\rvert=0, $$ where $\displaystyle p_N(x)=\sum_{n=0}^N \frac{-(1)^nM^{2n+1}_0x^{2n}}{n!}$, and hence $$ \lim_{N\to\infty}\int_0^1 f(x)\,p_N(x)\,dx= \int_0^1 f(x)\,h_{M_0}(x-x_0)\,dx\ge \frac{a\pi}{2}, $$ which contradicts the fact that $\int_0^1 f(x)\,p(x)\,dx=0$, for every polynomial $p$.

Note. The idea above is based on the fact that, if $d_m(x)=M\mathrm{e}^{-M^2x^2}$ and $f$ continuous and bounded in $\mathbb R$, then
$$ \lim_{M\to\infty}\int_{\mathbb R}d_M(x) f(x)\,dx=f(0). $$

4

You could use the functional form of the Monotone Class Theorem. Let $\cal H$ be the collection of all bounded, Borel measurable functions $g$ so that $\int g(x) f(x)\, dx=0$. Then $\cal H$ is a monotone vector space.

Let $\cal K$ be the set of functions $\{x^k: k\in\mathbb{N}\}$. Then $\cal K$ is a multiplicative class contained in $\cal H$, so the Monotone Class Theorem says that $$b(\sigma({\cal K}))\subseteq {\cal H},$$ where $b(\sigma({\cal K}))$ is the space of all bounded functions measurable with respect to the $\sigma$-algebra generated by $\cal K$. Since $\cal K$ generates the Borel $\sigma$-algebra we deduce that $f\in{\cal H}$ and hence that $\int (f(x))^2\, dx=0$.

  • 1
    @JonathanY. Even the function $x$ by itself generates the Borel $\sigma$-algebra. –  Feb 12 '14 at 16:02
1

WLOG, suppose $f(x_0)>0$ for some $x_0\in(0,1)$. Since $f$ is continuous, there exists a small neighborhood of $x_0$, call $N(x_0)$, such that $f(x)>0$ for all $x\in N(x_0)$. Then we can always construct a small "pulse" $g(x)$ whose peak is around $x_0$, or $g(x)>0$ whenever $x\in N(x_0)$ and $|g(x)|<\varepsilon$ for some $\varepsilon$ otherwise. Then we can write $g(x)=\sum_{k=0}^na_kx^k+h(x)$ where $|h(x)|<\varepsilon$ whenever $x\in(0,1)$. Now consider $$\int_0^1g(x)f(x)dx=\sum_{k=0}^na_k\int_0^1x^kf(x)dx+\int_0^1h(x)f(x)dx=\sum_{k=0}^na_k\int_0^1x^kf(x)dx$$ The last equality holds by taking $\varepsilon\to0$ and hence $|h(x)|\to0$. On the other hand, $$\int_0^1g(x)f(x)dx=\int_{N(x_0)}g(x)f(x)dx+\int_{(0,1)\setminus N(x_0)}g(x)f(x)dx=\int_{N(x_0)}g(x)f(x)dx>0$$ The last equality holds also by letting $\varepsilon\to0$ and making $g(x)\to0$. Combine the results, $$\sum_{k=0}^na_k\int_0^1x^kf(x)dx>0$$ which contradicts the condition $\int_0^1x^kf(x)=0$ for all $k\in\mathbb N$.

Note that if $f(x_0)>0$ for $x_0=0$ or $x_0=1$, by continuity of $f$, we can find $x_0'\in(0,1)$ near $x_0$ such that $f(x_0')>0$, which follows the result above.

Shuchang
  • 9,988
0

Here's an idea: note that $\int_0^1 fg\,dx$ is an inner product on the functions from $[0,1]$, and that there is a polynomial $p$ such that $\int_0^1 |f - p|^2\,dx<\epsilon$ for each $\epsilon>0$. We may then state that $$ \int_0^1 |f(x)|^2\,dx \leq \sum_{k=0}^\infty \int_0^1 x^kf(x)\,dx = 0 $$ and hence come to the desired conclusion. However, I have yet to see a proof that such a polynomial $p$ exists for every $\epsilon>0$ that does not use the Weierstrass theorem.

Ben Grossmann
  • 234,171
  • 12
  • 184
  • 355
  • As I see it, OP asked for a proof that the polynomials contain a complete orthonormal sequence in $C[0,1]$, when by Weierstrass we know it contains a closed one. A priori, since $C[0,1]$ isn't complete with the $L^2$ norm, the two aren't equivalent: there exists the possibility of some proof of the former which neither necessitates nor proves the latter as well. – Jonathan Y. Feb 12 '14 at 13:16