Re: True on the basis of meaning --- Good job Richard ! ---Socratic method

Liste des GroupesRevenir à c theory 
Sujet : Re: True on the basis of meaning --- Good job Richard ! ---Socratic method
De : richard (at) *nospam* damon-family.org (Richard Damon)
Groupes : sci.logic comp.theory
Date : 21. May 2024, 02:57:18
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <v2grhe$1kiah$1@i2pn2.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
User-Agent : Mozilla Thunderbird
On 5/20/24 2:59 PM, olcott wrote:
On 5/19/2024 6:30 PM, Richard Damon wrote:
On 5/19/24 4:12 PM, olcott wrote:
On 5/19/2024 12:17 PM, Richard Damon wrote:
On 5/19/24 9:41 AM, olcott wrote:
>
True(L,x) is always a truth bearer.
when x is defined as True(L,x) then x is not a truth bearer.
>
So, x being DEFINED to be a certain sentence doesn't make x to have the same meaning as the sentence itself?
>
What does it mean to define a name to a given sentence, if not that such a name referes to exactly that sentence?
>
>
p = ~True(L,p) // p is not a truth bearer because its refers to itself
>
Then ~True(L,p) can't be a truth beared as they are the SAME STATEMENT, just using different "names".
  Truthbearer(L,x) ≡ (True(L,x) ∨ True(L,~x))
p = ~True(L,p) Truthbearer(L,p) is false
q = ~True(L,p) Truthbearer(L,q) is true
Irrelvent.
If Truthbearer(L, p) is FALSE, and since p is just a NAME for the statement ~True(L, p), that means that True(L. p) is not a truth bearer and True has failed to be the required truth predicate.
If you are defining your "=" symbol to be "is defined as" so the left side is now a name for the right side, you statement above just PROVES that your logic system is inconsistant as the same expression (with just different names) has contradicory values.
You are just showing you utter lack of understanding of the fundamentals of Formal Logic.

>
Just like (with context) YOU can be refered to a PO, Peter, Peter Olcott or Olcott, and all the reference get to the exact same entity, so any "name" for the express
>
True(L,p)  is false
True(L,~p) is false
>
>
So since True(L, p) is false, then ~True(L, p) is true.
>
~True(True(L,p)) is true and is referring to the p that refers
to itself it is not referring to its own self.
>
*ONE LEVEL OF INDIRECT REFERENCE MAKES ALL THE DIFFERENCE*
>
Why add the indirection? p is the NAME of the statement, which means exactly the same thing as the statement itself.
>
 p = ~True(L,p)
does not mean that same thing as True(L, ~True(L,p))
The above ~True(L, p) has another ~True(L,p) embedded in p.
 
Is the definition of an English word one level LESS of indirection than the word itself?
>
 This sentence is not true("This sentence is not true") is true.
Right, that is a sentence about another sentence (that is part of itself)
p defined as ~True(L, p) isn't a sentence refering to ~True(L, p), it is assigning a name to the sentence to allow OTHER sentences to refer to it by name,

 
I don't think you understand what it means to define something.
>
 x := y means x is defined to be another name for y
https://en.wikipedia.org/wiki/List_of_logic_symbols
 LP := ~True(L, LP)
specifies ~True(~True(~True(~True(~True(...)))))
Nope.
It means that LP is defined to be the sentence ~True(L, LP)
replacing the LP in the sentence with a copy of LP IS a level of indirection, so you can get the infinite expansion if you keep or derefencing the reference in the statement.

 
"Definition by example" is worse than "Proof by example", at least proof by example can be correct if the assertion is that there exists, and not for all.
>
 A simpler isomorphism of the same thing is proof by analogy.
 
Which isn't a valid proof in a formal system. You seem to think Formal System are a loosy goosy with proofs as Philosophy.

A level of indirection:
>
p: "This sentence is true", which is exactly the same as "p is true" since "this sentence" IS p
>
 p := True(L,p)
specifies True(True(True(True(True(...)))))
Nope, it is equivelent to that, but doesn't SPECIFY that.
As I said above that is expanding levels of indirecction.

 *Prolog sees the same infinite recursion and rejects it*
?- TT = true(TT).
TT = true(TT).
 ?- unify_with_occurs_check(TT, true(TT)).
false.
 
Right, because prolog can't handle any levels of self referencing, and thus is not suitable for logic that can do that.
You have been told this, but don't seem to understand it. My guess is you can't understand any logic more complicated than what Prolog handles, so don't realize how much it just doesn't handle.

Date Sujet#  Auteur
11 May 24 * True on the basis of meaning156olcott
11 May 24 `* Re: True on the basis of meaning155Richard Damon
11 May 24  `* Re: True on the basis of meaning154olcott
11 May 24   `* Re: True on the basis of meaning153Richard Damon
11 May 24    `* Re: True on the basis of meaning152olcott
11 May 24     +- Re: True on the basis of meaning1Richard Damon
12 May 24     `* Re: True on the basis of meaning150olcott
12 May 24      `* Re: True on the basis of meaning149olcott
12 May 24       +* Re: True on the basis of meaning139Richard Damon
12 May 24       i`* Re: True on the basis of meaning138olcott
12 May 24       i `* Re: True on the basis of meaning137Richard Damon
12 May 24       i  `* Re: True on the basis of meaning136olcott
12 May 24       i   +* Re: True on the basis of meaning127Richard Damon
12 May 24       i   i`* Re: True on the basis of meaning126olcott
13 May 24       i   i `* Re: True on the basis of meaning125Richard Damon
13 May 24       i   i  `* Re: True on the basis of meaning124olcott
13 May 24       i   i   `* Re: True on the basis of meaning123Richard Damon
13 May 24       i   i    `* Re: True on the basis of meaning122olcott
13 May 24       i   i     +* Re: True on the basis of meaning2olcott
13 May 24       i   i     i`- Re: True on the basis of meaning1Richard Damon
13 May 24       i   i     `* Re: True on the basis of meaning119Richard Damon
13 May 24       i   i      `* Re: True on the basis of meaning118olcott
13 May 24       i   i       `* Re: True on the basis of meaning117Richard Damon
13 May 24       i   i        `* Re: True on the basis of meaning116olcott
13 May 24       i   i         `* Re: True on the basis of meaning115Richard Damon
13 May 24       i   i          `* Re: True on the basis of meaning --- Good job Richard !114olcott
14 May 24       i   i           `* Re: True on the basis of meaning --- Good job Richard !113Richard Damon
14 May 24       i   i            +* Re: True on the basis of meaning --- Good job Richard !2olcott
14 May 24       i   i            i`- Re: True on the basis of meaning --- Good job Richard !1Richard Damon
14 May 24       i   i            `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method110olcott
14 May 24       i   i             `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method109Richard Damon
14 May 24       i   i              +* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method2olcott
14 May 24       i   i              i`- Re: True on the basis of meaning --- Good job Richard ! ---Socratic method1Richard Damon
14 May 24       i   i              +* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method5olcott
14 May 24       i   i              i`* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method4Richard Damon
14 May 24       i   i              i +- Re: True on the basis of meaning --- Good job Richard ! ---Socratic method1wij
14 May 24       i   i              i `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method2olcott
15 May 24       i   i              i  `- Re: True on the basis of meaning --- Good job Richard ! ---Socratic method1Richard Damon
15 May 24       i   i              +* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method2olcott
15 May 24       i   i              i`- Re: True on the basis of meaning --- Good job Richard ! ---Socratic method1Richard Damon
15 May 24       i   i              +* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method4olcott
15 May 24       i   i              i`* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method3Richard Damon
15 May 24       i   i              i `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method2olcott
16 May 24       i   i              i  `- Re: True on the basis of meaning --- Good job Richard ! ---Socratic method1Richard Damon
16 May 24       i   i              +* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method4olcott
16 May 24       i   i              i+- Re: True on the basis of meaning --- Good job Richard ! ---Socratic method1Richard Damon
16 May 24       i   i              i`* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method2immibis
16 May 24       i   i              i `- Re: True on the basis of meaning --- Good job Richard ! ---Socratic method1olcott
16 May 24       i   i              +* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method2olcott
16 May 24       i   i              i`- Re: True on the basis of meaning --- Good job Richard ! ---Socratic method1Richard Damon
16 May 24       i   i              `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method89olcott
16 May 24       i   i               `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method88Richard Damon
16 May 24       i   i                `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method87olcott
16 May 24       i   i                 `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method86Richard Damon
16 May 24       i   i                  +* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method2olcott
16 May 24       i   i                  i`- Re: True on the basis of meaning --- Good job Richard ! ---Socratic method1Richard Damon
16 May 24       i   i                  +* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method5olcott
16 May 24       i   i                  i`* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method4Richard Damon
16 May 24       i   i                  i `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method3olcott
17 May 24       i   i                  i  `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method2Richard Damon
17 May 24       i   i                  i   `- Re: True on the basis of meaning --- Good job Richard ! ---Socratic method1olcott
16 May 24       i   i                  `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method78olcott
16 May 24       i   i                   `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method77Richard Damon
16 May 24       i   i                    `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method76olcott
17 May 24       i   i                     `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method75Richard Damon
17 May 24       i   i                      `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method74olcott
17 May 24       i   i                       `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method73Richard Damon
17 May 24       i   i                        `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method72olcott
17 May 24       i   i                         `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method71Richard Damon
17 May 24       i   i                          +* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method68olcott
17 May 24       i   i                          i`* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method67Richard Damon
17 May 24       i   i                          i `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method66olcott
18 May 24       i   i                          i  `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method65Richard Damon
18 May 24       i   i                          i   `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method64olcott
18 May 24       i   i                          i    `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method63Richard Damon
18 May 24       i   i                          i     `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method62olcott
18 May 24       i   i                          i      `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method61Richard Damon
18 May 24       i   i                          i       `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method60olcott
18 May 24       i   i                          i        `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method59Richard Damon
18 May 24       i   i                          i         `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method58olcott
18 May 24       i   i                          i          `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method57Richard Damon
18 May 24       i   i                          i           `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method56olcott
18 May 24       i   i                          i            `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method55Richard Damon
18 May 24       i   i                          i             `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method54olcott
18 May 24       i   i                          i              `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method53Richard Damon
18 May 24       i   i                          i               +* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method2olcott
18 May 24       i   i                          i               i`- Re: True on the basis of meaning --- Good job Richard ! ---Socratic method1Richard Damon
18 May 24       i   i                          i               `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method50olcott
18 May 24       i   i                          i                `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method49Richard Damon
18 May 24       i   i                          i                 `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method48olcott
19 May 24       i   i                          i                  `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method47Richard Damon
19 May 24       i   i                          i                   `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method46olcott
19 May 24       i   i                          i                    `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method45Richard Damon
19 May 24       i   i                          i                     `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method44olcott
19 May 24       i   i                          i                      `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method43Richard Damon
19 May 24       i   i                          i                       `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method42olcott
19 May 24       i   i                          i                        +* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method15Richard Damon
19 May 24       i   i                          i                        i`* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method14olcott
20 May 24       i   i                          i                        i +* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method12Richard Damon
20 May 24       i   i                          i                        i i`* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method11olcott
21 May 24       i   i                          i                        i i `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method10Richard Damon
20 May 24       i   i                          i                        i `- Re: True on the basis of meaning --- Good job Richard ! ---Socratic method1immibis
20 May 24       i   i                          i                        `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method26olcott
17 May 24       i   i                          `* Re: True on the basis of meaning --- Good job Richard ! ---Socratic method2olcott
13 May 24       i   `* Re: True on the basis of meaning8olcott
13 May 24       `* Re: True on the basis of meaning9Mikko

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal