|
|
|
|
|
by chriswarbo
974 days ago
|
|
There's a difference between a TM/algorithm/etc. that computes a function, like BB(n) (for all Natural numbers n); versus computing a particular value, like BB(748). For comparison, there is no TM which computes the halting function halts(p) (for all programs p); but it's easy to compute particular values like halts("exit") or halts("while(true){}") |
|
Isn't that what "the function is not computable" is about?
Or is the thesis that the value of BB(748) can't be computed?