I was wondering why the maximization of $1/\|w\|$ is equivalent to minimizing the squared norm of $w$. Shouldn't it be equivalent to just minimizing the norm of $w$?
This is a very basic optimization question but I am having trouble seeing the intuition behind this concept.
Thanks in advance.
Since $x \mapsto x^2$ is a strictly increasing function on $[0,\infty)$, minimizing $\|w\|$ and minimizing $\|w\|^2$ will produce the same minimizers.
The same would be true for any strictly increasing function $\phi$ (on $[0,\infty)$), for example $\phi(x) = x^3+42$, but the square of the Euclidean norm is particularly amenable to simple calculations.