In connection with a problem I've asked I have noticed the inequality $$\left\lceil\frac{a+b}2\right\rceil \le \left\lceil\frac{a}2\right\rceil + \left\lceil\frac{b}2\right\rceil$$ for $a,b\in\mathbb Z$.
Unless I am missing something, we could prove in a similar way $$\left\lceil\frac{a_1+a_2+\dots+a_k}k\right\rceil \le \left\lceil\frac{a_1}k\right\rceil + \left\lceil\frac{a_2}k\right\rceil + \dots + \left\lceil\frac{a_k}k\right\rceil.$$ Again, only for integer values of $a_1,a_2,\dots,a_k$. EDIT: As the answerers pointed out, this is in fact true for real numbers, not only for integers.
Is there a simple proof for this inequality? (Ideally without considering too many separated cases.)
Can this inequality be strengthened in some way?
Note that by definition $\lceil x \rceil$ is the smallest integer $n$ such that $n \geq x$. Now in order to show that $$ \lceil \frac{a_1 + a_2 + \cdots + a_k}{k} \rceil \leq \lceil \frac{a_1}{k} \rceil + \lceil \frac{a_2}{k} \rceil + \cdots + \lceil \frac{a_k}{k} \rceil, $$ we merely have to show that $$ \frac{a_1 + a_2 + \cdots + a_k}{k} \leq \lceil \frac{a_1}{k} \rceil + \lceil \frac{a_2}{k} \rceil + \cdots + \lceil \frac{a_k}{k} \rceil, $$ since the RHS is an integer. But this is straightforward.