Does there exist a continuously differentiable function $f:[1,5]\rightarrow\mathbb{R}$ such that $f(1)<0 , f(5)>3$ and $f'(x)\le e^{-f(x)}$ ?
My Attempt : If such $f$ exists the mean value theorem states: $\exists c \in(1,5) :$
$$f(5)-f(1)=f'(c)(5-1)$$
Now
$$f'(c)(5-1)\le 4e^{-f(c)}\implies f(5)-f(1)\le 4e^{-f(c)}$$
and
$$f(5)-f(1)>3$$
Therefore
$$3<4e^{-f(c)} \implies -f(c)>\ln(3/4)$$
$$\implies f(c)<-\ln(3/4)$$
This dosen't result in the nice contradiction I was searching for, does such a function exist?