txy
- 15
- 0
Homework Statement
Given n real numbers x_1, x_2, \dotsb , x_n which satisfy 0 \leq x_1 \leq x_2 \leq \dotsb \leq x_n,
show that
\frac{x_1 + x_2 + \dotsb + x_k}{x_1 + x_2 + \dotsb + x_n} \leq \frac{k}{n}, \forall 1 \leq k \leq n.
Homework Equations
The Attempt at a Solution
If x_1 = x_2 = \dotsb = x_n, then
\frac{x_1 + x_2 + \dotsb + x_k}{x_1 + x_2 + \dotsb + x_n} = \frac{k(x_1)}{n(x_1)} = \frac{k}{n}.
If they are not all equal, suppose x_1 \neq x_2, then everything except x_1 would be strictly positive. Then I don't know how to continue. I can't seem to get a nice inequality coming out.
Edit: I just realized that by moving the terms around in the above inequality, I get
\frac{x_1 + x_2 + \dotsb + x_k}{k} \leq \frac{x_1 + x_2 + \dotsb + x_n}{n}
This is like saying that the mean of a set of numbers increases when even bigger numbers are added to the set. This seems intuitive enough, but I haven't figured out how to prove this.
Last edited: