0

Define $f\in C^{0}\left(\mathbb{R}\right)$ satisfying $f(f(x))=-x^3+\sin(x^2+\ln(1+\left|x\right| ))$. Prove that this equation has no continuous solution.

To figure out the proof, I thought like this:
If $f$ is monotonic we can conclude that $f(f(x))$ is monotonically increasing, which is contradictory to that $-x^3+\sin(x^2+\ln(1+\left|x\right|))$ can be strictly decreasing for sufficiently large or sufficiently small $x$.
So $f$ isn't monotonic. But I can't get more in this way.

Then I tried another way to solve this problem, that is to find contradiction when $x\rightarrow \infty$.
Given $f\in C^{0}\left(\mathbb{R}\right)$. I thought if $f(x)\rightarrow\infty$, we must have $x\rightarrow \infty$.
From the equation $\displaystyle\lim_{x\to +\infty}f(f(x))=-\infty$ and $\displaystyle\lim_{x\to -\infty}f(f(x))=+\infty$, we get $\displaystyle\lim_{x\to \infty}f(x)=\infty$. Then I thought we can claim that $\displaystyle\lim_{x\to -\infty}f(x)$ exists, and by discussing whether it equals $+\infty$ or $-\infty$ we can find contradiction.

Is there something wrong in my analysis?
And any other ideas to solve this problem?
I would appreciate it if you share your thoughts on this problem!

Chiquita
  • 2,930
  • Is there a reason that you label this general functional equation as differential equation (ODE)? Where are the derivatives? – Lutz Lehmann Nov 15 '18 at 12:05
  • Monotonic functions are a tiny subset of continuous functions, so I can't see how this will help.

  • Continuity is a property that happens at specific points, so this can't possibly hope to work. (Also, there's some very weird circular/backwards argument stuff going on).

  • – user3482749 Nov 15 '18 at 12:05
  • @LutzL sorry for that. I'll modify the post – Chiquita Nov 15 '18 at 12:12
  • @user3482749 I thought if $f\in C^{0}(\mathbb{R})$, $\lim_{x \to a} f(x) = \pm \infty$ for some $a \in \mathbb{R}$ cannot occur. That's where I use the continuity's property – Chiquita Nov 15 '18 at 13:00
  • 1
    Note that for $x\approx 0$ you have $f(f(x))=|x|+O(x^2)$. Thus $f$ has to be locally invertible for positive and negative $x$ separately and discontinuity might follow by arguments similar to Find a real function $f:\mathbb{R}\to\mathbb{R}$ such that $f(f(x)) = -x$? and linked posts. – Lutz Lehmann Nov 15 '18 at 14:17
  • @Zero What you said in your comment is correct. What you said in your question was not the same as that at all. – user3482749 Nov 15 '18 at 14:34
  • @LutzL How does that make $f$ locally invertible? Sorry, could you give me some hints about that? – Chiquita Nov 15 '18 at 15:08
  • @user3482749 Thanks for reminding me of that, I'll modify the post – Chiquita Nov 15 '18 at 15:10