Let $ \epsilon $ >0. show that if $(a_n)_{n=1}$ and $(b_n)_{n=1}$ are eventually $\epsilon$-close sequences, then $(a_n)_{n=1}$ is bounded iff $(b_n)_{n=1}$ is bounded.
proof;
We can choose $M \geq 0$ such that $|a_i| \leq M$ for all $ i \geq 1$.
and we can choose $\epsilon > 0$ and $ N \geq 0$ such that $|a_n - b_n|< \epsilon$ for all n $\geq$N.
we have,
$|b_i| = |b_i - a_i + a_i| \leq |b_i-a_i| + |a_i| \leq \epsilon + M $
Hence $b_i$ is bounded. for all i $\geq$ 1.
Have i done good? or just terrible?