Question
A lower bound for weighted sums of planar vectors under permutations
Original question: 3. Let $x_1,\ldots,x_n$ be $n>1$ real numbers satisfying $$A=\left|\sum_{i=1}^n x_i\right|\neq 0,\qquad B=\max_{1\le i<j\le n}|x_j-x_i|\neq 0.$$ Prove or disprove: for any $n$ vectors $\tilde a_1,\ldots,\tilde a_n\in \mathbb{R}^2$, there exists a permutation $(k_1,\ldots,k_n)$ of $\{1,\ldots,n\}$ such that $$\left|\sum_{i=1}^n x_k\tilde a_i\right|\ge \frac{AB}{2A+B}\max_{1\le i\le n}|\tilde a_i|,$$ where $|\cdot|$ denotes the standard Euclidean norm.
Expert Verified Solution
Key takeaway: This kind of inequality mixes combinatorics, geometry, and norm estimates. The first thing to check is whether the statement is dimensionally consistent and whether the permutation notation is being used correctly.
As written, the statement is not well-posed, because the expression
uses while the permutation is . It likely intends something like
Under that natural interpretation, the claim still needs careful checking, and it is not something one can accept automatically from the hypothesis alone.
What can be said immediately
Let
The factor
is positive and bounded above by both and . So the desired inequality is a lower bound of a nontrivial kind.
Why the statement is delicate
To prove it, one would need a rearrangement choice ensuring that the weighted vector sum aligns sufficiently well with the largest vector among the 's. That is a geometric matching problem, not a routine triangle-inequality estimate.
What to watch for
- If the weights are nearly equal, then is small and the bound becomes weak.
- If the vectors point in very different directions, the sum can cancel a lot.
- Any proof would have to use a nontrivial permutation argument, likely a pairing or extremal ordering method.
So, in its current form, the problem statement needs correction before a definitive proof or disproof can be given.
Pitfalls the pros know 👇 Be careful with indexing. The displayed sum contains even though a permutation is mentioned; that mismatch changes the meaning completely. Also, for vector inequalities, it is easy to assume a scalar-style rearrangement argument works unchanged, but direction matters in .
What if the problem changes? If the intended sum is , then changing the ambient space from to would usually make the same style of bound harder to prove. If all were collinear, the problem would collapse to a one-dimensional weighted rearrangement inequality.
Tags: rearrangement inequality, Euclidean norm, vector sum
FAQ
Is the vector inequality well-posed as written?
Not quite. The sum uses x_k while the permutation notation suggests indexed terms like x_{k_i}. The statement should be corrected before a rigorous proof can be given.
Why are permutation inequalities with vectors harder than scalar ones?
Because vector sums depend on direction as well as size. Even when the weights are fixed, cancellations between different directions can change the norm dramatically.