- #106
- 27,901
- 19,396
@sysprog if you then ask: what happens if I really choose a number from ##[0,1]## using a uniform distribution. Then my answer is that is physically impossible. The mathematics does not directly translate to a real-world selection process. To select a number in reality, you must have an algortithm. This introduces two constraints:
1) You can only choose from a predetermined countable set of numbers.
2) All numbers must be computable, which is countable subset of the reals.
Ultimately, this is just an example of mathematical processes being abstract and not necessarily something you can directly do: draw a circle, generate an infinite sine function, select a real number uniformly from an uncountable set. These are things you can only approximate in the real world.
1) You can only choose from a predetermined countable set of numbers.
2) All numbers must be computable, which is countable subset of the reals.
Ultimately, this is just an example of mathematical processes being abstract and not necessarily something you can directly do: draw a circle, generate an infinite sine function, select a real number uniformly from an uncountable set. These are things you can only approximate in the real world.