Problem:
If we denote real numbers as Cauchy sequences and:
$$[\{a_i\}]+[\{b_i\}] = [\{a_i+b_i\}] ; i∈ N$$
Show that "$+$" is well defined under real numbers.
My try:
Assume that:
$$
\begin{cases}
[\{a_i\}]=[\{a_i'\}]\\ \\
[\{b_i\}]=[\{b_i'\}]
\end{cases} (I)$$
We must show that: $$[\{a_i+b_i\}] = [\{a_i'+b_i'\}] $$
From LHS:
$$[\{a_i+b_i\}]=[\{a_i\}+\{b_i\}]$$ $$=[\{a_i\}]+[\{b_i\}]$$ From (I)$$[\{a_i\}]+[\{b_i\}]=[\{a_i'\}]+[\{b_i'\}]$$ $$=[\{a_i'\}+\{b_i'\}]$$ $$=[\{a_i'+b_i'\}]$$
Is that correct?
I also checked this link but I wanted to try another approach.