EDIT: Stuck on a part of a problem for a Linear programming course. I want to show the unit disc is not a convex polytope and my strategy is to show that it has infinitely many extreme points.
How would you show that every point along the boundary of the unit disc
$$D:=\{x \in R^2| x_1^2+x_2^2 \leq 1 \}$$
is an extreme point perhaps using the definition:
$v$ (a point in $S$) is an extreme point of $S$ (a convex set) if there are no distinct points $x_1$ and $x_2 \in S$ such that:
$$v = \lambda x_1+ (1-\lambda)x_2$$ where $$0 \lt \lambda \lt 1$$
EDIT: What I've tried so far:
is trying to write a point $v$ along the boundary as an interior point with two distinct points in the set and there will be a contradiction showing one must lie outside the set.
$v = (x_0, y_0)$ As $v$ lies on the boundary: $x_0^2+y_0^2=1$.
Let $t, u \in D$ be two distinct elements. $t = (x_1, y_1), u = (x_2, y_2)$
Then if $v = \lambda t + (1-\lambda)u$ , where $0 \lt \lambda \lt 1$
or
$(x_0,y_0) = \lambda (x_1, y_1) + (1-\lambda) (x_2, y_2)$ where $0 \lt \lambda \lt 1$
$\implies [\lambda x_1 + (1-\lambda) x_2]^2 + [\lambda y_1 + (1-\lambda) y_2]^2 = 1$
Then I'm stuck on showing how this isn't possible if $0 \lt \lambda \lt 1$ proving that $v$ is in fact an extreme point and that this is the case for all boundary points and there are infinitely many of them.
Am I on the right track? What am I doing incorrectly