We know that the greatest common divisor (GCD) of a and b is generally denoted gcd$(a, b)$ or $(a,b)$. However in integral domains, the greatest common divisor is often not unique. So what does the notation "$(a,b)$" stand for in this case?
For example, look at the following equation (from here):
the GCD Distributive Law $ (ax,bx)=(a,b)x $
Is "$(a,b)$" an arbitrary gcd of a and b? If so, it is difficult to interpret the equal sign "$=$".
If "$(a,b)$" represents all the gcds of a and b, which means $(a,b)$ is a set, it is hard to interpret the multiplication “$(a,b)x$”.
So I am confused. Could anyone clarify this? Thanks!