Compact convex set representation $K = \operatorname{cl} \operatorname{conv} \operatorname{exp} K$

90 Views Asked by At

I am reading a proof from https://www.fmf.uni-lj.si/~lavric/hug&weil.pdf (Theorem 1.5.4, page 39-40) and I don't understand few things.

  1. At the beginning they mention a farthest point $y_{x}$:

Since $K$ is compact, for each $x \in \mathbb{R}^{n}$ there exists a point $y_{x} \in K$ farthest away from $x$, i.e. a point with $$\Vert y_{x} - x \Vert = \max_{y \in K} \Vert y - x\Vert.$$

My question: Is this point $y_{x}$ unique?

  1. Second sentence:

The hyperplane $E$ through $y_{x}$ orthogonal to $y_{x} − x$ is then a supporting hyperplane of $K$ and we have $E \cap K = \{y_{x}\}$, hence $y_{x} \in \operatorname{exp} K$.

My question: Why $E$ supports $K$? I see this intuitively but I don't know how to show this. Is it a result from Support Theorem (1.4.5, page 32), because point $y_{x}$ is always from boundary of $K$? Why the intersection $E \cap K$ is equal to one point $y_{x}$? (How do we know indeed that $y_{x}$ is an exposed point? Is it always true?)

  1. (...) On $s$, we can find a point $z$ with $$\Vert x - z \Vert > \max_{y \in \hat{K}} \Vert y - z \Vert.$$

My question: Why do we want to find that point $z$? Why such construction of half-line $s$, cube $W$ and ball $B$ is good? I don't get the idea.

2

There are 2 best solutions below

2
On BEST ANSWER
  1. Indeed $y_x$ is not unique. Consider a ball around $x$. The definition of $\hat{K}$ is therefore indeed badly formulated.

  2. As $y_x - x$ is orthogonal to the hyperplane $E$, each other point on the hyperplane is further away from $x$ than $y_x$, and hence not in $K$.

  3. We want to find a contradiction to the existence of $x$ in $K \setminus \hat{K}$. The idea is to do this by finding a point $z$ in $\mathbb{R}^n$ that is further away from $x$ than from any point in $\hat{K}$, showing that $x$ should be in $\hat{K}$ after all. A ball around $z$ is precisely the set of points at at most a certain distance from $z$. If $\hat{K}$ lies inside of the ball around $z$, and $x$ outside, then $y_z \not\in \hat{K}$, contradicting the assumption. $s$ and $W$ are just used to construct this ball.

4
On

To your first question, the point is definitely not unique. Take for example $K$ as the unit circle and $x$ as the origin, then all the points in $K$ are at the same distance to $x$