If we have two reals $r$ and $s$, the usual distance between them is the Euclidean distance $|r-s|$.
Are there other, "intuitive" and "natural" ways to compare how close two reals are to each other?
If we have two reals $r$ and $s$, the usual distance between them is the Euclidean distance $|r-s|$.
Are there other, "intuitive" and "natural" ways to compare how close two reals are to each other?
You could divide them by one another and see that if $|\frac{a}{b}|$ is close to 1 they are close to one another, one might however really rather want to consider $|\frac{a+1}{b+1}|$ to see that a very small or very big value means they are far apart
If the average of two numbers has a low euclidean distance to the numbers themselves they may be considered to be close to one another, one might want to consider the fraction given by taking the average of the numbers and dividing the average of the two respective distances from the average to the two numbers by it, this will be well defined unless both numbers are zero and will be close to 0 when the numbers are close to one another.
Otherwise just taking the difference between the two numbers should be closer to zero if they are close to one another
Can't think of more ways now but I'm sure there are some more