dirk_mec1 said:
if ||x||_p =1 then |x_i|^p \leq 1 which implies then that |x_i|^q \leq |x_i|^p for i = 1,...,k but then:
|x_1|^q +... + |x_k|^q \leq |x_1|^p +... + |x_k|^p
taking root at both sides
(|x_1|^q +... + |x_k|^q)^{1/p} \leq (|x_1|^p +... + |x_k|^p)^{1/p}
but the RHS is 1
(|x_1|^q +... + |x_k|^q)^{1/p} \leq 1
taking root at both sides
||x||_q^{1/p} \leq 1
OK so far.
This has an lower bound
||x||_q \leq ||x||_q^{1/p}
OK, here you're using the fact that if you take the right hand side to the ##p##'th power, then the result is smaller since ##\|x\|_q^{1/p} \leq 1##.
You can save a few steps if you avoid taking ##p##'th roots. If ##\|x\|_p = 1##, then ##|x_1|^p +... + |x_k|^p = 1##, so
$$|x_1|^q +... + |x_k|^q \leq |x_1|^p +... + |x_k|^p = 1$$
and therefore
$$\|x\|_q = (|x_1|^q +... + |x_k|^q)^{1/q} \leq 1 = \|x\|_p$$
Suppose the vector x has length A (in the p-norm) then we can adapt this to:
||x||_q \leq ||x||_p \cdot A^{1/q}
Is this correct?
No. If ##\|x\|_p = A##, then we can write ##x = Au## where ##\|u\|_p = 1##. Then:
$$\|x\|_q = \|Au\|_q = A\|u\|_q \leq ?$$
Now apply the result obtained above.
For the other inequality ##||x||_p \leq M ||x||_q##, I recommend that you once again start with the case ##\|x\|_p = 1##. In that case, you need to prove that there is some ##M## for which
$$\|x\|_q \geq \frac{1}{M}$$
The key idea here is that if ##\|x\|_p = 1##, it's not possible for ALL of the elements of ##x## to be small. Can you find a lower bound for ##\max |x_i|##?