Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <c81e1794259853dfd7724900ebfab484679615be@i2pn2.org>
Deutsch   English   Français   Italiano  
<c81e1794259853dfd7724900ebfab484679615be@i2pn2.org>

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

Path: ...!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: Richard Damon <richard@damon-family.org>
Newsgroups: sci.logic,comp.theory
Subject: Re: Minimal Logics in the 2020's: A Meteoric Rise --- eternal
 september failure
Date: Mon, 8 Jul 2024 20:37:23 -0400
Organization: i2pn2 (i2pn.org)
Message-ID: <c81e1794259853dfd7724900ebfab484679615be@i2pn2.org>
References: <v67685$6fr5$1@solani.org> <v6ch6a$13k$2@dont-email.me>
 <4ce79acf7c53160136f77603265cc1e5a5d3e34e@i2pn2.org>
 <v6cpnc$1b3m$2@dont-email.me>
 <9e59212316a9b258e95a1de7f5cca46fee37861e@i2pn2.org>
 <v6csla$1otr$2@dont-email.me>
 <3f12eb90be522441c8b95d17d25767fcaf72ed2d@i2pn2.org>
 <v6cvqs$5vir$2@dont-email.me>
 <efced1648cf7ddc1c257d7c4369add3b391dd005@i2pn2.org>
 <v6d2r0$6cgn$2@dont-email.me>
 <931fe5b1e73d204bf20a268dd025489e3040371d@i2pn2.org>
 <v6e5ho$bbcb$2@dont-email.me>
 <0f3e40caf51b61ebb05c4ec2ae44042bff632017@i2pn2.org>
 <v6el1u$e6tb$1@dont-email.me>
 <3c9ef913b1fbbca50c1a4acd02401906646327ed@i2pn2.org>
 <RpKdnUjg8sjx0Bb7nZ2dnZfqlJydnZ2d@giganews.com>
 <2d0b6260615af8afac79ee8de57bcd45c2f2056f@i2pn2.org>
 <v6fk9p$mr5k$1@dont-email.me>
 <8bd5f2159853ff17ef81b27a85141bccc324e7d9@i2pn2.org>
 <v6fkrb$mr5k$2@dont-email.me> <v6fl9a$mr5k$3@dont-email.me>
 <v6huj5$12ktu$2@dont-email.me>
 <7387a77d06e4b00a1c27a447e2744a4f10b25e49@i2pn2.org>
 <v6i08a$12ktu$4@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 9 Jul 2024 00:37:23 -0000 (UTC)
Injection-Info: i2pn2.org;
	logging-data="2621133"; mail-complaints-to="usenet@i2pn2.org";
	posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
Content-Language: en-US
X-Spam-Checker-Version: SpamAssassin 4.0.0
In-Reply-To: <v6i08a$12ktu$4@dont-email.me>
Bytes: 5351
Lines: 104

On 7/8/24 8:28 PM, olcott wrote:
> On 7/8/2024 7:07 PM, Richard Damon wrote:
>> On 7/8/24 8:00 PM, olcott wrote:
>>> On 7/7/2024 10:09 PM, olcott wrote:
>>>> On 7/7/2024 10:02 PM, olcott wrote:
>>>>>
>>>>> Formal logic is a subset of this.
>>>>> Not-a-logic-sentence(PA,g) ≡ (~True(PA,g) ∧ ~True(PA,~g))
>>>>> There are no truth preserving operations in PA to g or to ~g
>>>>>
>>>>
>>>> https://liarparadox.org/Tarski_275_276.pdf
>>>>
>>>> Within my analytical framework this Tarski sentence is merely
>>>> self-contradictory
>>>>
>>>> (3) x ∉ Provable if and only if x ∈ True. // (1) and (2) combined
>>>>
>>>> There are no truth preserving operations in Tarski's
>>>> theory to x if and only if There are truth preserving
>>>> operations in Tarski's theory to x
>>>>
>>>
>>> There cannot possibly be an infinite proof that proves
>>> that there is no finite proof of Tarski x in Tarski's theory
>>
>> Who says there needs to be a infinite proof, since there is no such 
>> thing.
>>
>> As I said, one example of such an x is Godel's G.
>>
>>>
>>> The infinite proof of the Goldbach conjecture
>>> (if it is true) continues to find more true
>>> cases than it had before, thus makes progress
>>> towards its never ending goal (if its true).
>>
>> or, it continue to show that there is no counter examples.
>>
>> "Progress" on an infinite path isn't really measurable.
>>
>>>
>>> The cycles in the following two cases never make any progress
>>> towards any goal they are merely stuck in infinite loops.
>>
>> Which just means you are on the wrong path. One wrong path doesn't me 
>> that there is no path.
>>
>>>
>>> The Prolog unify_with_occurs_check test means that
>>> LP is stuck in an infinite loop that makes no progress
>>> towards resolution. I invented Minimal Type Theory to
>>> see this, then I noticed that Prolog does the same thing.
>>
>> Which is irrelevent, since Prolog can't handle the basics of the field 
>> that Traski assumes.
>>
>>>
>>> ?- LP = not(true(LP)).
>>> LP = not(true(LP)).
>>> ?- unify_with_occurs_check(LP, not(true(LP))).
>>> false.
>>>
>>> LP := ~(L ⊢ LP)
>>> 00 ~ 01
>>> 01 ⊢ 01, 00
>>> 02 L
>>>
>>> The cycle in the direct graph of LP is
>>> an infinite loop that make no progress
>>> towards the goal of evaluating LP as
>>> true or false.
>>>
>>>
>>
>> So?
>>
>> Failure to prove by example doesn't show something isn't true.
>>
>> You are just proving you are stupid and don't know what you are 
>> talking about.
> 
> Every expression of language that cannot be proven
> or refuted by any finite or infinite sequence of
> truth preserving operations connecting it to its
> meaning specified as a finite expression of language
> is rejected.
> 

So?

Tarski's x like Godel's G are know to be true by an infinite sequence of 
truth preserving operations.

Godel's G is clear since we know the struture of the statement.

I would need to study Tarski's work a bit more to see if the proof gives 
us an idea to bring that sequence down to baby steps you would understand.

We know it is true, as a result of the work that proved statements (1) 
and (2), so there IS an infinite set of steps to it, we just might not 
know what they are.

The fact you can't understand their existance, doesn't mean it isn't 
there, just that you are too stupid to understand it.