Suppose I have a vector $x \in \mathbb{R}^n$ such that $||x||_1=C$ for some $C \geq 0$ and suppose $x$ contains no negative entries i.e. $x_i \geq 0 \; \forall i$. Let's call $\mathcal{D}$ this set of vectors satisfying such conditions.
I am looking for a vector $x \in \mathcal{D}$ with maximum $l_2$ norm. I know that $||x||_{\infty}\leq ||x||_2 \leq ||x||_1$. I also know through convex optimization that the point $x=\frac{e}{n}$ with $e$ a all-ones vector, is the one of minimum $l_2$ norm. So, is that true to say that the vector of $\mathcal{D}$ with maximum $l_2$ norm is such that it has all components, but a single one equal to $C$, equal to $0$ ?
More generally, is that true to say that on $\mathcal{D}$, as $||x||_{\infty}$ increases, $||x||_2$ also increases ? In other words, if I take two vectors $x^{(0)}$ and $x^{(1)}$ belonging to $\mathcal{D}$ such that $||x^{(0)}||_\infty \leq ||x^{(1)}||_\infty$, does it imply $||x^{(0)}||_2 \leq ||x^{(1)}||_2$. I would appreciate an answer which holds for any $n$
Thanks, it would help me
Yes.
The answer to this is yes, and the following two facts will suffice.
Proof: Note that $$ \|y\|_2^2 - \|x\|_2^2 = \\ (x_{j-1} + t)^2 + (x_j - t)^2 - x_{j-1}^2 - x_j^2 =\\ 2x_{j-1}t + t^2 - 2x_j t + t^2 =\\ 2(x_{j-1} - x_j + t)t \geq 0. $$
This is a tricky proof to write out, but the intuition is clear if you try it out for a low-dimensional example.
Induction on the number of entries in $x$ and $y$ that fail to agree (with a base case of two such entries) will make the proof go nicely.
Now, the desired result:
Proof: Let $\tilde x$ be $x$ rearranged so that the entries of $x$ are in descending order, and let $\tilde y$ be similarly defined. There exists a sequence of vectors $y_0,\dots,y_k$ with $y_0 = \tilde x$ and $y_k = \tilde y$ satisfying the construction in Lemma 2. By Lemma 1, it follows that $$ \|x\|_2 = \|\tilde x\|_2 = \|y_0\|_2 \leq \|y_1\|_2 \leq \cdots \leq \|y_k\|_2 = \|\tilde y\|_2 = \|y\|_2 $$ as desired.