I have a question.
I have to show that $$S1 = \{x \in \mathbb{R}^2 : x_1 \geq 0,x_2 \geq 0, x_1 + x_2 = 2\}$$
is a bounded set.
So I have to show that $\sqrt{x1^2+x2^2}
We can fill in $\sqrt{x_1^2 + (2-x_1)^2} = \sqrt{0^2 + (2-0)^2} = 2 < M = 3$. And we can fill in $\sqrt{x_1^2 + (2-x_1)^2} = \sqrt{2^2 + (2-2)^2}= 2 < M = 3$.
Every value between the 0 and the 2 that satisfy $x_1+x_2 = 2$ is smaller than this $M$. So the set is bounded.
Is this correct?