I am trying to find and prove the supremum and infimum for each of the sets $$A = \bigcap_{n=1}^{\infty} \, \Big(1-\frac{1}{n}, \, 1+\frac{1}{n}\Big), \hspace{5mm} B = \{x \in \mathbb{R} \, : \, x^3 < 8\}$$ For $A$, I think the $\sup A =\inf A=1$, but I am not sure how to prove it.
For B, I think the supremum is $\sup B = 8^{1/3} = 2$, and it is not bounded below, but I am unsure how to prove them again. Could someone help me out on the proofs? Thanks in advance!
Try to attack the definitions of supremum and infimum. I will do it for $A$, you should try the same for $B$.
First, observe that $1 \in \left( 1 - \dfrac{1}{n}, 1 + \dfrac{1}{n} \right)$ for every $n \in \mathbb{N}$. Therefore, $1 \in A$. Also, for any $\delta > 0$, we can have an $n_0 \in \mathbb{N}$ such that $n_0 \delta > 1$ or $\dfrac{1}{n_0} < \delta$. Hence, for any $\delta > 0$, there is some $n_0$ such that $1 \pm \delta \notin \left( 1 - \dfrac{1}{n}, 1 + \dfrac{1}{n} \right)$. Hence, $A = \left\lbrace 1 \right\rbrace$.
Clearly, $1$ is both an upper bound and a lower bound for $A$. To prove that it is supremum, we will need to prove that any number smaller than $1$ is not an upper bound. Therefore, consider $\epsilon > 0$. As discussed, $1 - \epsilon \notin A$ and $1 > 1 - \epsilon$. Therefore, $1 - \epsilon$ is not an upper bound for $A$ so that $1$ is its supremum.
Similarly for infimum, $1 + \epsilon \notin A$ and $1 < 1 + \epsilon$ so that any number strictly bigger than $1$ is not a lower bound. Hence, $1$ is also the infimum.
To prove for $B$, a hint is that $2$ is an upper bound since $2^3 = 8$ and $x^3$ is increasing.