Background
The following is a paraphrasing of E. B. Vinberg's A Course of Algebra, page 129, discussing the construction of quotient fields.
Let $A$ be an integral domain. Consider the set of pairs $(a,b)$ where $a,b \in A, b\neq0$. Define an equivalence relation [on this set of pairs] by the following rule: $$(a_1,b_1) \sim (a_2,b_2) \overset{\text{def}}{\Longleftrightarrow} a_1b_2=a_2b_1.$$
The above definition is reasonable. I also understand this statement, $(3.34)$,
The above definition implies that $$(a,b) \sim (ac,bc) \tag{3.34}$$ for any $c\neq0$.
Now next comes the part that is unclear to me. Especially the equality marked by $(*)$; the asterisk is not present in the book.
On the other hand, any equivalence $(a_1,b_1) \sim (a_2,b_2)$ is a corollary of equivalences of the form $(3.34)$, as the following chain of equivalences demostrates: $$(a_1,b_1) \sim (a_1b_2,b_1b_2) \overset{(*)}{=} (a_2b_1,b_1b_2) \sim (a_2,b_2).$$ (We first multiplied both entries in $(a_1,b_1)$ by $b_2$ and then cancelled $b_1$ in both entries of the resulting pair.)
The emphasis is also added by me.
Question
As I understand the passage, we are trying to show that we can prove any equivalence $(a_1,b_1) \sim (a_2,b_2)$ by using some other equivalence of the type $(3.34)$. It is clear to me why $(a_1,b_1) \sim (a_1b_2,b_1b_2)$ and $(a_2b_1,b_1b_2) \sim (a_2,b_2)$ hold, as they directly use relationship $(3.34)$ and multiplication commutativity in $A$.
However, I fail to understand the equality denoted by $(*)$: $(a_1b_2,b_1b_2) \overset{(*)}{=} (a_2b_1,b_1b_2)$. It is supposed to be an equality of ordered pairs. That is, $(*)$ is true by definition iff $a_1b_2 = a_2b_1 \land b_1b_2 = b_1b_2$. The latter part of the conjunction is clear but the first half $a_1b_2 = a_2b_1$ is equivalent to our definition of $(a_1,b_1) \sim (a_2,b_2)$. Yet this is what we wish to show (cf. corollary), and hence one cannot assume $(a_1,b_1) \sim (a_2,b_2)$ is true when it is exactly what we are trying to demonstrate.
Q: How does $(a_1b_2,b_1b_2) \overset{(*)}{=} (a_2b_1,b_1b_2)$ when $(a_1,b_1) \sim (a_2,b_2)$ is not yet known? Wherein does my misunderstanding lie?