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.
The non-compressibility of a sequence is a falsifiable claim.
All it takes is a single demonstration of successful compression.
Perhaps you could've compressed it had you kept running for just a second longer?
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.