ps. learn to post more respectfully.
Mike Terry <news.dead.person.stones@darjeeling.plus.com> wrote:
[ .... ]
ps. learn to post more respectfully.
You've hit the nail on the head, there. Peter Olcott doesn't show
respect here for anybody. Because of this he isn't shown any respect
back - he hasn't earned any. I don't think he understands the concept
of respect any more than he understands the concept of truth.
If he were to show repect, he'd repect knowledge, truth, and learning,
and strive to acquire these qualities. Instead he displays contempt for them. This is a large part of what makes him a crank. It is a large
part of what makes it such a waste of time trying to correct him,
something that you've sensibly given up.
On Sat, 19 Jul 2025 21:00:21 +0000, Alan Mackenzie wrote:
Mike Terry <news.dead.person.stones@darjeeling.plus.com> wrote:
[ .... ]
ps. learn to post more respectfully.
You've hit the nail on the head, there. Peter Olcott doesn't show
respect here for anybody. Because of this he isn't shown any respect
back - he hasn't earned any. I don't think he understands the concept
of respect any more than he understands the concept of truth.
If he were to show repect, he'd repect knowledge, truth, and learning,
and strive to acquire these qualities. Instead he displays contempt for
them. This is a large part of what makes him a crank. It is a large
part of what makes it such a waste of time trying to correct him,
something that you've sensibly given up.
Respect? You don't know the meaning of the word: you haven't shown me
respect by snipping " --- Flibble is correct" from the subject title of
this thread.
/Flibble
On 7/20/2025 6:13 AM, Richard Damon wrote:That is incorrect. The HHH called by DDD will hit the abort. (Of course
When you add to the input the actual definition of "Non-Halting", asThis is a whole other issue that I have addressed.
being that the exectuion of the program or its complete simulation will
NEVER halt, even if carried out to an unbounded number of steps, they
will give a different answer.
They figured out on their own that if DDD was correctly simulated by HHH
for an infinite number of steps that DDD would never stop running.
On 7/20/2025 10:47 AM, joes wrote:
Am Sun, 20 Jul 2025 09:30:08 -0500 schrieb olcott:
On 7/20/2025 6:13 AM, Richard Damon wrote:
When you add to the input the actual definition of "Non-Halting", asThis is a whole other issue that I have addressed.
being that the exectuion of the program or its complete simulation will >>>> NEVER halt, even if carried out to an unbounded number of steps, they
will give a different answer.
They figured out on their own that if DDD was correctly simulated by HHH >>> for an infinite number of steps that DDD would never stop running.
That is incorrect. The HHH called by DDD will hit the abort. (Of course
HHH can't simulate that since it aborts before instead of doing an
unlimited simulation.)
typedef void (*ptr)();
int HHH(ptr P);
void DDD()
{
HHH(DDD);
return;
}
int main()
{
HHH(DDD);
}
The HHH called by DDD simulated by HHH
cannot possibly reach its own abort.
<ChatGPT>
Misrepresentation of Input:
The standard proof assumes a decider
H(M,x) that determines whether machine
M halts on input x.
But this formulation is flawed, because:
Turing machines can only process finite
encodings (e.g. ⟨M⟩), not executable entities
like M.
So the valid formulation must be
H(⟨M⟩,x), where ⟨M⟩ is a string.
</ChatGPT>
The DDD() directly executed in main is not
in the domain of HHH.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (3 / 13) |
Uptime: | 06:56:26 |
Calls: | 10,388 |
Calls today: | 3 |
Files: | 14,061 |
Messages: | 6,416,819 |
Posted today: | 1 |