Let $X$ be a vector space. Two norms $\|\cdot\|,\|\cdot\|':X\to\mathbb{R}$ are equivalent, if there are constants $\alpha,\beta >0$, such that for all $x\in X$ holds:
$\alpha\|x\|\leq \|x\|'\leq \beta\|x\|$
Show that all norms on $\mathbb{R}$ are equivalent.
A detailed hint is given:
It is enough to show, that an arbitrary norm $\|\cdot\|'$ is equivalent to the Euclidean norm $\|\cdot\|$. [Why is that the case?]
Consider the set $M:=\{x\in\mathbb{R}:\|x\|'\leq 1\}$ and show, that it exists an $r\in (0,\infty)$, such that $M=[-r,r]$. It is possible to show, that $r\|x\|'=\|x\|$ for all $x\in\mathbb{R}$.
My first question is, why it is enough to show, that an arbitrary norm is equivalent to the Euclidean norm?
Then I want to follow the hint and find $r$ with $M=[-r,r]$, but I am stuck and do not know how to start here...
I would appreciate a hint to get me started.
Thanks in advance.
1) If you are given any two norms $\Vert\cdot \Vert_1,\Vert\cdot \Vert_2$ on $\mathbb R$ which are both equivalent to the Euclidean norm, they are also equivalent to each other. Just take your conditions for equivalence: If $$\alpha_1\leq\frac{\Vert\cdot \Vert_1}{\Vert\cdot \Vert}\leq \beta_1, $$ and $$\alpha_2\leq\frac{\Vert\cdot \Vert_2}{\Vert\cdot \Vert}\leq \beta_2,$$ then $$ \frac{\Vert\cdot\Vert_1}{\Vert\cdot\Vert_2}=\frac{\Vert\cdot\Vert_1\Vert\cdot\Vert}{\Vert\cdot\Vert_2\Vert\cdot\Vert}=\frac{\frac{\Vert\cdot\Vert_1}{\Vert\cdot\Vert}}{\frac{\Vert\cdot\Vert_2}{\Vert\cdot\Vert}}$$ and here you can use the two equations above to obtain your desired estimates. I'm of course cheating a little here but that's the heuristic behind it.
2) For finding your $r$ you can argue in the same way. Normalize one norm by the other. This is then bounded by a constant that you can take as your $r$. Can you proceed from here?
Before voting down, comment and give me the chance to improve the answer ;)