Re: Disproof of the Halting Problem's Conclusion
From: Peter Olcott (olcott_at_worldnet.att.net)
Date: 07/25/04
- Next message: Kent Paul Dolan: "Re: Can you find anything wrong with this solution to the Halting Problem?"
- Previous message: Isaac To: "Re: Disproof of the Halting Problem's Conclusion"
- In reply to: Chris Menzel: "Re: Disproof of the Halting Problem's Conclusion"
- Next in thread: Chris Menzel: "Re: Disproof of the Halting Problem's Conclusion"
- Reply: Chris Menzel: "Re: Disproof of the Halting Problem's Conclusion"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 25 Jul 2004 04:21:34 GMT
"Chris Menzel" <cmenzel@remove-this.tamu.edu> wrote in message news:slrncg68gf.5rf.cmenzel@philebus.tamu.edu...
> On Sat, 24 Jul 2004 13:54:56 GMT, Peter Olcott <olcott@worldnet.att.net> said:
> >
> > "Chris Menzel" <cmenzel@remove-this.tamu.edu> wrote in message
> > news:slrncg3s7d.5rf.cmenzel@philebus.tamu.edu...
> >> This is ill-defined rubbish. Turing's proof has nothing to do with
> >> results being returned to "the program being analyzed". If you
> >> understood the proof and the mathematics behind it, you'd see that this
> >> is so.
> >
> > Introduction to Formal Languages and Automata by Peter Lintz page 319.
>
> Ah, this would be the same text in which Lintz proves that the Halting
> Problem is unsolvable? Why is it you don't take *that* as
> authoritative?
//
// DO NOT CHOP THIS OUT
//
+-------------+
| |
v |
q(0)-------->q(y)------->q(a)-------->q(b)
|
|
+-------->(q(n))
> > The state transition from q(y) to q(a) has the same meaning as
> > returning the result of the halt analysis to its caller, since q(y) is
> > the result of the halting analysis, and q(a) is (equivalent to) the
> > caller.
>
> You've given no indication you have the slightest idea what a state
> transition is. And this passage is so full of undefined terms (q(y)?
> q(a)?) that it is meaningless.
It sure is meaningless when you chop out the definition of my terms.
I had to go back a search through all the messages to restore what
you chopped out. Perhaps you are unfamiliar with state transition
diagrams?
> That said, I won't go so far as to say that there is no programming
> language version of the Halting Problem on which it makes sense to talk
> about calling and callers. Maybe there is. The point, however, is
> that, for some reason, you've confused yourself into believing the
> following piece of utter nonsense:
That last statement was rhetoric rather than refutation, can't you stick
with more exacting terms? Do you have the emotional discipline to
refrain from emotion laden terms? After all it does nothing to prove
your case.
> > Like I have said many times, Turing did not prove that solving
> > the Halting Problem is impossible. All that he really showed
> > was one way that can not possibly work in every case.
>
> But you are completely, pathetically, provably wrong. Here is what
You are much better with rhetoric than you are with reasoning,
yet this is not the forum for rhetoric, this is the forum for reasoning.
Let's see how good your reasoning is. Rhetoric will never ever
cut it with me. Most often people resort to rhetoric when they
run out of reasoning, is that the case with you? If not then let's
cut the rhetoric and get back to the reasoning.
> Turing proved (have a look at that Lintz text): There is no Turing
> machine (alternatively, no program in a Turing complete programming
> language) that computes the halting function. Period. Note that says
> NOTHING about some particular *way* of solving it. You see that, don't
> you? Here's the proof: http://tinyurl.com/6ow6c . So you are OBVIOUSLY
> wrong. You have OBVIOUSLY not shown what you think you've shown. It
> is, alas, obvious to everyone but you.
Try to show your refutation in terms of this example
http://www.netaxs.com/people/nerp/automata/halting2.html
If this example (used for a college course on the subject) is
woefully inaccurate, try to show where and how and why it errs.
Since the state transition diagram version of the Halting Problem
is analogous to this version, I am estimating that both of these
two versions are accurate representations of the Halting Problem.
If not, then please enlighten me.
> -cm
>
- Next message: Kent Paul Dolan: "Re: Can you find anything wrong with this solution to the Halting Problem?"
- Previous message: Isaac To: "Re: Disproof of the Halting Problem's Conclusion"
- In reply to: Chris Menzel: "Re: Disproof of the Halting Problem's Conclusion"
- Next in thread: Chris Menzel: "Re: Disproof of the Halting Problem's Conclusion"
- Reply: Chris Menzel: "Re: Disproof of the Halting Problem's Conclusion"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|