From C.E. Patrascu and M. Patrascu's "Computing Order Statistics in the Farey Sequence" there is a line:
{all fractions in [0, x) with denominator q} ←→ {reduced fractions with denominator d, for all d|q}
Note q is an integer, x is real.
What is the meaning of a double arrow between sets? I'm familiar with it as implication, but not in this context. It can't be equality, as the denominators are different. Does it mean the cardinalities are equal? If so, an explanation of that would also be appreciated, as it is not mentioned in the text.