I need to show using only the $\epsilon-N$ definition, that $a_n=\frac{n}{2}-\lfloor\frac{n}{2}\rfloor$ diverges.
So as much as I understand, I need to show that:
For all $L\in\mathbb{R}$, there exisits an $\epsilon$ such that for all $N\in \mathbb{N}$, there exists $n>N$ such that $|a_n-L|\geq \epsilon$.
This seems like total chaos. What epsilon do I choose? how do I express $n$ is terms of $N$?
What is $a_n$? Look carefully, then you will realize: $$ a_n = \begin{cases} \frac{1}2 & n \text{ is odd} \\ 0 & n \text{ is even}\end{cases} $$
Let $L$ be any real number. Then let $p = \min\{|L-0|,|L-\frac{1}{2}|\}$.
Now, if $p > 0$, then choose $\epsilon = \frac{p}{2}$, and note that for all $n \geq 1$, $|a_n - L| \geq p > \epsilon$. That is, given $N \in \mathbb{N}$, we take $M=N+1$, and note that $|a_M - L| > \epsilon$. Hence, the condition is satisfied for these $L$.
Now, suppose that $p=0$. Then $L$ is either $0$ or $\frac{1}{2}$.
Suppose that $L=0$. Note that for odd $m$, $|a_m-L| = \frac{1}{2}$. Just take $\epsilon = \frac{1}{4}$, and note that given $N \in \mathbb{N}$, we take the odd number just after $N$, say $M$, and note that $|a_M-L| = \frac{1}{2} >\epsilon$.
Suppose that $L=\frac{1}{2}$. Note that for even $m$, $|a_m-L| = \frac{1}{2}$. Just take $\epsilon = \frac{1}{4}$, and note that given $N \in \mathbb{N}$, we take the even number just after $N$, say $M$, and note that $|a_M-L| = \frac{1}{2} >\epsilon$.
Hence, for all $L$, we have found an $\epsilon > 0$, such that given $N \in \mathbb{N}$, there exists $M > N$ such that $|a_m - L| > \epsilon$. Hence, $a_n$ diverges.