Find the supremum, infimum, maximum and minimum of this set:
$$E = \{\frac{2^p}{5^q}:{p \over q} \in (1,2)\text{ and } q > 0\} $$
My thoughts:
- there is no supremum because we can choose always greater $p$.
- therefore, there is no maximum
- the infimum is $0$ when q converges to $\infty$.
- no minimum, because between 0 and $E_n$ there's always a rational number according to the archimedes principle (or the density of the rationals). And of course, $0$ is not a term of $E$
Am I right? If not, please correct me.
Hint
For each $q$,
$$q<p<2q$$ because we want $\displaystyle \frac{p}{q}$ to be in the interval $(1,2)$. Thus,
$$p=2q-\epsilon$$
$\epsilon$ is a positive integer (Why?). Then
$$\frac{2^p}{5^q}=\frac{2^{2q-\epsilon}}{5^q}=\left(\frac{4}{5}\right)^q\left(\frac{1}{2}\right)^{\epsilon}$$.
You can conclude that this is less than $1$ (Why?). Hence your first conclusion may be faulty.
I think you should be able to make progress from here on.