Show that the sup(S) where $S = \{\frac{(-1)^{n}}{n} : n \in \mathbb{N} \}$ is sup(S) = $\frac{1}{2}$
Attempt:
In order to show $\frac{1}{2}$ is the supremum I must show:
$$\forall \epsilon > 0, \exists s\in S \ such\ that \\ \frac{1}{2}-\epsilon < s < \frac{1}{2}$$
So from this statement what I gather is I have to find an 's' that would be a function of $\epsilon$.
My question is how do I find that s?
I think what I should do is given an element $s \in S$ is of the form $$\frac{(-1)^{n}}{n}$$
Just solve $$\frac{1}{2} - \epsilon = \frac{(-1)^{n}}{n}$$
But then in this expression there is no s. So am I solving for s or $\epsilon$?
You are mistaken in your characterization of the supremum. To show $\sup S=\frac12$, you must show two things:
For all $s\in S$, $s\le \frac12$. [This means $\frac12$ is an upper bound]
For all $\epsilon >0$, there exists $s\in S$ so $s>\frac12-\epsilon$. [This means there can be no smaller upper bounds].
Here are the proofs:
If $n$ is odd, then $(-1)^n/n<0<\frac12$. If $n$ is even, so $n\ge 2$, then $(-1)^n/n=1/n\le \frac12$.
Choose $s = \frac12\in S$. Then $s=\frac12>\frac12-\epsilon$.