Suppose that $P$ is a set of $k>3$ points in $\mathbb{R}^2$. Let $\mathrm{Conv}(P)$ be the convex hull of $P$.
I think that the following claim is true (I know how to prove it geometrically) :
$\textbf{Claim}$: For any $p \in \mathrm{Int}(\mathrm{Conv}(P))$ there exist at least two distinct subsets $P',P''\subset P$ with 3 elements each, such that $p$ is in the convex hull of $P'$ and of $P''$ (i.e. $p \in \mathrm{Conv}(P')$ and $p \in \mathrm{Conv}(P'')$).
By "distinct subsets" I mean subsets that differ in at least one element.
I believe that this result is well-known. My questions are:
- What is the classic reference to this result? Is it a direct implication of another well-known result?
- Is this result generalizable? For example, is the claim still true if $P$ is a set with more than $n+1$ elements in $\mathbb{R}^n$ and $3$ in the claim is replaced with $n+1$?
Thanks.
I think your result follows from known properties of simplicial depth. The simplicial depth of a query point q with respect to a point set P is the number of simplices with vertices of P that contain q. (There are the different options of allowing q to be on the boundary or requiring it to be in the interior, but if you assume that the union of P and q is in general position, meaning no d+1 points are on a common hyperplane, where d is the dimension, thus does not matter).
It is now known that the simplicial depth of q is >0 whenever q is in the convex hull of P, and, in fact the depth can be bounded from below by n-d, where n is the number of points in P and d is the dimension. In particular, for d=2 and n>3, this is exactly your result.
There are several places, where a proof of thus can be found, here is a link to some nice lecture notes about bounds for simplicial depth.