I was reading about Support Vector Machines and I found that it's equivalent to solve the problem of maximize this number:
$\frac{1}{\left \| w \right \|}$
with to minimize this number:
$\frac{1}{2}\left \| w \right \|^{2}$
I would like to appreciate any explanation of this fact.