Re: I just fixed the loophole of the Gettier cases

Liste des GroupesRevenir à s logic 
Sujet : Re: I just fixed the loophole of the Gettier cases
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : sci.logic
Date : 11. Sep 2024, 14:14:53
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vbs1jt$3im2p$10@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 9/11/2024 2:05 AM, Mikko wrote:
On 2024-09-10 13:23:39 +0000, olcott said:
 
On 9/10/2024 4:26 AM, Mikko wrote:
On 2024-09-10 02:48:11 +0000, Richard Damon said:
>
On 9/9/24 9:14 AM, olcott wrote:
On 9/7/2024 8:43 AM, Richard Damon wrote:
On 9/7/24 9:28 AM, olcott wrote:
On 9/7/2024 3:46 AM, Mikko wrote:
On 2024-09-06 23:41:16 +0000, Richard Damon said:
>
On 9/6/24 8:24 AM, olcott wrote:
On 9/6/2024 6:43 AM, Mikko wrote:
On 2024-09-03 12:49:11 +0000, olcott said:
>
On 9/3/2024 5:44 AM, Mikko wrote:
On 2024-09-02 12:24:38 +0000, olcott said:
>
On 9/2/2024 3:29 AM, Mikko wrote:
On 2024-09-01 12:56:16 +0000, olcott said:
>
On 8/31/2024 10:04 PM, olcott wrote:
*I just fixed the loophole of the Gettier cases*
>
knowledge is a justified true belief such that the
justification is sufficient reason to accept the
truth of the belief.
>
https://en.wikipedia.org/wiki/Gettier_problem
>
>
With a Justified true belief, in the Gettier cases
the observer does not know enough to know its true
yet it remains stipulated to be true.
>
My original correction to this was a JTB such that the
justification necessitates the truth of the belief.
>
With a [Sufficiently Justified belief], it is stipulated
that the observer does have a sufficient reason to accept
the truth of the belief.
>
What could be a sufficient reason? Every justification of every
belief involves other belifs that could be false.
>
For the justification to be sufficient the consequence of
the belief must be semantically entailed by its justification.
>
If the belief is about something real then its justification
involves claims about something real. Nothing real is certain.
>
>
I don't think that is correct.
My left hand exists right now even if it is
a mere figment of my own imagination and five
minutes ago never existed.
>
As I don't know and can't (at least now) verify whether your left
hand exists or ever existed I can't regard that as a counter-
example.
>
If the belief is not about something real then it is not clear
whether it is correct to call it "belief".
>
*An axiomatic chain of inference based on this*
By the theory of simple types I mean the doctrine which says
that the objects of thought (or, in another interpretation,
the symbolic expressions) are divided into types, namely:
individuals, properties of individuals, relations between
individuals, properties of such relations, etc.
>
...sentences of the form: " a has the property φ ", " b bears
the relation R to c ", etc. are meaningless, if a, b, c, R, φ
are not of types fitting together.
https://en.wikipedia.org/wiki/ History_of_type_theory#G%C3%B6del_1944
>
The concepts of knowledge and truth are applicable to the knowledge
whether that is what certain peple meant when using those words.
Whether or to what extent that theory can be said to be true is
another problem.
>
>
The fundamental architectural overview of all Prolog implementations
is the same True(x) means X is derived by applying Rules (AKA truth preserving operations) to Facts.
>
But Prolog can't even handle full first order logic, only basic propositions.
>
The logic behind Prolog is restricted enough that incompleteness cannot
be differentiated from consistency. It seems that Olcott wants a logic
with that impossibility.
>
>
Just the architecture of Prolog Facts and Rules such that
(a) Facts are expressions stipulated to be true.
(b) Rules are truth preserving operations.
(c) Expression x is only true in L when x is derived
     by applying Rules to Facts in L.
>
Underlying this is a knowledge ontology inheritance
hierarchy that is similar to a type hierarchy of an
simultaneously arbitrary number of orders of logic
in the same formal system.
>
>
>
Just shows you are flapping your mouth with gibberish and don't actually know what you are talking about.
>
I am stipulating how those terms work in my
adaptation of Prolog you freaking nitwit.
>
>
Then you aren't talking "Prolog", which is a fairly defined language.
>
Is and is not. There is the standard Prolog but the name Prolog was already
in use before the first standard. There are many different variants that
are not standard conforming but are calloe "Prolog" anyway.
>
They all have negation as failure, the key element
required to reject self-contradictory expressions.
 The not operator of Prolog is not a part of Horn clause system. It is
not the same as the not operator of ordinary logic. Therefore one nust
be careful with its use and interpretation.
 You have not defined what you mean with "reject" and how that relates
to the behaviour of Prolog programs.
 
https://en.wikipedia.org/wiki/Negation_as_failure
The failure to prove X from Facts and Rules
means that X is untrue yet not necessarily false.
The failure to prove X or ~X from Facts and Rules
means that X is untrue and unfalse, thus not a
truth bearer.

x = "this sentence is not true"
if ~True(L,x) & ~True(L,~x) "x is rejected as invalid input"
 What connection that has to Prolog?
 
--
Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Date Sujet#  Auteur
1 Sep 24 * I just fixed the loophole of the Gettier cases50olcott
1 Sep 24 +- Re: I just fixed the loophole of the Gettier cases1Richard Damon
1 Sep 24 `* Re: I just fixed the loophole of the Gettier cases48olcott
1 Sep 24  +- Re: I just fixed the loophole of the Gettier cases1Richard Damon
2 Sep 24  `* Re: I just fixed the loophole of the Gettier cases46Mikko
2 Sep 24   `* Re: I just fixed the loophole of the Gettier cases45olcott
2 Sep 24    +- Re: I just fixed the loophole of the Gettier cases1Richard Damon
3 Sep 24    `* Re: I just fixed the loophole of the Gettier cases43Mikko
3 Sep 24     `* Re: I just fixed the loophole of the Gettier cases42olcott
4 Sep 24      +- Re: I just fixed the loophole of the Gettier cases1Richard Damon
6 Sep 24      `* Re: I just fixed the loophole of the Gettier cases40Mikko
6 Sep 24       `* Re: I just fixed the loophole of the Gettier cases39olcott
7 Sep 24        `* Re: I just fixed the loophole of the Gettier cases38Richard Damon
7 Sep 24         +* Re: I just fixed the loophole of the Gettier cases35Mikko
7 Sep 24         i+- Re: I just fixed the loophole of the Gettier cases1Richard Damon
7 Sep 24         i+* Re: I just fixed the loophole of the Gettier cases17olcott
7 Sep 24         ii`* Re: I just fixed the loophole of the Gettier cases16Richard Damon
9 Sep 24         ii `* Re: I just fixed the loophole of the Gettier cases15olcott
9 Sep 24         ii  +- Re: I just fixed the loophole of the Gettier cases1Python
10 Sep 24         ii  `* Re: I just fixed the loophole of the Gettier cases13Richard Damon
10 Sep 24         ii   `* Re: I just fixed the loophole of the Gettier cases12Mikko
10 Sep 24         ii    `* Re: I just fixed the loophole of the Gettier cases11olcott
11 Sep 24         ii     `* Re: I just fixed the loophole of the Gettier cases10Mikko
11 Sep 24         ii      `* Re: I just fixed the loophole of the Gettier cases9olcott
12 Sep 24         ii       `* Re: I just fixed the loophole of the Gettier cases8Mikko
13 Sep 24         ii        `* Re: I just fixed the loophole of the Gettier cases7olcott
13 Sep 24         ii         +- Re: I just fixed the loophole of the Gettier cases1Richard Damon
13 Sep 24         ii         `* Re: I just fixed the loophole of the Gettier cases5Mikko
14 Sep23:26         ii          `* Re: I just fixed the loophole of the Gettier cases4olcott
15 Sep04:09         ii           +* Re: I just fixed the loophole of the Gettier cases2Richard Damon
15 Sep11:01         ii           i`- Re: I just fixed the loophole of the Gettier cases1Mikko
15 Sep10:59         ii           `- Re: I just fixed the loophole of the Gettier cases1Mikko
9 Sep 24         i`* Re: I just fixed the loophole of the Gettier cases16olcott
10 Sep 24         i +- Re: I just fixed the loophole of the Gettier cases1Richard Damon
10 Sep 24         i `* Re: I just fixed the loophole of the Gettier cases14Mikko
10 Sep 24         i  `* Re: I just fixed the loophole of the Gettier cases13olcott
11 Sep 24         i   +* Re: I just fixed the loophole of the Gettier cases3Richard Damon
11 Sep 24         i   i`* Re: I just fixed the loophole of the Gettier cases2olcott
12 Sep 24         i   i `- Re: I just fixed the loophole of the Gettier cases1Richard Damon
11 Sep 24         i   `* Re: I just fixed the loophole of the Gettier cases9Mikko
11 Sep 24         i    `* Re: I just fixed the loophole of the Gettier cases8olcott
12 Sep 24         i     `* Re: I just fixed the loophole of the Gettier cases7Mikko
13 Sep 24         i      `* Re: I just fixed the loophole of the Gettier cases6olcott
13 Sep 24         i       +- Re: I just fixed the loophole of the Gettier cases1Richard Damon
13 Sep 24         i       `* Re: I just fixed the loophole of the Gettier cases4Mikko
14 Sep23:28         i        `* Re: I just fixed the loophole of the Gettier cases3olcott
15 Sep04:10         i         +- Re: I just fixed the loophole of the Gettier cases1Richard Damon
15 Sep11:02         i         `- Re: I just fixed the loophole of the Gettier cases1Mikko
7 Sep 24         `* Correcting the AI hallucination of LLM systems2olcott
7 Sep 24          `- Re: Correcting the AI hallucination of LLM systems1Richard Damon

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal