State each of the following English sentences in symbols, as its final form, not containing $\lnot$.
(a): $f$ is not continuous at $a$
(b): The sequence $(a_n)_{n \in \mathbb{N}}$ approaches to $\infty$ as $n$ increases.
(c): $\lnot$(b)
Since i know that the formal definition of $f$ being continuos at $a$ is
$\forall \epsilon (\epsilon>0 \rightarrow \exists \delta (\delta>0 \land \forall x (|x-a|< \delta \rightarrow |f(x)-f(a)|<\epsilon)))$
My try is negating the whole statement by: $$\exists\epsilon(\epsilon>0 \land \forall\delta(\delta>0 \rightarrow \exists x(|x-a|<\delta \land |f(x)-f(a)| ))\geq\epsilon)$$ I'm not confident that this is equivalent to $f$ being discontinuous, because I can't come up with a graphical intuition it.
Likewise, if (b) is $$\forall M (M>0 \rightarrow \exists N_0 (N_0 \in \mathbb N \land (\forall n ((n \in N \land n>n_0)\rightarrow f(x)>M ))))$$
is $$\lnot(b) = \exists M(M>0 \land \forall N_0(N_0 \in N \rightarrow (\exists n ((n \in \mathbb N \land n>N_0)\land f(x)\le M))))$$ ?