Liste des Groupes | Revenir à c theory |
On 5/4/2025 7:21 PM, Richard Damon wrote:In other words, YES EXACTLY. And those steps include the code of the function DD, the code of the function HHH, and the code of everything HHH calls down to the OS level. As such, *none* of those may be modified, hypothetically or otherwise.On 5/4/25 6:15 PM, olcott wrote:Even those that know this pretend that they don't.On 5/4/2025 2:21 PM, Richard Heathfield wrote:>On 04/05/2025 18:55, olcott wrote:>Changing my words then rebutting these changed>
words is dishonest.
>
Functions computed by Turing Machines require INPUTS
and produce OUTPUTS DERIVED FROM THESE INPUTS.
Counter-example: a Turing Machine can calculate pi without any input whatsoever.
>
As Mikko rightly said: a Turing machine does not need to require an input.
>
IT IS NOT COMPUTING FUNCTION THEN
IT IS NOT COMPUTING FUNCTION THEN
IT IS NOT COMPUTING FUNCTION THEN
IT IS NOT COMPUTING FUNCTION THEN
Right, not all Turing Machine compute Functions, they all do perform Computations.
>
Not exactly. It is a 100% specific precise sequence of encoded steps.>>
Computable functions are the basic objects of study in computability theory. Computable functions are the formalized analogue of the intuitive notion of algorithms, in the sense that a function is computable if there exists an algorithm that can do the job of the function, i.e. given an input of the function domain it can return the corresponding output.
https://en.wikipedia.org/wiki/Computable_function
>
given an input of the function domain it can return the corresponding output.
Right, and the input to a Halt Decider is the representation of a Program,
Not at all the same as a mere description.
Which as a termination analyzer is required to compute the following mapping:and the correct output is based on the behavior of that progrma when run.It typically precisely coincides with the exact same
>
behavior as the direct execution.
My idea of a simulating termination analyzer
conclusively proves to all those with greatIt just seems that way because you change the input.
expertise in programming that this is not
always the case.
You seem to lack sufficientObviously, since you changed the input.
expertise in programming
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
Replacing the code of HHH with an unconditional simulator and subsequently running HHH(DD) cannot possibly
return anywhere. Most every expert C programmer
knows this.
Les messages affichés proviennent d'usenet.