Liste des Groupes | Revenir à s logic |
On 7/19/2025 4:00 PM, Alan Mackenzie wrote:Chat-boxes prove that reasoning with invalid presumptions lead to invalid conclusions.Mike Terry <news.dead.person.stones@darjeeling.plus.com> wrote:Now that chat bots have proven that they understand
>
[ .... ]
>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.
>
what I am saying I can rephrase my words to be more
clear.
I have been rude because I cannot interpret theWe see the invalid presumption in the input. There is no non-termination behaviour in the input. It completely depends on what HHH does. There is only non-termination behaviour when you prove that HHH does not abort, but starts an infinite recursion.
rebuttal to this statement as anything besides
a despicable lie for the sole purpose of sadistic
pleasure of gaslighting:
<input to chat bots>
typedef void (*ptr)();
int HHH(ptr P);
void DDD()
{
HHH(DDD);
return;
}
int main()
{
HHH(DDD);
DDD();
}
Termination Analyzer HHH simulates its input until
it detects a non-terminating behavior pattern. When
HHH detects such a pattern it aborts its simulation
and returns 0.
</input to chat bots>
Every chatbot figures out on its own that HHHYes, invalid presumptions lead to invalid conclusions, as this chatbox proves.
correctly rejects DDD as non-terminating because
the input to HHH(DDD) specifies recursive simulation.
Les messages affichés proviennent d'usenet.