Show that the standard polyhedron defined by $S=\{\mathbf x \in \mathbb R^n:\mathbf A \mathbf x=\mathbf b,\mathbf x \ge \mathbf 0\} \ne \emptyset $ has at least one extreme point and the set of its extreme points is a finite set.
I know that we need to find $\mathbf x \in S$ such that $$\forall \mathbf A,\mathbf B \in S, \forall \lambda \in (0,1):\mathbf x= \lambda \mathbf A+(1-\lambda)\mathbf B \implies \mathbf A=\mathbf B$$
And that shows that the set has at least one extreme point, I can find such $\mathbf x$ but unfortunately it depends on $\mathbf A$ and so it does not work for arbitrary $\mathbf A,\mathbf B \in S$.
I've seen the theorem in many sources, but could not find any proof of that.
We prove the result in two steps. First, we show that if the column vectors of $A$ associated with positive elements of $x$ are linearly independent, $x$ is an extreme point. Second, we use this result to show that there exists an extreme point.
Let $x=(x_1,\ldots,x_r,0,\ldots,0)$ with $x_i>0$ and let $a^1,\ldots,a^r$ be the corresponding column vectors of $A$ Assume that $a^1,\ldots,a^r$ are linearly independent. We show that $x$ is an extreme point.
Case 1: $r=0$. In this case $x=0$. Let $y,z\in S$ and $0=x=\lambda y + (1-\lambda) z$ with $\lambda \in (0,1)$. As $y,z \geq 0$, it follows directly $x=y=z=0$.
Case 2: $r>0$. It holds $\sum\limits_{i=1}^ra^ix_i=b$. Let $y,z\in S$ and $x=\lambda y + (1-\lambda) z$ with $\lambda \in (0,1)$. As $y,z \geq 0$, it follows $y_i=z_i=0$ for $i>r$. Moreover, as $y,z \in S$ we have $Ay=Az=b$, it follows $$A(y-z)=\sum_{i=1}^r a^i(y_i-z_i)=0.$$ As $a^1,\ldots,a^r$ are linearly independent, it follows $y=z$. Thus, $x$ is an extreme point.
Now the second step. Define by $r(x)$ the number of positive entries $x_i>0$ in $x \in S$. Define $z\in S$ by $r(z)=\min\{r(x):x\in S\}$. We show that $z$ is an extreme point. If $r(z)=0$, then $z=0$. Thus, an extreme point. Assume that $r(z)>0$. We show that $a^1,\ldots, a^{r(z)}$ are linearly independent. Assume to the contrary $a^1,\ldots, a^{r(z)}$ is linearly dependent. Then there exists $d_1,\ldots,d_{r(z)}\neq 0$ such that $$\sum_{i=1}^{r(z)}a^i d_i =0.$$ Define $$\mu:=\min\{\frac{z_i}{|d_i|}:d_i\neq 0\}=\frac{z_k}{|d_k|}>0$$ for some $k$. Without loss assume $d_k>0$. Define $$d=(d_1,\ldots,d_{r(z)},0,\ldots,0) \in \mathbb{R}^n$$ and $y=z-\mu d$. Due to $Ad=0$, it follows, $Ay=Az-\mu Ad =Az =b$. Therefore, $y\in S$. It holds, $$y_i=z_i-\frac{z_k}{d_k}d_i\geq 0$$ by definition of $\mu$. Moreover it holds, $$y_k=z_k-\frac{z_k}{d_k}d_k=0.$$ Thus, $r(y)<r(z)$, which is a contradiction. Thus, $a^1,\ldots, a^{r(z)}$ are linearly independent and $z$ an extreme point.