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..
So we know that $1-\frac1n ≤1$, hence $1$ is an upper bound of A. To show that $1$ is actually the lowest upper bound, we assume that there is a lower one and lead that to a contradiction. If there is a lower upper bound than $1$, it must be lower than $1$ and hence we can write it as $1-\epsilon$ for a (possibly very small) $\epsilon >0$. But then we can choose $n \in \Bbb N$ with $n>\frac1\epsilon$ and we see $$1-\frac1n>1-\frac{1}{\frac1\epsilon}=1-\epsilon.$$ So $1-\epsilon$ can't be an upper bound, because we just found a term of the sequence which is greater. Hence we conclude that there can't be an upper bound of the form $1-\epsilon$ for $\epsilon >0$ and thus 1 is the lowest upper bound of $A$.