I have been tasked with finding both the supremum and infimum of the following set: $E := \{ \frac{x}{x + 1} : x \in (3,5)\}$.
I notice that the function $f:\mathbb{R}_{>0} \to \mathbb R$ is differentiable on $\mathbb R_{>0}$ with $f^\prime (x) = \frac{1}{(x+1)^2}$. Moreover the deriative $f^\prime (x)$ is positive on the closed interval $[3,5]$. So $f(3) \leq f(x)\leq f(5)$ for all $x \in [3,5]$
So clearly $\inf \{x \in \mathbb R : 3 \leq x \leq 5 \} = f(3)$ and $\sup \{ x \in \mathbb R : 3 \leq x \leq 5 \} = f(5)$. So for any $\varepsilon > 0$ there exists $x_1, x_2 \in [3,5]$ such that $f(x_1) > f(5) - \varepsilon $ and $f(x_2) < f(3) + \varepsilon $.
I am having a bit of trouble, rigorously showing that there are points $x^\prime_a, x^\prime_b \in (3,5)$ such that $f(x^\prime_a) > f(5) - \varepsilon$ and $f(x^\prime_b) < f(3) + \varepsilon $. Plus I am not convinced that this is most concise argument. So any improvements and/or suggestions are welcome