|
|
|
|
|
by nyrikki
692 days ago
|
|
A computable number is real number that can be computed to by a finite, terminating algorithm. x<y meets that definition because you can compare digits until one doesn't match. The same can be done for not equal, testing until there is a difference. Real real numbers are infinite precision. Showing that a number is not, not equal always requires you to normalize, truncate etc... No matter how many digits you test, there is an uncountable infinity of real numbers between you epsilon. That means you do not have a finite terminating algorithm. |
|
If x and y are the same number, then a Turing machine that compares the digits of x and y to determine whether x < y will never terminate. Doesn’t this mean that x < y is not decidable?