What do you call a set of points with the following property?
For any point and any number $\epsilon$, you can find another point in the set that is less than $\epsilon$ away from the first point.
An example would be the rationals, because for any $\epsilon$ there is some positive rational number smaller than it, and you can just add that number to your point to get the required second point.
Thanks!