12m∑k=12mf(k)k>23. \large\dfrac1{2^m} \sum_{k=1}^{2^m} \dfrac{f(k)} k > \dfrac23. 2m1k=1∑2mkf(k)>32.
Let f(n)f(n)f(n) be the greatest odd divisor of nnn. Prove that for all positive integers mmm, the inequality above holds true.
Note by Yash Saxena 5 years, 6 months ago
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
_italics_
**bold**
__bold__
- bulleted- list
1. numbered2. list
paragraph 1paragraph 2
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
This is a quote
# I indented these lines # 4 spaces, and now they show # up as a code block. print "hello world"
\(
\)
\[
\]
2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Induct on mmm; this is obvious for m=1m = 1m=1. Assume this is true for m=Mm = Mm=M, and we will prove this for m=M+1m = M+1m=M+1.
Note that f(k)=f(2k)f(k) = f(2k)f(k)=f(2k) and f(2k−1)=2k−1f(2k-1) = 2k-1f(2k−1)=2k−1. Thus,
12M+1∑k=12M+1f(k)k=12M+1∑k=12M(f(2k−1)2k−1+f(2k)2k)=12M+1∑k=12M(2k−12k−1+f(k)2k)=12M+1∑k=12M(1+12⋅f(k)k)=12M+1∑k=12M1+12M+1∑k=12M12⋅f(k)k=12M+1⋅2M+12M+2∑k=12Mf(k)k>12+14⋅23=23\begin{aligned} \frac{1}{2^{M+1}} \sum_{k=1}^{2^{M+1}} \frac{f(k)}{k} &= \frac{1}{2^{M+1}} \sum_{k=1}^{2^M} \left( \frac{f(2k-1)}{2k-1} + \frac{f(2k)}{2k} \right) \\ &= \frac{1}{2^{M+1}} \sum_{k=1}^{2^M} \left( \frac{2k-1}{2k-1} + \frac{f(k)}{2k} \right) \\ &= \frac{1}{2^{M+1}} \sum_{k=1}^{2^M} \left( 1 + \frac{1}{2} \cdot \frac{f(k)}{k} \right) \\ &= \frac{1}{2^{M+1}} \sum_{k=1}^{2^M} 1 + \frac{1}{2^{M+1}} \sum_{k=1}^{2^M} \frac{1}{2} \cdot \frac{f(k)}{k} \\ &= \frac{1}{2^{M+1}} \cdot 2^M + \frac{1}{2^{M+2}} \sum_{k=1}^{2^M} \frac{f(k)}{k} \\ &> \frac{1}{2} + \frac{1}{4} \cdot \frac{2}{3} \\ &= \frac{2}{3} \end{aligned}2M+11k=1∑2M+1kf(k)=2M+11k=1∑2M(2k−1f(2k−1)+2kf(2k))=2M+11k=1∑2M(2k−12k−1+2kf(k))=2M+11k=1∑2M(1+21⋅kf(k))=2M+11k=1∑2M1+2M+11k=1∑2M21⋅kf(k)=2M+11⋅2M+2M+21k=1∑2Mkf(k)>21+41⋅32=32
In the first equality, we unroll the summation so we're summing two terms at a time. The second equality uses the aforementioned facts f(k)=f(2k)f(k) = f(2k)f(k)=f(2k) and f(2k−1)=2k−1f(2k-1) = 2k-1f(2k−1)=2k−1. The rest should be fairly straightforward; the inequality invokes the inductive hypothesis.
This completes the proof for m=M+1m = M+1m=M+1, and thus finishes the proof by induction.
Log in to reply
Was writing up a proof, but your method is surely more elegant. Well done!
Problem Loading...
Note Loading...
Set Loading...
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Induct on m; this is obvious for m=1. Assume this is true for m=M, and we will prove this for m=M+1.
Note that f(k)=f(2k) and f(2k−1)=2k−1. Thus,
2M+11k=1∑2M+1kf(k)=2M+11k=1∑2M(2k−1f(2k−1)+2kf(2k))=2M+11k=1∑2M(2k−12k−1+2kf(k))=2M+11k=1∑2M(1+21⋅kf(k))=2M+11k=1∑2M1+2M+11k=1∑2M21⋅kf(k)=2M+11⋅2M+2M+21k=1∑2Mkf(k)>21+41⋅32=32
In the first equality, we unroll the summation so we're summing two terms at a time. The second equality uses the aforementioned facts f(k)=f(2k) and f(2k−1)=2k−1. The rest should be fairly straightforward; the inequality invokes the inductive hypothesis.
This completes the proof for m=M+1, and thus finishes the proof by induction.
Log in to reply
Was writing up a proof, but your method is surely more elegant. Well done!