Consider a non-neg r.v $X$ and fix a positive integer $n$, I am trying to show that a necessary and sufficient condition for the $n$th order expectation to exist is that $\sum_{i\in\mathbb{N}}i^{n-1}P(X\ge i)$ converges.
Attempt: We have a well established relation, $\sum_i P(X\ge i)\le EX < 1+\sum_iP(X \ge i)$, I am convinced this is used but i am unsure how to to incorporate $i^{n-1}$ . If we consider a partition of the real line given by $A_i=\{i-1\le X < i\}$ and then let choose $X_i=(i-1)I_{A_i}$ then the series is a discrete r.v. with $E(\sum_i X_i)=\sum iP(X\ge i)$ which is similar to the form we need it in. But im unsure where to go from here.
The quickest way is using Tonelli's theorem to show $$ \mathbb{E}X^n=n\int_0^\infty x^{n-1}\mathbb{P}(X\geq x)\,\mathrm{d}x\tag1 $$ and then sandwich using $\lfloor x\rfloor^{n-1}\leq x^{n-1}\leq 1+2^{n-1}\lfloor x\rfloor^{n-1}$.
Edit (without much measure theory)
If you know the formula $$ \mathbb{E}Y=\int_0^\infty\mathbb{P}(Y\geq y)\,\mathrm{d}y=\int_0^\infty\mathbb{P}(Y>y)\,\mathrm{d}y $$ for a nonnegative random variable $Y$ (some authors refer to this as Cavalieri's principle), then you can deduce (1) by $$ \mathbb{E}X^n=\int_0^\infty\mathbb{P}(X^n\geq y)\,\mathrm{d}y $$ and substituting $y=x^n$, $\mathrm{d}y=nx^{n-1}\,\mathrm{d}x$, noting $X^n\geq x^n\iff X\geq x$.