Find infimum, supremum and max, min of a set if they exist

sequences-and-seriessummationsupremum-and-infimum

I need to find infimum, supremum and max, min of a set if they exist:$$E=\left\{1-\sum_{m=1}^{n}\frac{1}{4^m}\ : n\in \mathbb{N}\right\}$$
It seems that $\max E=\sup E=\frac{3}{4}$ and $\inf E=\frac{2}{3}$.

However, I am not sure if I can claim that $\min E=\frac{2}{3}$.

Intuitively, I'm certain that this set does not have a minimum value.

Best Answer

Consider the sequence $$a_n=1-\sum_{m=1}^n\frac{1}{4^m}$$ Note that $E=\{a_n\}_n$, where that sequence is strictly decreasing and bounded. Therefore you have a maximum (because its strictly decreasing) and an infimum with no minimum because if it ever reached the minimum (suppose it's reached by $a_{n_0}$), it contradicts the fact it is the minimum because the sequence is strictly decreasing.

Related Question