Show that the set $$ S := \left\{ (x_1,x_2) : x_1^2+x_2^2 < 1 \right\} $$ does not have any extreme point.
For the sake of contradiction, assume $z$ is an extreme point in $S$, so for some $A,B\in S$ and $\mu \in (0,1)$ if $z= \mu A+(1-\mu)B$ then this implies that $A=B$,on the other hand:
$$\color{blue}{\mu^2(a_1^2+a_2^2)+(1-\mu)^2(b_1^2+b_2^2)+2\mu(1-\mu)(a_1b_1+a_2b_2)}$$$$=z_1^2+z_2^2<1$$
And $$2\mu(1-\mu)(a_1b_1+a_2b_2)\le\color{blue}{\mu^2(a_1^2+a_2^2)+(1-\mu)^2(b_1^2+b_2^2)+2\mu(1-\mu)(a_1b_1+a_2b_2)}$$
Which implies that $a_1b_1+a_2b_2<\frac{1}{2\mu(1-\mu)}\tag{I}$
On the other hand from $A,B \in S$ we have that $$(a_1+b_1)^2+(a_2+b_2)^2-2(a_1b_1+a_2b_2)<2\tag{II}$$
Combining $(\text{I})$ and $(\text{II})$ shows that $$$$ $$(a_1+b_1)^2+(a_2+b_2)^2<2+\frac{1}{\mu(1-\mu)}$$
From there I was going to show that $(a_1+b_1)^2+(a_2+b_2)^2 \le 0$
and so $a_1 \ne b_1$ and $a_2 \ne b_2$ which shows that $A \ne B $ and that contradicts the assumption,but as it's clear $2+\frac{1}{\mu(1-\mu)}\le 0$ does not have any solution in $(0,1)$, so how to prove the cliam?