$$S_{1}=\{ (x_{1},x_{2}):x_{1}^2+x_{2}^2\leq 1 \}$$
I cant solve trying with an alpha value $\in[0,1]$ by two dummy vectors. Please can anyone tell me how to prove it is not convex set ?
what I tried is
Defined two vectors $$a=(a_{1},a_{2})\in S_{1}$$ so $$a_{1}^2+a_{2}^2\leq 1$$, $$b=(b_{1},b_{2})\in S_{1}$$ so $$b_{1}^2+b_{2}^2\leq1$$,
and tried to prove $$\alpha\begin{bmatrix} a_{1}\\a_{2} \end{bmatrix}+(1-\alpha)\begin{bmatrix} b_{1}\\b_{2} \end{bmatrix}\in S_{1} ? ?$$
it was so hard to me continuing this