Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.ai.philosophy    |    Perhaps we should ask SkyNet about this    |    59,235 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 57,328 of 59,235    |
|    Fred. Zwarts to All    |
|    Re: Hypothetical possibilities    |
|    20 Jul 24 21:00:05    |
   
   XPost: comp.theory   
   From: F.Zwarts@HetNet.nl   
      
   Op 20.jul.2024 om 17:28 schreef olcott:   
   > void DDD()   
   > {   
   > HHH(DDD);   
   > }   
   >   
   > int main()   
   > {   
   > DDD();   
   > }   
   >   
   > (a) Termination Analyzers / Partial Halt Deciders must halt   
   > this is a design requirement.   
   >   
   > (b) Every simulating termination analyzer HHH either   
   > aborts the simulation of its input or not.   
   >   
   > (c) Within the hypothetical case where HHH does not abort   
   > the simulation of its input {HHH, emulated DDD and executed DDD}   
   > never stop running.   
   >   
   > This violates the design requirement of (a) therefore HHH must   
   > abort the simulation of its input.   
      
   And when it aborts, the simulation is incorrect. When HHH aborts and   
   halts, it is not needed to abort its simulation, because it will halt of   
   its own. When analysing an aborting and halting HHH, dreaming of a   
   hypothetical *other* HHH that does not abort, is irrelevant.   
   This proves that HHH cannot possibly simulate itself correctly up to the   
   end.   
      
   DDD is a misleading and unneeded complication. It is easy to eliminate DDD:   
      
    int main() {   
    return HHH(main);   
    }   
      
   This has the same problem. This proves that the problem is not in DDD,   
   but in HHH, which halts when it aborts the simulation, but it decides   
   that the simulation of itself does not halt.   
      
   HHH is simply unable to decide about finite recursions.   
      
   void Finite_Recursion (int N) {   
    if (N > 0) Finite_Recursion (N - 1);   
   }   
      
   It decides after N recursions that there is an infinite recursion, which   
   is incorrect.   
      
   Olcott's HHH is programmed to abort the simulation after N cycles of   
   recursive simulations. Therefore, it is incorrect to abort the   
   simulation of HHH when the simulated HHH has performed only N-1 cycles,   
   because that changes the behaviour of HHH.   
   Since the simulated HHH always runs one cycle behind the simulating HHH,   
   it is clear that HHH can never simulate enough cycles for a correct   
   simulation, as is required by the x86 language.   
   Therefore, the simulation is incorrect according to the criteria olcott   
   stipulated.   
   The conclusion is simple:   
   HHH cannot possibly simulate itself correctly.   
      
   No matter how much olcott wants it to be correct, or how many times   
   olcott repeats that it is correct, it does not change the fact that such   
   a simulation is incorrect, because it is unable to reach the end.   
   Olcott's own claim that the simulated HHH does not reach its end   
   confirms it. The trace he has shown also proves that HHH cannot reach   
   the end of its own simulation. So, his own claims prove that it is true   
   that HHH cannot possibly simulate itself up to the end, which makes the   
   simulation incorrect.   
      
   Sipser would agree that this incorrect simulation cannot be used to   
   detect a non-halting behaviour.   
      
   Olcott could not point to an error, but prefers to ignore it. So, I will   
   repeat it, until either an error is found, or olcott admits that HHH   
   cannot possibly simulate itself correctly.   
      
   --- 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