Difference between revisions of "2013 Canadian MO Problems/Problem 4"
Line 98: | Line 98: | ||
<math>\sum_{j=1}^{n}\left\lceil \frac{j}{r} \right\rceil=\frac{n(n+r)}{2r}</math> | <math>\sum_{j=1}^{n}\left\lceil \frac{j}{r} \right\rceil=\frac{n(n+r)}{2r}</math> | ||
− | + | Then <math>n</math> is not divisible by <math>r</math> then we add more ceiling terms to the expression. Likewise, when <math>r</math> is not a whole number and <math>r>1</math>, the sum is larger. | |
Therefore, | Therefore, | ||
<math>\sum_{j=1}^{n}\left\lceil \frac{j}{r} \right\rceil \ge \frac{n(n+r)}{2r}</math> | <math>\sum_{j=1}^{n}\left\lceil \frac{j}{r} \right\rceil \ge \frac{n(n+r)}{2r}</math> | ||
+ | |||
+ | Hence, | ||
+ | |||
+ | <math>\sum_{j=1}^n g_j(r) > \frac{r}{2}\left( \frac{n}{r} \right)\left( \frac{n}{r}+1 \right)+n\left( n- \frac{n}{r}\right)+\frac{n(n+r)}{2r}</math> | ||
Revision as of 17:44, 27 November 2023
Problem
Let be a positive integer. For any positive integer and positive real number , define where denotes the smallest integer greater than or equal to . Prove that for all positive real numbers .
Solution
First thing to note on both functions is the following:
and
Thus, we are going to look at two cases:\. When , and when which is the same as when
Case 1:
Since in the sum, then
, and the equality holds.
Likewise,
Since is integer we have:
, and the equality holds.
Thus for we have equality as:
Case:
Since , then
Therefore,
Since ,
Since , then
Therefore,
, which together with the equality case of proves the left side of the equation:
Now we look at :
Since , then
Therefore,
Since ,
When is a whole number and is divisible by we notice the following:
Then is not divisible by then we add more ceiling terms to the expression. Likewise, when is not a whole number and , the sum is larger.
Therefore,
Hence,
~Tomas Diaz. orders@tomasdiaz.com Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.