Drexel dragonThe Math ForumDonate to the Math Forum



Search All of the Math Forum:

Views expressed in these public forums are not endorsed by Drexel University or The Math Forum.


Math Forum » Discussions » sci.math.* » sci.math.independent

Topic: An uncomputable finite number.
Replies: 2   Last Post: Apr 5, 2012 10:16 AM

Advanced Search

Back to Topic List Back to Topic List Jump to Tree View Jump to Tree View   Messages: [ Previous | Next ]
Ben Bacarisse

Posts: 368
Registered: 7/4/07
Re: An uncomputable finite number.
Posted: Apr 5, 2012 10:00 AM
  Click to see the message monospaced in plain text Plain Text   Click to reply to this topic Reply

Graham Cooper <grahamcooper7@gmail.com> writes:
<snip>
> More accurately, there is no such thing as uncomputable.

No, that's less accurate. Very much less accurate, in fact.

> It's like a painter saying a shade is uncolorable.
>
> It's entirely trivial that a computer program that
> checks_a_function_whether_it_itself_halts and does the opposite could
> not co-exist with a halt function.


No idea what this means, but please don't explain. Your view of
mathematics is so bizarre that there's no chance we can exchange ideas.

<snip>
> LOOK! It's a Busy Beaver! A non-computable number sequence!
>
> function BB(n) {
> firstTM = get1stTM#ofSize(n)
> lastTM = getlastTM#ofSize(n)
> asymptote = 0
> while(true) {
> for (tm=firstTM, tm++, tm<=lastTM) {
> retval = Run1Cycle(tm)
> if !null(retval) {
> if (find('0',retval)=0) { //unary output
> if(retval>asymptote) {
> asymptote=retval
> display(asymptote)
> }
> }
> }
> }
> }
> }


No, that does not compute BB(n). For one thing, it does not terminate
for any input.

Also, the only meaning I can give to this pseudo code runs only one
cycle of each machine (there's something like a tm++ after every call to
RunCycle(tm)). I know what you probably wanted to write, but I'll stick
to commenting on what you do write.

There's a general rule on Usenet. People who've solved many of the big
problems of mathematics, made the muddled thinking "traditional"
mathematics clear and, generally, sorted it all out once and for all,
never seem to have any grasp of detail. The rest of us are slaves
detail. If only we could free ourselves from getting the details
right, maybe we too could soar to your heights.

<snip>
--
Ben.



Point your RSS reader here for a feed of the latest messages in this topic.

[Privacy Policy] [Terms of Use]

© Drexel University 1994-2013. All Rights Reserved.
The Math Forum is a research and educational enterprise of the Drexel University School of Education.