Let $f:[a,b]\rightarrow \mathbb{R}$ s.t $f(a)=0$. If $f$ is differentiable on $[a,b]$ and there exist $C \in \mathbb{R}$ s.t $|f'(x)| \leq C|f(x)|$ for all x $ \in [a,b]$, then $f(x)=0$ for all $x \in [a,b]$
My attempt:
|$f'(a)| \leq C|f(a)|=0\Rightarrow f'(a) = 0$
Let $\epsilon=\frac{1}{C}$, then there exist $\delta > 0$ s.t for all $x \in (a,b)$ if $x\in (a,a+\delta)$, then $\frac{|f(x)|}{x-a}<\frac{1}{C}$ thus $$|f'(x)|\leq C|f(x)|<|x-a|<\delta$$
I do not know what to do from here.
Edit: I could try to think about $f'(b)$: If $f'(b)>0$ or $f'(b)<0$, then find some contradiction.