How do I maximize $||x||_q$ subject to $||x||_p = 1$? Are there any useful inequalities I could consider? I know that if $0 < p < q$, then $||x||_p \ge ||x||_q$, so $||x||_q \le 1$. This is attainable with $x = (1, 0, 0, ..., 0)$ so that is the maximum.
If $p = q$, then it is obviously just $1$.
The other case is $q < p$ in which case $||x||_q \ge ||x||_p = 1$. But, well, I don't know how to show it must be $\le 1$ as well. Perhaps there are some other inequalities I could use to obtain an upper bound?