Let $X = \{x_1,\dotsc,x_n\} \subset \mathbb{R}^2$ be a finite set of points in the plane. No $3$ of them are collinear.
I am trying to think of ways to characterize the convex hull $\operatorname{conv}(X)$. Here is one particular attempt I'm intersted in:
- For every vector $v=(x,y)\in\mathbb{R}^2$, write $v^\perp=(-y,x)$.
- A pair of indices $1\leq i,j\leq n$ is a maximal pair if $\langle (x_j-x_i)^\perp,x_i\rangle=\max_k\{\langle (x_j-x_i)^\perp,x_k\rangle\}=:t_{i,j}$.
- Every maximal pair $i,j$ defines a halfplane $H_{i,j}=\{x\in\mathbb{R}^2\mid\langle (x_j-x_i)^\perp,x\rangle \leq t_{i,j}\}$. Clearly, $X \subset H_{i,j}$.
- Let $M$ be the set of maximal pairs. Define $D=\cap_{(i,j)\in M} H_{i,j}$.
Obviously, $D$ is a convex set containing $X$. So, $\operatorname{conv}(X)\subset D$.
Intuitively, it looks like we actually have $\operatorname{conv}(X)=D$. The idea is that the maximal pairs seem to correspond to the sides of the convex hull.
Is $\operatorname{conv}(X)=D$? If so, how can this be proved?