I have trouble understanding the following proof:
Theorem: Every symmetric convex body in $\mathbb{R}^n$ is the closed unit ball of a norm on $\mathbb{R}^n$
Proof: Given a symmetric convex body $K$ in $\mathbb{R}^n$ we define its (so-called) Minkowski functional $$p_K(x) = \inf\{t>0, x\in tK\}$$ It is clear that $\{p_K(x)\leq 1\} = K$, so it remains to check that $p_K$ is a norm (exercise).
- In the definition of $p_K(x)$, there is $``x\in tK"$ - what's $tK$? The convex body scaled in all directions by a factor of $t\in\mathbb{R}$? Also what does $p_K(x)$ really mean intuitively?
- Why is $\{p_K(x)\leq 1\} = K$?
- To see that $p_K$ is a norm:
(i) Consider $p_K(x) = 0$. This means $\inf\{t>0, x\in tK\} = 0$. I need to show that $x=0$. This is a little weird, innit? Perhaps the definition of $p_K(x)$ should have been $p_K(x) = \inf\{t\geq0, x\in tK\}$?
(ii) To show $p(ax) = |a|p(x), a\in\mathbb{R}$: we must show $\inf\{t>0, ax\in tK\} = |a|\inf\{t>0, x\in tK\}$. Why does this hold?
(iii) Lastly we also need to show the triangle-inequality, i.e. $p(x) + p(y) \ge p(x+y), x,y\in\mathbb{R}^n$.
I'm not necessarily interested in a detailed solution (though that would help), some hints or pointers to get me started would suffice too!
First, if $x\in K$ then $x\in 1K$ so $\inf \{t>0 ; x\in tK\} \leqslant 1$, so $p_K(x) \leqslant 1$.
If $x\in \{p_K(x)\leq 1\}$, then there exists $t\leqslant 1$ such that $x\in tK$. So there exists $k\in K$ such that $x = tk = tk + (1-t)0$ and since $K$ is convex, we have that $x\in K$ ($0$ is in $K$ since $K$ is symmetric).
(i) $p_K(x) = 0$ means $\inf\{t>0, x\in tK\} = 0$, which means there exists a sequence $(t_n)$ of positive numbers such that $t_n \rightarrow 0$ and for all $n$, $x\in t_n K$. So for $n$, there exists $k_n \in K$ such that $x = t_n k_n$. As $K$ is compact (finite-dimension), we can extract $k_{\varphi (n)}$ which converges to $k$. Since $t_{\varphi (n)} \rightarrow 0$, we have $x = \lim t_n k = 0$.
(ii) To show $p(ax) = |a|p(x), a\in\mathbb{R}$: as you said, we must show $\inf\{t>0, ax\in tK\} = |a|\inf\{t>0, x\in tK\}$. It's true because $x\in tK$ also means $ax \in (at)K$.
(iii) For the triangle-inequality, remark that if $x = t_x k_x$ and $y= t_y k_y$, then after some work, we get $x+y = (t_x + t_y)k$ for some $k$. So $p_k (x+y) \leqslant t_x + t_y$. Then since this is true for all $t_x$ and $t_y$ such that $x\in t_x K$ and $y\in t_y K$, we can take the inf of the equation and we get the result.