A version of the pigeonhole principle is:
(1) If m objects are put in n boxes and n < m, then at least one box contains at least ceil(m/n) objects
An alternate (more generalized) version is:
(2) For a nonempty finite collection of integers (not necessarily distinct), the maximum value is at least the average value.
How do I prove (2) starting from (1)? Every description I have read leaves this as obvious but I can't seem to make the link so easily.