Difference between revisions of "2013 Canadian MO Problems/Problem 4"
Line 22: | Line 22: | ||
<math>f_j(1) =\min (j, n)+\min (j, n)=2j</math> | <math>f_j(1) =\min (j, n)+\min (j, n)=2j</math> | ||
− | <math>\sum_{j=1}^n f_j(1)=2\sum_{j=1}^n j =n^2+n</math> and the equality holds. | + | <math>\sum_{j=1}^n f_j(1)=2\sum_{j=1}^n j =n^2+n</math>, and the equality holds. |
Likewise, | Likewise, | ||
Line 30: | Line 30: | ||
Since <math>j</math> is integer we have: | Since <math>j</math> is integer we have: | ||
− | <math>\sum_{j=1}^n g_j(1)=2\sum_{j=1}^n \lceil j\rceil =2\sum_{j=1}^n j = n^2+n</math> | + | <math>\sum_{j=1}^n g_j(1)=2\sum_{j=1}^n \lceil j\rceil =2\sum_{j=1}^n j = n^2+n</math>, and the equality holds. |
+ | |||
+ | Thus for <math>r=1</math> we have equality as: | ||
+ | |||
+ | <math>\sum_{j=1}^n f_j(r) = n^2+n = \sum_{j=1}^n g_j(r)</math> | ||
+ | |||
+ | Case <math>r>1</math>: | ||
+ | |||
~Tomas Diaz. orders@tomasdiaz.com | ~Tomas Diaz. orders@tomasdiaz.com | ||
{{alternate solutions}} | {{alternate solutions}} |
Revision as of 16:50, 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 :
~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.