- #1
Ragnarok7
- 50
- 0
Prove that \(\displaystyle \lfloor nx \rfloor = \sum_{k=0}^{n-1}\lfloor x+k/n \rfloor\).
Note \(\displaystyle \lfloor x\rfloor\) means the greatest integer less than or equal to \(\displaystyle x\).
I proved the cases where n=2 and n=3 by writing \(\displaystyle x=\lfloor x\rfloor + \{x\}\), where \(\displaystyle \{x\}\) is the fractional part of \(\displaystyle x\), and then using cases where \(\displaystyle 0\leq \{x\}<\frac{1}{n}\), \(\displaystyle \frac{1}{n}\leq \{x\}<\frac{2}{n}\), \(\displaystyle \ldots\), \(\displaystyle \frac{n-1}{n}\leq\{x\}<1\). However, this is tedious and doesn't work in the general case. Does anyone have any suggestions for showing this? I don't see that induction will help.
Thank you!
Note \(\displaystyle \lfloor x\rfloor\) means the greatest integer less than or equal to \(\displaystyle x\).
I proved the cases where n=2 and n=3 by writing \(\displaystyle x=\lfloor x\rfloor + \{x\}\), where \(\displaystyle \{x\}\) is the fractional part of \(\displaystyle x\), and then using cases where \(\displaystyle 0\leq \{x\}<\frac{1}{n}\), \(\displaystyle \frac{1}{n}\leq \{x\}<\frac{2}{n}\), \(\displaystyle \ldots\), \(\displaystyle \frac{n-1}{n}\leq\{x\}<1\). However, this is tedious and doesn't work in the general case. Does anyone have any suggestions for showing this? I don't see that induction will help.
Thank you!