Forums before death by AOL, social media and spammers... "We can't have nice things"
|    sci.logic    |    Logic -- math, philosophy & computationa    |    262,912 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 261,572 of 262,912    |
|    olcott to All    |
|    Olcott is provably correct    |
|    30 Nov 25 10:52:15    |
   
   XPost: comp.theory, sci.math, comp.ai.philosophy   
   From: polcott333@gmail.com   
      
   On 11/30/2025 10:15 AM, HAL 9000 wrote:   
   > H must and always must halt for any input otherwise it isn't a halt   
   > decider.   
      
      
      
    If simulating halt decider H correctly simulates its   
    input D until H correctly determines that its simulated D   
    would never stop running unless aborted then   
      
    H can abort its simulation of D and correctly report that D   
    specifies a non-halting sequence of configurations.   
      
      
   *HHH/DD has been fully operational code since above date*   
   https://github.com/plolcott/x86utm/blob/master/Halt7.c   
      
   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);   
   }   
      
   HHH is a simulating termination analyzer that   
   includes DD in its domain.   
      
   HHH does correctly report that DD simulated   
   by HHH (according to the semantics of the C   
   programming language) does not halt.   
      
   Halt is defined as DD reaching its own simulated   
   "return" statement while DD is being simulated   
   by HHH.   
      
   When the halting problem requires HHH to   
   report on the behavior of DD directly executed   
   from main, this is a category error because it   
   requires HHH to report on something besides   
   the behavior that the input to HHH(DD) maps to.   
      
   --   
   Copyright 2025 Olcott   
      
   My 28 year goal has been to make   
   "true on the basis of meaning" computable.   
      
   This required establishing a new foundation   
   for correct reasoning.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca