Assume that $P$ is a compact and convex set in $\mathbb{R}^N$. Then $x\in P$ is extremal point of $P$ s.t. $x=tv+(1-t)w$ for some $v,\ w\in P$ and some $t\in (0,1)$ implies $$ x=v=w$$
Problem : If $N=n^2$, define a compact and convex subset $P$ which is set of all $x$ : $$\sum_jx_{ij} =\sum_j x_{ji}=1 $$ and $$ x_{ij}\geq 0 $$ Then prove that set of all extremal point in $P$ is a set of all permutation matrices.
Proof : By considering a sphere of radius $\sqrt{n}$, note that all permutation matrices are extremal points.
However, I can not invest around a hyperplane $x_{ij}=0$. How can we prove this ?
Thank you in advance.
To prove other direction suppose you have extremal matrix which is not permutation! Think about a matrix which is not permutation matrix , in this matrix always you can find (at least )four entries say $a,b,c,d $ such that $ 0 <a,b,c,d <1 $ and $\min\{a,b,c,d\} = a$. Then try to rewrite this matrix in terms of mid point of two other matrices in $P$. This gives you a contradiction.
for example in $\Bbb R^{3 \times 3}$ we have
$$ \begin{bmatrix} 1 &0 &0 \\ 0& a &c \\ 0& b& d \end{bmatrix} = \frac{1}{2} \begin{bmatrix} 1 &0 &0 \\ 0& 0 & c+a \\ 0& b+a & d-a \end{bmatrix} + \frac{1}{2} \begin{bmatrix} 1 &0 &0 \\ 0& a +a &c-a \\ 0& b - a & d+a \end{bmatrix} $$
You can generalize this idea to $\Bbb R^{n \times n}$