Given a positive sequence $x_1 , x_2 , ...$ such that $x_{m+n} \ge x_m + x_n \forall m,n \in N$
Prove that $\frac{x_n}{n} \to l $ where $l$ may be a number or infinity.
Here's my original approach:
It is easy to prove that $\displaystyle \frac{x_1}{1} \le \frac{x_2}{2} \le \frac{x_4}{4} \le ...$ so the sequence $\frac{x_{2^n}}{2^n}$ has a limit c (*) (i'm supposing $\frac{x_n}{n}$ is bounded). So it is sufficient to prove that for any fixed odd number d, the sequence $\frac{x_{d.2^n}}{d.2^n}$ has a limit c too.
Any number d can be represented as $\displaystyle d=2^{e_1} + 2^{e_2} + ... + 2^{e_k}$ So $\frac{x_{d.2^n}}{d.2^n} \ge \frac{x_{2^{e_1 + n}} + x_{2^{e_2 + n}} + ... + x_{2^{e_k + n}}}{d.2^n}$ It is easy to check that the right side of this ineq tends to c using (*).
Similarly, d can also be represented as $\displaystyle d+2^{f_1} + 2^{f_2} + ... + 2^{f_t} = 2^g$ so $\frac{x_{d.2^n}}{d.2^n} \le \frac{x_{2^{g+n}}-x_{2^{f_1+n}} - x_{2^{f_2+n}} - ... - x_{2^{f_t+n}}}{d.2^n} $. Again, from (*) one can check that the right side tends to c when n tends to infinity.
Thus the proof is complete. This proof looks suspicious, so I would be glad if someone can help me verify it. Thank you.
EDIT: The proof is wrong, as pointed out in one of the answer below.