Show that diagonal of a square is not a face

20 Views Asked by At

Let C be a convex set in $R^n$. We say that F is a face of C if the following condition holds: if $x_1, x_2 \in C$ and $(1-\lambda)x_1+\lambda x_2 \in F$ for some $0\lt \lambda \lt 1$ then $x_1, x_2 \in F$

Based on this definition, how can we show that a diagonal of a square $F_1=conv({(0,0),(1,1)}) $ is not a face?

1

There are 1 best solutions below

2
On BEST ANSWER

Take $x_1 = (0,1)$ and $x_2=(1,0)$. Then for $\lambda = .5$ we have $x_1, x_2 \not\in F$ but the combination is in $F$.