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.lang.prolog comp.theory sci.logic comp.theory sci.math
Date : 04. Apr 2026, 20:55:51
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <10qrqc9$uodk$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
On 4/4/2026 11:23 AM, olcott wrote:
"Mary went to Walmart and bought a carton of Breyers ice cream"
person(mary).
store(walmart).
brand(breyers).
item(ice_cream).
container(carton).
went_to(mary, walmart).
bought(mary, Item) :-
     item(Item),
     brand_of(Item, breyers),
     container_of(Item, carton).
brand_of(ice_cream, breyers).
container_of(ice_cream, carton).
--
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