I have the sequence:
$A = \{ 1 - \frac{1}{n} | n \in \mathbb{N}\}$
I need to find the surpremum with correct mathmatical notation. I got some help from my math instructor, i thought i understood it, but some of the steps i don't understand. I'll make the steps and write when the logic fails for me.
First let's find an upper bound:
$1 - \frac{1}{n} \leq 1$
Check of it is the lowest upper bound:
pick and epsilon $\forall \epsilon > 0 $ or: $1 - \epsilon$
Now comes the step i don't understand. He said: $\exists n \in \mathbb{N} \space | \space 1 - \epsilon < 1 - \frac{1}{n} \leq 1$
This part i don't understand. Why should $1- \epsilon < 1 - \frac{1}{n} $? then it is not in the sequence.. Shouldn't we only check it is smaller than 1, and still be inside the sequence?
the last steps he did was:
$\Rightarrow n > \frac{1}{\epsilon}$
For $n > \frac{1}{\epsilon}$:
$1 - \epsilon < 1 - \frac{1}{n} \leq 1$
and then this should be the conclusion.. But i'm not sure what we just concluded.
I would very much appreciate your perspective..