Let $f: \mathbb{R} \to \mathbb{R}$ be a function such that $f(x) = f^{(4)}(x)$ with $f(0) = f’(0) = f’’(0) = f’’’(0) = 0.$ Prove $f(x) = 0$ for all $x \in \mathbb{R}$
My Attempts:
Suppose $x \in \mathbb{R}$. Note that $\displaystyle f'(0) = \lim_{x\to 0} \frac{f(x)-f(0)}{x-0} = \lim_{x\to 0} \frac{f(x)}{x} = \lim_{x\to 0} \frac{f'(x)}{1}=0$. (L'Hôpital's Rule was used in the second to last limit due to the form $\frac{0}{0}$). With this approach, I am not necessarily finding if $x = 0$ on the whole real line. This led me to a different approach:
Suppose $x \in [0,b]$. By Mean Value Theorem, there exists $c \in (0,b)$ so that $\displaystyle \frac{f(b)-f(0)}{b-0} = f'(c)$. This approach doesn't bring me anywhere either, even if I repeatedly use Mean Value Theorem. Any suggestions on how to proceed and conclude? (I am currently reading/finishing the chapter on Differentiation in baby Rudin.)
This gives a Taylor polynomial of 0, so it can't help much.
– ElfHog Feb 02 '18 at 01:47