I think the problem here is in applying probabilistic inference to a deterministic event. There is no "probability" that the Fermat numbers are prime. Some of them are, and some aren't. You aren't choosing random numbers, but specific ones. Saying "x percent of the numbers in an interval are prime" is not the same thing as saying "any number in the interval has x chance of being prime" because the numbers are not randomly chosen.
While I do understand your position, whether something is random or not depends on how much information you've got and how much information you want to code for. Here, the information coded was the size of each number in the sequence and what was wanted was the portion of prime numbers up to that size. Note that if determinism and randomness were incompatible, you could no longer call dice throws random either.
Not true, dice throws are random because the same input can give different results. A function such as f(n) = 2^(2^n) is not random because a given n will always have the same result. It could be made random if n were a random variable, rather than a fixed variable, in which case the probability of f(N=n) being prime would depend upon the distribution chosen for the random variable as well as upon the function.
No, if you control the initial circumstances for the dice throw exactly, you will get the same result. The outcome is simply a result of newtonian mechanics acting on a specific initial condition. The reason we call dice throws random is because we do not specify the the totality of the conditions, but rather condition on a large collection of them. The same way, the outcome of a mathematical sequence can be called random because we do not a' priopi condition on what the outcome should be.
See my Reasoning under Uncertainty series for more on the nature of probability. Particularly clip 2b and 3 can be relevant. Note that the application here is a bit out there, but as I've argued, the principles used are the same as for more standard applications of statistics. Note also that since inductive reasoning is really used in mathematics as well, (there are several conjectures available), inductive reasoning happens even there.
I think the problem here is in applying probabilistic inference to a deterministic event. There is no "probability" that the Fermat numbers are prime. Some of them are, and some aren't. You aren't choosing random numbers, but specific ones. Saying "x percent of the numbers in an interval are prime" is not the same thing as saying "any number in the interval has x chance of being prime" because the numbers are not randomly chosen.
amaetk 4 years ago
While I do understand your position, whether something is random or not depends on how much information you've got and how much information you want to code for. Here, the information coded was the size of each number in the sequence and what was wanted was the portion of prime numbers up to that size. Note that if determinism and randomness were incompatible, you could no longer call dice throws random either.
trondreitan 4 years ago
Not true, dice throws are random because the same input can give different results. A function such as f(n) = 2^(2^n) is not random because a given n will always have the same result. It could be made random if n were a random variable, rather than a fixed variable, in which case the probability of f(N=n) being prime would depend upon the distribution chosen for the random variable as well as upon the function.
amaetk 4 years ago
No, if you control the initial circumstances for the dice throw exactly, you will get the same result. The outcome is simply a result of newtonian mechanics acting on a specific initial condition. The reason we call dice throws random is because we do not specify the the totality of the conditions, but rather condition on a large collection of them. The same way, the outcome of a mathematical sequence can be called random because we do not a' priopi condition on what the outcome should be.
trondreitan 4 years ago
See my Reasoning under Uncertainty series for more on the nature of probability. Particularly clip 2b and 3 can be relevant. Note that the application here is a bit out there, but as I've argued, the principles used are the same as for more standard applications of statistics. Note also that since inductive reasoning is really used in mathematics as well, (there are several conjectures available), inductive reasoning happens even there.
trondreitan 4 years ago