Liste des Groupes | Revenir à c theory |
On 6/1/2025 6:30 AM, Mikko wrote:It does not matter whether a particular simulation does or does notOn 2025-05-30 15:41:59 +0000, olcott said:void DDD()
On 5/30/2025 3:45 AM, Mikko wrote:A function does not have a behaviour. A function has a value forOn 2025-05-29 18:10:39 +0000, olcott said:That is the same as saying a function with infinite
On 5/29/2025 12:34 PM, Mr Flibble wrote:The simulation of the behaviour should be equivalent to the real🧠 Simulation vs. Execution in the Halting ProblemTo the best of my knowledge a simulated input
In the classical framework of computation theory (Turing machines),
simulation is not equivalent to execution, though they can approximate one
another.
always has the exact same behavior as the directly
executed input unless this simulated input calls
its own simulator.
behaviour.
recursion must have the same behavior as a function
without infinite recursion.
every argument in its domain.
A function is not recursive. A definition of a function can be
recursive. There may be another way to define the same function
without recursion.
A definition of a function may use infinite recursion if it is also
defined how that infinite recursion defines a value.
Anyway, from the meaning of "simulation" follows that a simulation
of a behaviour is (at least in some sense) similar to the real
behaviour. Otherwise no simulation has happened.
{
HHH(DDD);
return;
}
The *input* to simulating termination analyzer HHH(DDD)
specifies recursive simulation that can never reach its
*simulated "return" instruction final halt state*
Les messages affichés proviennent d'usenet.