Liste des Groupes | Revenir à s logic |
On 3/15/2025 9:13 PM, Richard Damon wrote:Why do you say that, where did he say he was trying to do what you claim he was saying?On 3/15/25 9:22 PM, olcott wrote:"This sentence is not True" <is> LP := ~True(LP)On 3/15/2025 3:44 PM, Richard Damon wrote:>On 3/15/25 1:08 PM, olcott wrote:>On 3/10/2025 9:49 PM, dbush wrote:>On 3/10/2025 10:39 PM, olcott wrote:>On 3/10/2025 9:21 PM, Richard Damon wrote:>On 3/10/25 9:45 PM, olcott wrote:>On 3/10/2025 5:45 PM, Richard Damon wrote:>On 3/9/25 11:39 PM, olcott wrote:>>>
LP := ~True(LP) DOES SPECIFY INFINITE RECURSION.
WHich is irrelevent, as that isn't the statement in view, only what could be shown to be a meaning of the actual statement.
>
The Liar Paradox PROPERLY FORMALIZED <is> Infinitely recursive
thus semantically incorrect.
But is irrelevent to your arguement.
>
>>>
"It would then be possible to reconstruct the antinomy of the liar
in the metalanguage, by forming in the language itself a sentence"
Right, the "Liar" is in the METALANGUAGE, not the LANGUAGE where the predicate is defined.
>
You are just showing you don't understand the concept of Metalanguage.
>>>
Thus anchoring his whole proof in the Liar Paradox even if
you do not understand the term "metalanguage" well enough
to know this.
Yes, there is a connection to the liar's paradox, and that is that he shows that the presumed existance of a Truth Predicate forces the logic system to have to resolve the liar's paradox.
>
bool True(X)
{
if (~unify_with_occurs_check(X))
return false;
else if (~Truth_Bearer(X))
return false;
else
return IsTrue(X);
}
>
LP := ~True(LP)
True(LP) resolves to false.
~True(LP) resolves to true
LP := ~True(LP) resolves to true
>
Therefore the assumption that a correct True() predicate exists is proven false.
When you stupidly ignore Prolog and MTT that
both prove there is a cycle in the directed graph
of their evaluation sequence. If you have no idea
what "cycle", "directed graph" and "evaluation sequence"
means then this mistake is easy to make.
>
WHen you claim that Prolog gives answers for logic system more advanced then it, or make unsupported claims about your FRAUD of MTT, you are just showing your stupidity.
>
Part of your problem, it seems, is that you don't understand the limitations of Prolog, because you can't understand the logic that Prolog can't handle, because you are just too stupid.
LP := ~True(LP
Try to explain in your own words what this means:
LP specifies a cycle in the directed graph of its evaluation sequence.
>
The problem is that LP := ~True(LP) is just an approximation in representation of the actual statement, since you can understand what x is in the language.
>
Tarski got this WRONG
Les messages affichés proviennent d'usenet.