We work in the metric space $(\mathbb{R}, d_E)$ where $d_E$ is the usual (euclidian) metric.
In a certain proof, there is stated:
$ \forall p,q \in \mathbb{N}:\quad(p < q \implies |a_p - a_q| \leq 2^{-p}$) hence $(a_n)_n$ is a cauchy sequence.
How does this follow? Is this the reasoning?
My attempt:
Let $\epsilon > 0$ and choose $p$ such that $2^{-p} < \epsilon$. Then, for $m,n > p$, we have:
$$|a_m - a_n| = |a_m - a_{p} + a_{p} - a_n| \leq |a_m - a_{p}| + |a_n - a_{p}| = 2^{-p} + 2^{-p} = 2.2^{-p} < 2 \epsilon$$
hence the sequence is cauchy.
Let $\epsilon > 0$ be given, and choose $p$ such that $2^{-p} < \epsilon$. Then for $n, m \geq N$ where $N > p$, we have \begin{align*} |a_m - a_n| = |a_m - a_p + a_p - a_n| \leq |a_m - a_p| + |a_p - a_n| \leq 2 \cdot 2^p < 2 \epsilon. \end{align*}