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

Liste des GroupesRevenir à s math 
Sujet : Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory sci.logic sci.math comp.ai.philosophy
Date : 09. Apr 2026, 14:35:59
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <10r89vv$bnf0$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
User-Agent : Mozilla Thunderbird
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
--
Copyright 2026 Olcott
My 28 year goal has been to make
"true on the basis of meaning expressed in language"
reliably computable for the entire body of knowledge.
The complete structure of this system is now defined.
This required establishing a new foundation

Date Sujet#  Auteur
2 Apr 26 * The notion of a "well founded justification tree" will be fully elaborated (signature update)178olcott
3 Apr 26 +* Re: The notion of a "well founded justification tree" will be fully elaborated (signature update)174Mikko
3 Apr 26 i+* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example145olcott
4 Apr 26 ii`* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example144Mikko
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 Example142olcott
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 Example139Mikko
6 Apr 26 ii   `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example138olcott
7 Apr 26 ii    `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example137Mikko
7 Apr 26 ii     `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example136olcott
8 Apr 26 ii      `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example135Mikko
8 Apr 26 ii       `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Prolog Example134olcott
8 Apr 26 ii        +* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction89olcott
9 Apr 26 ii        i`* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction88Mikko
9 Apr 26 ii        i `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction87olcott
10 Apr 26 ii        i  `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction86Mikko
10 Apr 26 ii        i   `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction85olcott
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 --- Correction77Mikko
11 Apr 26 ii        i     `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction76olcott
12 Apr 26 ii        i      `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction75Mikko
13 Apr 26 ii        i       `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction74olcott
14 Apr 26 ii        i        `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction73Mikko
14 Apr 26 ii        i         `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction72olcott
15 Apr 26 ii        i          `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction71Mikko
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 --- Correction35olcott
19 Apr 26 ii        i            `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction34Mikko
19 Apr 26 ii        i             `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction33olcott
20 Apr 26 ii        i              `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction32Mikko
20 Apr 26 ii        i               +* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction30olcott
21 Apr 26 ii        i               i`* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction29Mikko
21 Apr 26 ii        i               i `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction28olcott
22 Apr 26 ii        i               i  `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction27Mikko
22 Apr 26 ii        i               i   `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction26olcott
23 Apr 26 ii        i               i    `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction25Mikko
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     i`* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction22Mikko
24 Apr 26 ii        i               i     i +* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction10olcott
25 Apr09:18 ii        i               i     i i`* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction9Mikko
25 Apr13:19 ii        i               i     i i `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction8olcott
26 Apr09:17 ii        i               i     i i  `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction7Mikko
26 Apr14:37 ii        i               i     i i   `* The notion of a "well founded justification tree" will be fully elaborated --- Catches Liars6olcott
27 Apr10:04 ii        i               i     i i    `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Catches Liars5Mikko
27 Apr15:38 ii        i               i     i i     `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Catches Liars4olcott
28 Apr08:51 ii        i               i     i i      `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Catches Liars3Mikko
28 Apr13:22 ii        i               i     i i       `* Re: The notion of a "well founded justification tree" will be fully elaborated --- Catches Liars2olcott
29 Apr07:51 ii        i               i     i i        `- Re: The notion of a "well founded justification tree" will be fully elaborated --- Catches Liars1Mikko
24 Apr 26 ii        i               i     i `* The notion of a "well founded justification tree" <is> fully elaborated11olcott
25 Apr09:20 ii        i               i     i  +* Re: The notion of a "well founded justification tree" <is> fully elaborated9Mikko
25 Apr13:25 ii        i               i     i  i`* Re: The notion of a "well founded justification tree" <is> fully elaborated8olcott
26 Apr09:09 ii        i               i     i  i `* Re: The notion of a "well founded justification tree" <is> fully elaborated7Mikko
26 Apr14:22 ii        i               i     i  i  `* Re: The notion of a "well founded justification tree" <is> fully elaborated6olcott
27 Apr10:22 ii        i               i     i  i   `* Re: The notion of a "well founded justification tree" <is> fully elaborated5Mikko
27 Apr15:47 ii        i               i     i  i    `* Re: The notion of a "well founded justification tree" <is> fully elaborated4olcott
28 Apr08:55 ii        i               i     i  i     `* Re: The notion of a "well founded justification tree" <is> fully elaborated3Mikko
28 Apr13:24 ii        i               i     i  i      `* Re: The notion of a "well founded justification tree" <is> fully elaborated2olcott
29 Apr07:57 ii        i               i     i  i       `- Re: The notion of a "well founded justification tree" <is> fully elaborated1Mikko
30 Apr09:04 ii        i               i     i  `- Re: The notion of a "well founded justification tree" <is> fully elaborated1Mikko
23 Apr 26 ii        i               i     `- Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction1Ross Finlayson
20 Apr 26 ii        i               `- Re: The notion of a "well founded justification tree" will be fully elaborated --- Correction1Ross Finlayson
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 elaborated (signature update)28Ross Finlayson
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