Deutsch   English   Français   Italiano  
<vpc4ed$3sn03$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Mikko <mikko.levanto@iki.fi>
Newsgroups: sci.logic
Subject: Re: Mathematical incompleteness has always been a misconception --- Tarski
Date: Sat, 22 Feb 2025 11:12:45 +0200
Organization: -
Lines: 92
Message-ID: <vpc4ed$3sn03$1@dont-email.me>
References: <vnh0sq$35mcm$1@dont-email.me> <vnikre$3hb19$1@dont-email.me> <vnkov9$1971$1@dont-email.me> <vnl9vj$4f8i$1@dont-email.me> <vnndqs$kef3$1@dont-email.me> <vnpd96$vl84$1@dont-email.me> <vnqm3p$1apip$1@dont-email.me> <vnqsbh$1c5sq$1@dont-email.me> <vnsm90$1pr86$1@dont-email.me> <vnte6s$1tra8$1@dont-email.me> <vnv4tf$2a43e$1@dont-email.me> <vo0249$2eqdl$1@dont-email.me> <vo1qae$2s4cr$1@dont-email.me> <vo2i10$302f0$1@dont-email.me> <vo4nj4$3f6so$1@dont-email.me> <vo5btf$3ipo2$1@dont-email.me> <vo7ckh$q2p$1@dont-email.me> <vo7tdg$36ra$6@dont-email.me> <voa09t$idij$1@dont-email.me> <7e532aaf77653daac5ca2b70bf26d0a3bc515abf@i2pn2.org> <voceuj$14r1q$1@dont-email.me> <vocp21$16c4e$1@dont-email.me> <vof6hb$1nh1f$1@dont-email.me> <voflif$1q1mh$2@dont-email.me> <vohsmu$29krm$1@dont-email.me> <vp10ic$1e7iv$2@dont-email.me> <f249a1ab72772fbbd2fd8785493f9b91e3bb58b0@i2pn2.org> <vp236u$1n991$4@dont-email.me> <vp6r16$2p1if$1@dont-email.me> <vpb1rf$3jct4$14@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 22 Feb 2025 10:12:46 +0100 (CET)
Injection-Info: dont-email.me; posting-host="4df74daf15fbfe0d476e68127d2850c6";
	logging-data="4086787"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/bq8P1x1LOYSymwhIzAoHR"
User-Agent: Unison/2.2
Cancel-Lock: sha1:6U9Z2J1esAdVj46/xEuugPYqrG8=
Bytes: 5410

On 2025-02-21 23:22:23 +0000, olcott said:

> On 2/20/2025 3:01 AM, Mikko wrote:
>> On 2025-02-18 13:50:22 +0000, olcott said:
>> 
>>> On 2/18/2025 6:25 AM, Richard Damon wrote:
>>>> On 2/17/25 10:59 PM, olcott wrote:
>>>>> On 2/12/2025 4:21 AM, Mikko wrote:
>>>>>> On 2025-02-11 14:07:11 +0000, olcott said:
>>>>>> 
>>>>>>> On 2/11/2025 3:50 AM, Mikko wrote:
>>>>>>>> On 2025-02-10 11:48:16 +0000, olcott said:
>>>>>>>> 
>>>>>>>>> On 2/10/2025 2:55 AM, Mikko wrote:
>>>>>>>>>> On 2025-02-09 13:10:37 +0000, Richard Damon said:
>>>>>>>>>> 
>>>>>>>>>>> On 2/9/25 5:33 AM, Mikko wrote:
>>>>>>>>>>>> Of course, completness can be achieved if language is sufficiently
>>>>>>>>>>>> restricted so that sufficiently many arithemtic truths become inexpressible.
>>>>>>>>>>>> 
>>>>>>>>>>>> It is far from clear that a theory of that kind can express all arithmetic
>>>>>>>>>>>> truths that Peano arithmetic can and avoid its incompletness.
>>>>>>>>>>> 
>>>>>>>>>>> WHich, it seems, are the only type of logic system that Peter can understand.
>>>>>>>>>>> 
>>>>>>>>>>> He can only think in primitive logic systems that can't reach the 
>>>>>>>>>>> complexity needed for the proofs he talks about, but can't see the 
>>>>>>>>>>> problem, as he just doesn't understand the needed concepts.
>>>>>>>>>> 
>>>>>>>>>> That would be OK if he wouldn't try to solve problems that cannot even
>>>>>>>>>> exist in those systems.
>>>>>>>>> 
>>>>>>>>> There are no problems than cannot be solved in a system
>>>>>>>>> that can also reject semantically incorrect expressions.
>>>>>>>> 
>>>>>>>> The topic of the discussion is completeness. Is there a complete system
>>>>>>>> that can solve all solvable problems?
>>>>>>> 
>>>>>>> When the essence of the change is to simply reject expressions
>>>>>>> that specify semantic nonsense there is no reduction in the
>>>>>>> expressive power of such a system.
>>>>>> 
>>>>>> The essence of the change is not sufficient to determine that.
>>>>> 
>>>>> In the same way that 3 > 2 is stipulated the essence of the
>>>>> change is that semantically incorrect expressions are rejected.
>>>>> Disagreeing with this is the same as disagreeing that 3 > 2.
>>>> 
>>>> But your logic needs to reject some of the results of your logic as 
>>>> semantically incorrect, and thus your logic is itself semantically 
>>>> incorrect.
>>>> 
>>> 
>>> There is nothing like that in the following concrete example:
>>> LP := ~True(LP)
>>> 
>>> In other words you are saying the Prolog is incorrect
>>> to reject the Liar Paradox.
>>> 
>>> Above translated to Prolog
>>> 
>>> ?- LP = not(true(LP)).
>>> LP = not(true(LP)).
>> 
>> According to Prolog rules LP = not(true(LP)) is permitted to fail.
>> If it succeeds the operations using LP may misbehave. A memory
>> leak is also possible.
>> 
>>> ?- unify_with_occurs_check(LP, not(true(LP))).
>>> false
>> 
>> This merely means that the result of unification would be that LP conains
>> itself. It could be a selmantically valid result but is not in the scope
>> of Prolog language.
>> 
> 
> It does not mean that. You are wrong.

It does in the context where it was presented. More generally,
unify_with_occurs_check also fails if the arguments are not
unfiable. But this possibility is already excluded by their
successfull unification.

> I am not going bother to quote Clocksin and Mellish
> proving that you are wrong.

You are right, a quote that does not support your claim
is not a good idea.

-- 
Mikko