|
|
|
|
|
by yters
2273 days ago
|
|
enumerate all bitstrings of length 10. run them for N steps. if none terminate on the target bitstring of length 100, then we've eliminated the computation hypothesis for 10 bits and N runtime if we continue this approach and eliminate all the available storage and time available, then we eliminate the computation hypothesis altogether for our scenario |
|
A binary alphabet has 2^10 such strings. A decimal alphabet has 10^10 such strings.
So before you can make the assertion you've made you first have to answer two question:
1. How many symbols does your alphabet contain? 2. How did you choose that number?
Down that path you arrive the Linear speedup theorem. https://en.wikipedia.org/wiki/Linear_speedup_theorem