Prove the $n$th Root Test: Suppose $x_k \geq 0$ for all $k\in\mathbb{N}$, and suppose $\sqrt[k]{x_k}\to L$ as $k\to\infty$. Then we have the following conclusions.
I only proved the first part, which states if $L>1$, then the series $\sum_{k=1}^{\infty}x_k$ must diverge. Here is how I did it:
Suppose $\sqrt[k]{x_k}\to L$ where $L>1$. Then, there exists $N\in\mathbb{N}$ such that for all $k \geq N$, $\sqrt[k]{x_k}>r$ where $1
r^N \\ x_{N+1} > &> r^{N+1} \\ &\vdots \\ x_{N+k} &> r^{N+k} \end{align*} which implies $\sum_{k=N}^{\infty}x_k > \sum_{k=N}^{\infty}r^k$. Since $\sum_{k=N}^{\infty}r^k$ is a geometric series with $r>1$, it must be divergent. Then by the comparison test, $\sum_{k=N}^{\infty}x_k$ must be also divergent. Thus, $\sum_{k=1}^{\infty}x_k = > \sum_{k=1}^{N-1}x_k+\sum_{k=N}^{\infty}x_k$ is divergent.