Hacker News new | ask | show | jobs
by yters 2271 days ago
Even if our mind were computational, we could detect if the universe was not.
1 comments

Not really. You are still in the paradigm of computation.

Detecting anything is signal processing.

And if I am wrong about this - all the better! It is exactly the right kind of wrongness we need to progress science.

Let's say I have a computer that can only store 10 bits worth of information, but generates 100 bits of information. Then obviously the information cannot entirely originate in the computer.
Sure it can. Compression. Kolmogorov complexity.

I don't need to 'store' the infinite set of natural numbers - that would require infinite space (memory).

But I can describe the infinite set in a single line of Python. Nat = lambda x=0: Nat(x+1)

It's just a space-time tradeoff.

If the sequence isn't compressible, then you can eliminate that possibility.
You can never determine this with 100% certainty - that is what we have falsification for.

The non-compressibility of a sequence is a falsifiable claim.

All it takes is a single demonstration of successful compression.

for limited runtime you can