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?
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$.