Difference between revisions of "2013 Canadian MO Problems/Problem 4"
Line 52: | Line 52: | ||
Since <math>\left\lfloor \frac{n}{r} \right\rfloor \le \frac{n}{r}</math>, | Since <math>\left\lfloor \frac{n}{r} \right\rfloor \le \frac{n}{r}</math>, | ||
+ | |||
+ | <math>\sum_{j=1}^n f_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^2+n}{2r}</math> | ||
<math>\sum_{j=1}^n f_j(r) < n^2 \left( \frac{1}{2r}+1-\frac{1}{r}+ \frac{1}{2r}\right)+\left( \frac{1}{2} +\frac{1}{2r}\right)n</math> | <math>\sum_{j=1}^n f_j(r) < n^2 \left( \frac{1}{2r}+1-\frac{1}{r}+ \frac{1}{2r}\right)+\left( \frac{1}{2} +\frac{1}{2r}\right)n</math> | ||
− | |||
− | |||
<math>\sum_{j=1}^n f_j(r) < n^2 +\left( \frac{1}{2} +\frac{1}{2r}\right)n</math> | <math>\sum_{j=1}^n f_j(r) < n^2 +\left( \frac{1}{2} +\frac{1}{2r}\right)n</math> | ||
Line 108: | Line 108: | ||
<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> | <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> | ||
+ | <math>\sum_{j=1}^n g_j(r) > n^2 \left( \frac{1}{2r}+1-\frac{1}{r}+ \frac{1}{2r}\right)+\left( \frac{1}{2} +\frac{r}{2r}\right)n</math> | ||
+ | |||
+ | <math>\sum_{j=1}^n g_j(r) > n^2+\left( \frac{1}{2} +\frac{1}{2r}\right)n</math> | ||
+ | |||
+ | <math>\sum_{j=1}^n g_j(r) > n^2+n</math> which together with the case where <math>r=1</math>, we have: | ||
+ | <math>\sum_{j=1}^n g_j(r) /ge n^2+\left( \frac{1}{2} +\frac{1}{2r}\right)n</math> | ||
+ | and together with <math>f_j(r)</math> we have: | ||
+ | \sum_{j=1}^n f_j(r)\leq n^2+n\leq \sum_{j=1}^n g_j(r) | ||
~Tomas Diaz. orders@tomasdiaz.com | ~Tomas Diaz. orders@tomasdiaz.com | ||
{{alternate solutions}} | {{alternate solutions}} |
Revision as of 18:49, 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,
which together with the case where
, we have:
and together with we have:
\sum_{j=1}^n f_j(r)\leq n^2+n\leq \sum_{j=1}^n g_j(r)
~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.