Definition of convergent sequence: $$\forall \varepsilon >0, \exists N \in \mathbb R: \forall n \in \mathbb N \ (n \ge N \implies d(x_n,x) < \varepsilon)$$
I found the negation to be: $$\exists \varepsilon > 0, \forall N \in \mathbb R: \exists n \in \mathbb N \ (n \ge N \land d(x_n, x) \ge \varepsilon)$$
However, I am having trouble understanding what is meant by $(n \ge N \land d(x_n, x) \ge \varepsilon)$. Specifically, the conjunction part. ($\land$)
What does it mean when we say ($n \ge N$ and $d(x_n, x) \ge \varepsilon$)?
Say it aloud.
"There is some n where n is greater than N and the distance from $x_n$ to $x$ is greater than epsilon."
Even though N may be large, there is some $x_n$ has moved away from the proposed limit point by more than a minimal amount.