The definition of gcd is provided below:
Let R be an principal ideal domain. Let a,b ∈ R. Then there is a greatest common divisor of a and b, that is, an element d that divides both a and b and such that if c divides both a and b, then c divides d. The element d is unique up to the equivalence relation ∼ (a ∼ b if a and b are associate).
Here, a ~ b means a|b and b|a which was proved to be an equivalence relation.
My question is what do they mean by "up to the equivalence relation ~"?
Thanks in advance.