Given a set of points $ P = \{p_0,p_1,...,p_m\} $ where $ p_i \in \mathbb{R}^n $ and $ m > n+1$ denote by $ \mathcal{C}(P)$ the convex hull of $P$ and by int $\mathcal{C}(P)$ the interior of the convex hull of $P$ (that is excluding the boundary).
Let some $ x \in $ int $\mathcal{C}(P)$. Show that there exists a convex combination of the elements of $P$ such that $ x = \sum_{i=1}^{m} \alpha _i p_i$ with no $\alpha_i = 0$.
I understand that in general convex combination means $ \alpha _i \geq 0$ but I want to prove this stricter result. How do I go about doing it?
The idea is this: Suppose there are different convex representations for $x$ where some of the $\alpha _i =0 $ but no particular $\alpha_i$ is zero in all of them. Then a convex combination of the convex representations will give me a new representation where none of the $\alpha_i$ are zero.
Can anyone give me any clues on how to go about showing that there will indeed exist
- A convex representation (I think applying Farkas' Lemma does this?)
- In fact many convex representations (Carathéodory's theorem? Since $ m > n + 1$?)
- A subset of these many convex representations where no particular $\alpha _i$ is zero all the time.