Is this statement in terms of a convex function $f:R^n \to R$ correct?
If the function $f$ is convex, the global optimum can be find, by solving a equation system.
I would say yes, because the local optimum of an convex function is the global optimum. Could this statement be true or Am I wrong?
You need more than that - at least, you need to ensure that local optimum exists.
Consider $f(x) = e^x$. It is a strictly convex function $\Bbb R \mapsto \Bbb R$, yet it does not have a global minimum on $\Bbb R$.
The standard criterion "If $f$ is $C^2$, if Hessian is positive definite at a point $x$ and gradient is zero at $x$, then $x$ is a local minimum" indeed can yield a system of equations, but you need a $C^2$ function in the first place.