I'm not sure which of the following two notations is the correct one (or, are both correct?). I've seen both being used by different professors.
- $\forall \varepsilon > 0\ \exists \bar n \colon \forall n,m \geq \bar n \implies \|x_n - x_m\| < \varepsilon$
- $\forall \varepsilon > 0\ \exists \bar n \colon \forall n,m \geq \bar n,\ \|x_n - x_m\| < \varepsilon$
If I read the first one out loud it sounds kind of weird: "for all ... implies"?!
They are both correct. I suppose your doubts come from a misinterpretation of the first form indeed it should be spelled in the following way (in natural language)
The other form differs in the fact that it hides the implication because it uses a limited quantification, that is a quantification where you impose some restriction.
They are equivalent because generally every formula of the form $$\forall x \in A\ \varphi(x)$$ is actually a short hand for $$\forall x (x \in A \rightarrow \varphi(x))$$.