Prove $\lim_{n\to\infty}\frac{1}{\sqrt[3]{n}}=0.$ using the defenition
Let $\epsilon>0$ be arbitrarily given. Then pick $N \in \mathbb{N}$ where $N>\frac{1}{\epsilon}$. If $n \geq N$ then we have that(little unsure about this line) $n\geq \sqrt[3]{n}\geq N> \frac{1}{\epsilon}$. This implies that $|\frac{1}{n}-0|=\frac{1}{n} \leq \frac{1}{\sqrt[3]{n}} \leq N < \epsilon$. Therefore by definition $\lim\frac{1}{\sqrt[3]{n}}=0$.
How do you conclude that $\sqrt[3]{n} \ge N$? The correct version is:
Fix $\varepsilon>0$ and define $N:=1/\varepsilon^3$. Then, for all $n\ge N$, it holds $$ \left|\frac{1}{\sqrt[3]{n}}-0\right|=\frac{1}{\sqrt[3]{n}} \le \frac{1}{\sqrt[3]{N}} \le \frac{1}{\sqrt[3]{1/\varepsilon^3}}=\varepsilon. $$