| Liste des Groupes | Revenir à theory |
On 10/16/2025 4:21 AM, Mikko wrote:On 2025-10-15 12:30:12 +0000, olcott said:>
On 10/15/2025 4:15 AM, Mikko wrote:On 2025-10-15 02:17:50 +0000, olcott said:>
>5. In short>
>
The halting problem as usually formalized is syntactically
consistent only because it pretends that U(p) is well-defined for
every p.
The halting problem does not pretend anything about U(p). It does not
even mention U(p).
It semantically entails U(p)
A problem does not entail anything, semantically or otherwise.
The words "ptoblem" and "entail" are semantically incompatible.
It requires every decider H to report on the behavior
of UTM(p). When p calls H then the behavior of UTM(p)
is outside of the domain of H.
No, it does not. But a decider that does not answer as required
by the halting problem is not a nalting decider.
When in fact they are not, thus a break from reality.
That does not make sense. What "they" and what they are not?
The halting problem stipulates that they are in the
same domain. Correct semantic entailment proves that
they are not.
The halting problem does not stipulate. It asks for a method to
answer all questions that ask about a Turing machine and an
input that can be given to it whether the Turing machine halts.
HHH(DD)==0 and HHH1(DD)==1 proves this when the ultimate
measure of the behavior that the input specifies is
the simulation of its input by its decider according to
the semantics of its language.
No, it does not. It only proves that one of them gives the wrong
answer and the other the right one.
<Input to LLM systems>
Please think this all the way through without making any guesses
>
Simulating Termination Analyzer HHH correctly simulates its input until:
(a) Detects a non-terminating behavior pattern: abort simulation and
return 0.
(b) Simulated input reaches its simulated "return" statement: return 1.
(c) If HHH must abort its simulation to prevent its own non-termination
then HHH is correct to abort this simulation and return 0.
>
typedef int (*ptr)();
int HHH(ptr P);
>
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
>
int main()
{
HHH(DD);
}
>
What value should HHH(DD) correctly return?
</Input to LLM systems>
The key element of my whole proof is the behavior
of the input to HHH(DD) within the semantics of the
C programming language.
The LLM systems are smart enough to not conflate
Les messages affichés proviennent d'usenet.