14

Is the closure of the convex hull of some set $A\subseteq\mathbb R^d$ equal to the convex hull of the closure of $A$, i.e. $$\text{cl}(\text{conv}(A))=\text{conv}(\text{cl}(A))?$$

If not, what are the general relations between them?

Andy Teich
  • 1,565
  • How do you distinguish the first and last sets? – copper.hat Nov 05 '12 at 16:32
  • Well, $\text{conv}(A) \subset \overline{\text{conv}}(A)$, hence $\text{cl}(\text{conv}(A)) \subset \overline{\text{conv}}(A)$ and $\text{cl}(\text{conv}(A))$ is closed and convex, hence we must have $\text{cl}(\text{conv}(A)) = \overline{\text{conv}}(A)$. – copper.hat Nov 05 '12 at 16:37
  • conv(cl(A)) is neither of the sets you mentioned, which was the original question – mathmath8128 Jan 25 '17 at 05:15

2 Answers2

16

No.

Let $A = \{(x,e^{-x})\}_{x\geq 0} \cup \{(x,-e^{-x})\}_{x\geq 0}$. Then $A$ is closed, and $\mathrm{co} A = (\{0\}\times [-1,1]) \cup ((0,\infty)\times (-1,1))$, which is not closed (take $(x_n,y_n) = (1, 1-\frac{1}{n})$).

Hence $\mathrm{co} A = \mathrm{co} \overline{A} $ is strictly contained in $\overline{\mathrm{co}} A = [0,\infty)\times [-1,1]$.

If $A$ is compact, the result is true (using, eg, Carathéodory's theorem).

copper.hat
  • 172,524
  • Your example is one, where $conv(cl(A))$ is stritly contained in $cl(conv(A))$. Do you know an example, where we have $cl(conv(A))$ is strictly contained in $conv(cl(A))$? – Andy Teich Jun 11 '13 at 08:56
  • 1
    No. Since $A \subset \mathrm{co} A$, you have $\overline{A} \subset \overline{\mathrm{co}} A$. Since $\overline{\mathrm{co}} A$ is convex, we have $\mathrm{co} \overline{A} \subset \overline{\mathrm{co}} A$. – copper.hat Jun 11 '13 at 15:52
  • What if $\overline{A}$ is compact? – Tigran Saluev Apr 25 '16 at 08:51
  • 1
    @TigranSaluev: My previous comment shows that $\mathrm{co} \overline{A} \subset \overline{\mathrm{co}} A$ for any $A$. If $A$ is relatively compact, we have $\mathrm{co} \overline{A} = \overline{\mathrm{co}} \overline{A}$ and since $A \subset \overline{A}$ we have $\overline{\mathrm{co}} A \subset \overline{\mathrm{co}} \overline{A} = \mathrm{co} \overline{A}$ from which we have $\overline{\mathrm{co}} A = \mathrm{co} \overline{A}$. – copper.hat Apr 25 '16 at 15:14
  • In an infinite dimensions Banach space, is this true for compact set? That means, convex hull of a compact set is closed. Is this true? – A learner Nov 27 '21 at 15:36
  • @Alearner It is not true that the convex hull of a compact set is necessarily closed. https://math.stackexchange.com/a/2017145/27978 – copper.hat Nov 27 '21 at 19:30
9

Not necessarily. Let $$A=\Bigl\{(x,y) : y\geq {1\over 1+x^2}\Bigr\}$$ Then the closure of the convex hull is the closed upper half plane $\{(x,y) : y\geq 0\}$, but the convex hull of the closure is the open upper half plane $\{(x,y) : y > 0\}$.

  • Hi!, how can I prove that $B={(x,y): y>0}$ is the convex hull of $A$? Indeed, $B$ is convex set, but how can I prove that $B$ is the convex hull of $A$? –  Nov 15 '20 at 06:49
  • 1
    @Ramanujan If $(x,y)$ is any point in $B$ but not in $A$, it will lie on the straight line between $(-N,y)$ and $(N,y)$, where $N$ is chosen large enough so that the two points lie in $A$. – Per Erik Manne Nov 15 '20 at 08:10
  • Oh, I understand. Thank you! –  Nov 15 '20 at 08:16