Sujet : Proof that Kaz Kylheku is incorrect
De : NoOne (at) *nospam* NoWhere.com (olcott)
Groupes : comp.theoryDate : 26. Oct 2025, 03:42:14
Autres entêtes
Message-ID : <BNydnXo17YQbF2D1nZ2dnZfqlJydnZ2d@giganews.com>
References : 1 2
User-Agent : Mozilla Thunderbird
On 10/25/2025 9:40 PM, Kaz Kylheku wrote:
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);
}
Instructions:
HHH(P) simulates a C function P step by step.
The simulation always stops once the function’s behavior can be determined, producing a result that reflects what was observed.
Do not assume any prior knowledge about the Halting Problem or any numeric mapping; the result’s meaning is entirely abstract.
Task (must follow strictly):
Trace the simulation of DD step by step, following the execution order of each statement according to standard C semantics.
For every simulated evaluation, record what happens immediately after HHH is called.
Continue this reasoning iteratively without skipping steps until the simulation produces a result.
Deduce the final result of HHH(DD) based solely on this explicit symbolic simulation.
-- Copyright 2025 Olcott"Talent hits a target no one else can hit; Genius hits a target no one else can see." Arthur Schopenhauer
Haut de la page
Les messages affichés proviennent d'usenet.
NewsPortal