Given
$$M = \left\{ \begin{pmatrix} x \\ y \end{pmatrix} \in \mathbb{R}^2: x^2+y^2 \leq 1\right\} $$
How can one prove that
$$\min \left\{ x+y:\begin{pmatrix} x \\ y \end{pmatrix} \in M \right\}$$
exists and calculate that?
I wasn't able to find anything on math stackexchange regarding this. To calculate the minimum, can't one just use parametrization of $\partial M$ which would lead to $0$?
The easiest way to solve this problem is to use geometry. On a plane, $M$ is a circle of radius $1$ with the center in $(0, 0)$. $x+y=const$ are the straight lines at $135°$; the 'lower' is the line, the smaller is $x+y$.
So you need to find the point where the 'lowest' line that intersects the circle of radius $1$ with the center in $(0, 0)$. This line will be tangent to the circle.
This point is $\left(-\frac{1}{\sqrt{2}}, -\frac{1}{\sqrt{2}}\right)$.
Does it make any sense at all? I can add a drawing, but it won't be a very good drawing :)