Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example

Liste des GroupesRevenir à c theory 
Sujet : Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example
De : mikko.levanto (at) *nospam* iki.fi (Mikko)
Groupes : comp.theory sci.logic sci.math comp.ai.philosophy
Date : 12. Apr 2026, 10:32:03
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <10rfoqk$2effc$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
User-Agent : Mozilla Thunderbird
On 11/04/2026 17:27, olcott wrote:
On 4/11/2026 3:06 AM, Mikko wrote:
On 09/04/2026 16:35, olcott wrote:
On 4/9/2026 4:08 AM, Mikko wrote:
On 08/04/2026 14:52, olcott wrote:
On 4/8/2026 2:08 AM, Mikko wrote:
On 07/04/2026 17:49, olcott wrote:
On 4/7/2026 3:00 AM, Mikko wrote:
On 06/04/2026 14:21, olcott wrote:
On 4/6/2026 3:27 AM, Mikko wrote:
On 05/04/2026 14:25, olcott wrote:
On 4/5/2026 2:05 AM, Mikko wrote:
On 04/04/2026 19:23, olcott wrote:
On 4/4/2026 2:53 AM, Mikko wrote:
On 03/04/2026 16:35, olcott wrote:
On 4/3/2026 2:13 AM, Mikko wrote:
On 02/04/2026 23:58, olcott wrote:
To be able to properly ground this in existing foundational
peer reviewed papers will take some time.
>
Do you think 100 years would be enough, or at least some finite time?
>
I have to carefully study at least a dozen papers
that may average 15 pages each. The basic notion
of a "well founded justification tree" essentially
means the Proof Theoretic notion of reduction to
a Canonical proof.
>
>
% This sentence is not true.
?- LP = not(true(LP)).
LP = not(true(LP)).
?- unify_with_occurs_check(LP, not(true(LP))).
false.
>
>
The above Prolog determines that LP does not
have a "well founded justification tree".
>
If you want to illustrate with examples you should have two examples:
one with a negative result (as above) and one with a positive one.
So the above example should be paired with one that has someting
else in place of not(provable(F, G)) so that the result will not be
false.
>
>
THIS IS NOT A PROLOG SPECIFIC THING
>
That's mainly true. However, in como.lang.prolog the discussion should
be restricted to Prolog specific things, in this case to the Prolog
example above and the contrasting Prolog example not yet shown.
>
>
In order to elaborate the details of my system
I require some way to formalize natural language.
Montague Grammar, Rudolf Carnap Meaning Postulates,
the CycL language of the Cyc project and Prolog
are the options that I have been considering.
>
The notion of how a well-founded justification tree
eliminates undecidability is a key element of my system.
Prolog shows this best.
>
It is not Prolog computable to determine whether a sentence of Peano
arithmetic has a well-founded justification tree in Peano arithmetic.
>
A formal language similar to Prolog that can represent
all of the semantics of PA can be developed so that
it detects and rejects expressions that lack well-founded
justification trees.
>
A language does not detect. For detection you need an algorithm.
>
unify_with_occurs_check(LP, not(true(LP))).
is a function of the Prolog language that
implements the algorithm.
>
No, it is not. The question whether a sentence has a well-founded
justification tree is a question about one thing so it needs an
algrotim that takes only one input but uunify_with_occurs_check
takes two.
>
The number of inputs does not matter.
>
It certainly does. You can't use unify_with_occurs_check to determine
whether ∀x ∀y (x + y = y + x) has a well-founded justification tree.
>
>
[00] ∀x
  │
  └─────> [01] ∀y
           │
           └─────> [02] Equals
                    │
                    ├─────> [03] add (Left)
                    │        │
                    │        ├─────> [05] x  <┐
                    │        │                │
                    │        └─────> [06] y  <┼─┐
                    │                         │ │ (Shared Pointers)
                    └─────> [04] add (Right)  │ │
                             │                │ │
                             ├──────> [06] y ─┘ │
                             │                  │
                             └──────> [05] x ───┘
There are no cycles in this tree
>
Can we interprete this to mean that you admit that the predicate
unify_with_occurs_check is not useful for determination whether
∀x ∀y (x + y = y + x) has a well-founded justification tree ?
 My example was to merely prove that the Liar Paradox
has never been anything besides incoherent nonsense.
I showed this in an existing well understood logic
programming language.
I.e., yes, we can interprete your diagram to mean that you admit that
the predicate unify_with_occurs_check is not useful for determination
whether ∀x ∀y (x + y = y + x) has a well-founded justification tree.
Consequently, you agree that your claims to the contrary were false.
--
Mikko

Date Sujet#  Auteur
2 Apr 26 * The notion of a "well founded justification tree" will be fully elaborated (signature update)264olcott
3 Apr 26 +* Re: The notion of a "well founded justification tree" will be fully elaborated (signature update)260Mikko
3 Apr 26 i+* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example230olcott
4 Apr 26 ii`* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example229Mikko
4 Apr 26 ii `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example228olcott
4 Apr 26 ii  +- Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example1olcott
5 Apr 26 ii  `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example226Mikko
5 Apr 26 ii   `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example225olcott
5 Apr 26 ii    +* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example2Ross Finlayson
5 Apr 26 ii    i`- Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example1olcott
6 Apr 26 ii    `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example222Mikko
6 Apr 26 ii     `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example221olcott
7 Apr 26 ii      `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example220Mikko
7 Apr 26 ii       `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example219olcott
8 Apr 26 ii        `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example218Mikko
8 Apr 26 ii         `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example217olcott
8 Apr 26 ii          +* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction172olcott
9 Apr 26 ii          i`* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction171Mikko
9 Apr 26 ii          i `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction170olcott
10 Apr 26 ii          i  `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction169Mikko
10 Apr 26 ii          i   `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction168olcott
10 Apr 26 ii          i    +* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction7olcott
11 Apr 26 ii          i    i`* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction6Ross Finlayson
11 Apr 26 ii          i    i `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction5olcott
11 Apr 26 ii          i    i  `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction4olcott
11 Apr 26 ii          i    i   `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction3olcott
11 Apr 26 ii          i    i    `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction2Ross Finlayson
11 Apr 26 ii          i    i     `- Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction1olcott
11 Apr 26 ii          i    `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction160Mikko
11 Apr 26 ii          i     `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction159olcott
12 Apr 26 ii          i      `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction158Mikko
12 Apr 26 ii          i       `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction157olcott
13 Apr 26 ii          i        `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction156Mikko
13 Apr 26 ii          i         `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction155olcott
14 Apr 26 ii          i          `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction154Mikko
14 Apr 26 ii          i           `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction153olcott
15 Apr 26 ii          i            `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction152Mikko
15 Apr 26 ii          i             +* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction35olcott
16 Apr 26 ii          i             i`* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction34Mikko
16 Apr 26 ii          i             i `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction33olcott
16 Apr 26 ii          i             i  +* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction27Ross Finlayson
16 Apr 26 ii          i             i  i`* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction26olcott
16 Apr 26 ii          i             i  i +- Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction1olcott
16 Apr 26 ii          i             i  i `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction24Ross Finlayson
16 Apr 26 ii          i             i  i  +* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction2Ross Finlayson
16 Apr 26 ii          i             i  i  i`- Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction1Ross Finlayson
16 Apr 26 ii          i             i  i  `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction21olcott
16 Apr 26 ii          i             i  i   `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction20Ross Finlayson
16 Apr 26 ii          i             i  i    `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction19olcott
17 Apr 26 ii          i             i  i     `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction18Ross Finlayson
17 Apr 26 ii          i             i  i      `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction17olcott
17 Apr 26 ii          i             i  i       `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction16Ross Finlayson
17 Apr 26 ii          i             i  i        `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction15olcott
17 Apr 26 ii          i             i  i         +* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction11olcott
17 Apr 26 ii          i             i  i         i`* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction10Ross Finlayson
17 Apr 26 ii          i             i  i         i +* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction8olcott
18 Apr 26 ii          i             i  i         i i`* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction7Ross Finlayson
18 Apr 26 ii          i             i  i         i i `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction6olcott
18 Apr 26 ii          i             i  i         i i  `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction5Ross Finlayson
18 Apr 26 ii          i             i  i         i i   +* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction3olcott
18 Apr 26 ii          i             i  i         i i   i`* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction2Ross Finlayson
18 Apr 26 ii          i             i  i         i i   i `- Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction1olcott
18 Apr 26 ii          i             i  i         i i   `- Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction1olcott
17 Apr 26 ii          i             i  i         i `- Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction1olcott
17 Apr 26 ii          i             i  i         `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction3Ross Finlayson
19 Apr 26 ii          i             i  i          `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction2Ross Finlayson
19 Apr 26 ii          i             i  i           `- Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction1Ross Finlayson
17 Apr 26 ii          i             i  `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction5Mikko
17 Apr 26 ii          i             i   `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction4olcott
18 Apr 26 ii          i             i    `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction3Mikko
18 Apr 26 ii          i             i     `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction2olcott
19 Apr 26 ii          i             i      `- Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction1Mikko
18 Apr 26 ii          i             `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction116olcott
19 Apr 26 ii          i              `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction115Mikko
19 Apr 26 ii          i               `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction114olcott
20 Apr 26 ii          i                +* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction30Mikko
20 Apr 26 ii          i                i`* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction29olcott
21 Apr 26 ii          i                i `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction28Mikko
21 Apr 26 ii          i                i  `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction27olcott
22 Apr 26 ii          i                i   `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction26Mikko
22 Apr 26 ii          i                i    `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction25olcott
23 Apr 26 ii          i                i     `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction24Mikko
23 Apr 26 ii          i                i      `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction23olcott
24 Apr 26 ii          i                i       `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction22Mikko
24 Apr 26 ii          i                i        +* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction10olcott
25 Apr 26 ii          i                i        i`* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction9Mikko
25 Apr 26 ii          i                i        i `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction8olcott
26 Apr 26 ii          i                i        i  `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction7Mikko
26 Apr 26 ii          i                i        i   `* The notion of a "well founded justification tree" will be fully elaborated --- Catches Liars6olcott
27 Apr 26 ii          i                i        i    `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Catches Liars5Mikko
27 Apr 26 ii          i                i        i     `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Catches Liars4olcott
28 Apr 26 ii          i                i        i      `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Catches Liars3Mikko
28 Apr 26 ii          i                i        i       `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Catches Liars2olcott
29 Apr 26 ii          i                i        i        `- Re: The notion of a "well founded justification tree" will be fully elaborated --- Catches Liars1Mikko
24 Apr 26 ii          i                i        `* The notion of a "well founded justification tree" <is> fully elaborated11olcott
25 Apr 26 ii          i                i         +* Re: The notion of a "well founded justification tree" <is> fully elaborated9Mikko
25 Apr 26 ii          i                i         i`* Re: The notion of a "well founded justification tree" <is> fully elaborated8olcott
26 Apr 26 ii          i                i         i `* Re: The notion of a "well founded justification tree" <is> fully elaborated7Mikko
26 Apr 26 ii          i                i         i  `* Re: The notion of a "well founded justification tree" <is> fully elaborated6olcott
27 Apr 26 ii          i                i         i   `* Re: The notion of a "well founded justification tree" <is> fully elaborated5Mikko
27 Apr 26 ii          i                i         i    `* Re: The notion of a "well founded justification tree" <is> fully elaborated4olcott
30 Apr 26 ii          i                i         `- Re: The notion of a "well founded justification tree" <is> fully elaborated1Mikko
2 May 26 ii          i                `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction83dart200
9 Apr 26 ii          `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example44Mikko
3 Apr 26 i`* Re: The notion of a "well founded justification tree" will be fully elaborated29olcott
24 Apr 26 `* Re: The notion of a "well founded justification tree" will be fully elaborated (signature update)3Tristan Wibberley

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal