Liste des Groupes | Revenir à theory |
On 3/31/2025 10:38 PM, olcott wrote:Which is NOT how it is executed.>And the input specifies an algorithm that halts when executed directly.
HHH must report on the behavior that its input
actually specifies.
This seems way too difficultBut not as per the requirements:
for people that can only spout off words that
they learned by rote, with no actual understanding
of the underlying principles involved.
>
Every actual computation can only transform input
finite strings into outputs. HHH does do this.
Given any algorithm (i.e. a fixed immutable sequence of instructions) X described as <X> with input Y:Unless and algorithm transforms its inputs
A solution to the halting problem is an algorithm H that computes the following mapping:
(<X>,Y) maps to 1 if and only if X(Y) halts when executed directly
(<X>,Y) maps to 0 if and only if X(Y) does not halt when executed directly
>Which would make all true statements provable if they could be met.
The "requirements" that you mindlessly spout off
violate this foundational principle of functionsWhich just says that no Turing machine satisfies those requirements, as Linz and others proved.
computed by Turing machines.
>It absolutely does. There are *NO* requirements on the implementation, only the result.
int sum(int x, int y)
{
return 5;
}
>
sum(2,3) does not compute the sum of 2 + 3.
>
Les messages affichés proviennent d'usenet.