2

Does there exist continuously differentiable function $f:\mathbb{R}\longrightarrow\mathbb{R}$ such that for all $x\in \mathbb{R},\,\,f(x)>0$ and, $f'(x)=(f\circ f)(x)$?

I see this question in the book "Putnam and Beyond". I think it's solution is wrong. Let's solve this problem.

Answer given in the book:

The monotonicity and the positivity of $f$ imply that $f (f (x)) > f (0)$ for all $x$. Thus $f (0)$ is a lower bound for $f'$. Integrating the inequality $f (0) < f'(x)$ we obtain $$ f(x)<f(0)+f(0)x=(x+1)f(0) $$

But then for $x ≤ −1$, we would have $f (x) ≤ 0$, contradicting the hypothesis that $f (x) > 0$ for all $x$. We conclude that such a function does not exist.

Ramand
  • 943

1 Answers1

3

The book is right on this: Note first that $g'(x)<h'(x)$ does NOT imply $g(x)<h(x)$. Just consider $g(x)=\log x$ and $h(x)=2\log(x)$ on the interval $(0,1)$ as an example. And this is actually the point here.


Let me try to put it differently: We know that $f'(x)>f(0)$ so that $f'(x)-f(0)$ must be strictly positive. Thus since $$ H(x)=f(x)-(x+1)f(0) $$ is a function having derivative $H'(x)=f'(x)-f(0)>0$ it must be strictly increasing. Since $H(0)=0$ this implies $H(x)$ to be negative for $x<0$. Thus $H(-1)<0$ but this means $$ H(-1)=f(-1)<0 $$ which is a contradiction.


The book should have stated explicitly that $f(x)<(x+1)f(0)$ is true only for $x<0$, though.

String
  • 18,838