Proof of Uncomputability of Kolmogorov complexity
I was reading the page:
http://en.wikipedia.org/wiki/Kolmogorov_complexity
in particular the proof of why kolmogorov complexity is not computable.
Does anybody know why to encode n0 it takes log(n0) bits ? I'm
wondering because your programming language could represent numbers not
as regular numbers but as "1111" represents 4 and "111111" represents
6. Therefore you would need n0 space in the program to store n0 not
log(n0)... Basically the proof is assuming how n0 is stored.. is it
not ?
Thanks.
.
Relevant Pages
- Re: Starting Forth
... operating system / programming language. ... strongly influenced by the books Starting Forth and Thinking ... I did some proof reading when I was at university; ... It seems to me that Guy Macon is leaning hard against knowledge domain ... (comp.lang.forth) - Re: Graduating soon in Comp Sci. Need real world advice.
... Relying on the unit tests for the same purpose commits ... > unit tests are reading what the code does. ... Natural language can often summarize an algorithm much more readably ... than any programming language.) ... (comp.programming) - Re: Graduating soon in Comp Sci. Need real world advice.
... Relying on the unit tests for the same purpose commits ... > unit tests are reading what the code does. ... Natural language can often summarize an algorithm much more readably ... than any programming language.) ... (comp.lang.java.programmer) - Re: Embedded programming usually solo?
... > In principle, of course, code is self documenting. ... > computer has no problem in reading it, understanding it, and doing ... > of the programming language is not as good as the computer's, ... (comp.arch.embedded) - Re: Panu Raatikainens review of two of Chaitins books.
... >> in the first sentence. ... the asymptotic time complexity for the best program to ... >are usually given in the first few pages on Kolmogorov complexity ... (comp.theory) |
|