I'm trying to prove that the function $f:\mathbb{R}\to \mathbb{R}$, $$ f(x) = |x|^p \quad ,\quad p \geq 1$$ is convex. By using the definition of a convex function and simplifying a bit, I arrived in the following inequality $$ |a+b|^p \leq |a|^p+|b|^p $$ where a and b are real numbers.
If I can prove that this holds, then $f$ is convex. However, I'm a bit lost here. I'm aware of the triangle inequality, but that only proves it for $p=1$. Is there such thing as a triangle inequality to the power of $p$? If not, any other suggestions would appreciated.