5

I want to understand what it means for process to be random or for an object to have random properties.

Contrary to what I used to believe and to popular belief J Schmidhuber argues that true randomness is still a hypothesis.

So random appears to be related with information we do not know in advance either because it is too difficult to compute or is unavailable at that moment, but is not a property inherent to the process or object.

I've been searching for an explanation to this and so far I have found algorithmic randomness, which explains more formally what we mean by random sequence in mathematical terms and shows certain properties that we would like a random sequence to have, but as far as I can tell this is not related directly to real life randomness.

As a thought experiment suppose we have a 6-sided die which we have not yet physically measured. A roll might be appear to be random at first, but that is because we do not know enough about the die or the experiment itself (properties of the thrower and the environment it rolls in). I have not found an experiment where this is not the case.

Related question

mdewey
  • 17,806
Vyraj
  • 213
  • Do you meant that, with enough variables accounted for, we could determine with certainty how the die would land? I’m pretty sure this isn’t how quantum mechanics works, but even if it is, I’m not sure that it matters. The probability theorems about distributions and random variables are true. Even if the world could be predicted with certainty if we had enough variables, we won’t have them. However, the laws of probability and methods of statistics built on probability are useful. Remember George Box: “All models are wrong, but some are useful.” – Dave Apr 30 '20 at 04:15
  • Yes, I want to know the essence of what 'random variable' means in the real world and I ask for a counterexample to the 'given enough knowledge about an experiment there is not such thing as random' thought experiment. Since, in my view, if there is no such counterexample then no such thing as a random variable exists in the real world, only in mathematics. – Vyraj Apr 30 '20 at 04:32
  • My (granted, limited) understanding of quantum mechanics makes me think that QM is probabilistic. 2) Even if randomness if purely a mathematical idea, my main point is that it’s useful enough, similar to how you’d model a tire as a circle even though you know that Michelin didn’t manufacture an absolutely perfect circle. (You’d model the car compressing the tire and flattening the tire where it hits the road, but I mean a tire on its own.) I do think that randomness should bother us, though. If we have identical initial conditions and don’t get identical outcomes, what the heck, nature??
  • – Dave Apr 30 '20 at 04:38