I am trying to prove that real numbers are commutative using the definition of real numbers as the equivalence class of Cauchy sequences of rational numbers.
The following is what I know and what I plan.
RTP If $x,y \in \Bbb R$, then $x+y = y+x$ and $xy = yx$.
My understanding is that if $x \in \Bbb R$ it means that $x$ is the equivalence class of the rational sequence $\{x_j\}$.
Since rationals are commutative, it's clear that $\{x_j+y_j\} \equiv \{y_j +x_j\}$ so I am planning to use this idea with multiplication as well.
Now this is my question.
Do I have to show not only the sequence which the terms are switched, but also all the equivalent sequences, as in
RTP If $\{x_j\} \equiv \{x'_j\}$ and $\{y_j\} \equiv \{y'_j\}$ then $\{x_j+y_j\} \equiv \{y'_j+x'_j\}$ and something analogous to this with multiplication ?
I know how to prove it, I just need advice if this part is actually necessary or if I am missing more.
You don't need the argument in the second box if you've already shown that addition and multiplication of Cauchy sequences is well-defined on equivalence classes. Once you've shown that, it suffices to work with any arbitrary choice of representatives. (Because the operations being well-defined on equivalences classes means precisely that you can pick any pair representatives, add them, and all the resulting sequences will be in the same equivalence class.)
I assume you showed addition and multiplication were well-defined when they were first introduced, so you probably don't need the second argument.