Is $\max \left (\frac{2}{\Vert w \Vert} \right )$ the same as $\min(\Vert w \Vert)$?

89 Views Asked by At

I was reading this article on support vector machines (SVMs), which claims

$$\max \left (\frac{2}{\Vert w \Vert } \right) = \min(\Vert w \Vert)$$

How can that possible be? What happened to $2$? Even one teacher claimed the same

enter image description here

1

There are 1 best solutions below

5
On BEST ANSWER

Let $0 < a < b$. Note that

$$\underset{x \in [a,b]}{\operatorname{argmax}} \frac2x = a = \underset{x \in [a,b]}{\operatorname{argmin}} x$$ even though

$$\frac2a = \underset{x \in [a,b]}{\max} \frac2x \color{blue}{\neq} \underset{x \in [a,b]}{\min} x = a$$