1. **Base Case: n=2**
For n=2, we need to show that:
1≤k<j≤2∑kxkxj≤32−1k=1∑2kxk
This simplifies to:
x1x2≤31(x1+2x2)
Since x1,x2∈[0,1], we have:
x1x2≤31(x1+2x2)
This inequality holds because x1x2≤x1 and x1x2≤x2, and thus:
x1x2≤31(x1+2x2)
2. Inductive Step:
Assume the statement is true for n=m, i.e.,
1≤k<j≤m∑kxkxj≤3m−1k=1∑mkxk
We need to show it holds for n=m+1.
Consider:
1≤k<j≤m+1∑kxkxj
This can be split as:
1≤k<j≤m+1∑kxkxj=1≤k<j≤m∑kxkxj+k=1∑mkxkxm+1
By the inductive hypothesis:
1≤k<j≤m∑kxkxj≤3m−1k=1∑mkxk
Now consider the second term:
k=1∑mkxkxm+1
Since xm+1∈[0,1], we have:
k=1∑mkxkxm+1≤xm+1k=1∑mkxk
Combining these, we get:
1≤k<j≤m+1∑kxkxj≤3m−1k=1∑mkxk+xm+1k=1∑mkxk
Factor out ∑k=1mkxk:
1≤k<j≤m+1∑kxkxj≤(3m−1+xm+1)k=1∑mkxk
Since xm+1≤1, we have:
3m−1+xm+1≤3m−1+1=3m+2
Therefore:
1≤k<j≤m+1∑kxkxj≤3m+2k=1∑mkxk
Notice that:
k=1∑m+1kxk=k=1∑mkxk+(m+1)xm+1
Thus:
1≤k<j≤m+1∑kxkxj≤3m+2(k=1∑mkxk+(m+1)xm+1)
Simplifying, we get:
1≤k<j≤m+1∑kxkxj≤3m+2k=1∑m+1kxk
This completes the inductive step.
■