Sequence $<x_n>$ is called eventually in $X$ if $\exists n_0\in \mathbb{N}$ such that $x_n\in X,\forall n\geq n_0$
Sequence $<x_n>$ is called frequently in $X$ if $\forall n_1\in \mathbb{N},\exists n\in \mathbb{N}$ such that $x_n\in X \,\text{and}\, n\geq n_1$
My lecture notes say eventually $\implies$ frequently because $\forall n_1\in \mathbb{N}\ni n_1\geq n_0,\exists n\in \mathbb{N}$ such that $x_n\in X \,\text{and}\, n\geq n_1$.
But this prove only works for $\forall n_1\geq n_0$ not $\forall n_1\in \mathbb{N}$. So how could this proof be enough?
Shouldn't the proof be eventually $\implies$ frequently because $\forall n_1\in \mathbb{N},\exists n\in \mathbb{N}\ni n\geq n_0$ such that $x_n\in X \,\text{and}\, n\geq n_1$.