I am working on understanding problem 3.4.13 from Durrett's Probability Theory and Examples. I found a solution online that relies on the following relationship: $$ \sum\limits_{j=1}^n j^{2-\beta}\sim \frac{n^{3-\beta}}{3-\beta}. $$
I have no idea how you show something like this.
Could anyone give some help?
Thank you.
$\sum_{j=1}^n j^{2-\beta}$ is a Riemann sum for $\int_0^n x^{2-\beta} dx$, which is equal to the right side you have given. (Specifically it is the right hand sum with $h=1$.) You can then use the error estimate for the rectangle rule to prove that the difference is of lower order than $n^{3-\beta}$.