Let $f:[0,\pi] \to \mathbb{R}$ be a twice differentiable function.
Show $f(x) \geq \sin(x) \forall x \in [0,\pi]$ if $f(0)=0$, $f'(0)=1$ and $f''(x)+f(x)\geq 0$ $\forall x \in [0,\pi]$.
I have tried making the taylor series.
Let $g(x) =f(x)-\sin(x)$. Then $g(x) =g(0)+g'(0) x +\frac{1}{2} g''(c) x^2=(f''(c)+\sin(c)) x^2/2 \geq (\sin(c)-f(c))x^2/2$
Thats all I can think of. Please help. Thank in advance.
EDIT: $\sin(x)$ is not unique since $e^x-1$ satisfies the condition too.
EDIT2: Conditions clarified.