Re: An Affine Logic Example: Łukasiewicz Logic

Liste des GroupesRevenir à s logic 
Sujet : Re: An Affine Logic Example: Łukasiewicz Logic
De : ross.a.finlayson (at) *nospam* gmail.com (Ross Finlayson)
Groupes : sci.logic
Date : 22. Dec 2024, 04:30:41
Autres entêtes
Message-ID : <cO-dndcWdYBGGvr6nZ2dnZfqn_idnZ2d@giganews.com>
References : 1
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0
On 12/21/2024 02:20 PM, Mild Shock wrote:
Hi,
>
An example of an affine Logic, is this 3-valued
Logic with the following implication truth table:
>
     F    U    T
F    T    T    T
U    U    T    T
T    F    U    T
>
It satisfies modus ponens:
>
/* Implication Elimination */
?- tauto((X & (X->Y) => Y)).
true.
>
It satisfies the types of combinators BCK:
>
/* K Combinator */
?- tauto((X -> Y -> X)).
true.
>
/* B Combinator */
?- tauto(((Y -> Z) -> ((X -> Y) -> (X -> Z)))).
true.
>
/* C Combinator */
?- tauto(((X -> (Y -> Z)) -> (Y -> (X -> Z)))).
true.
>
And surprise surprise, it doesn't satisfy contraction,
the formula that Julio doubted that it is unprovable:
>
?- tauto(((X -> (X -> Y)) -> (X -> Y))).
false.
>
Bye
>
quasi-modal
How about instead
B both
N neither
X don't care
? don't know
T true
F false
It depends on propositions fulfilling question words,
all of them.
That you have "material implication"
is not necessarily anybody else's problem.
I.e., nobody needs "the quasi-modal", at all,
except to make broken logics like those.

Date Sujet#  Auteur
21 Dec 24 * An Affine Logic Example: Łukasiewicz Logic3Mild Shock
22 Dec 24 `* Re: An Affine Logic Example: Łukasiewicz Logic2Ross Finlayson
22 Dec 24  `- 4-valued Counter Example (Was: An Affine Logic Example: Łukasiewicz Logic)1Mild Shock

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal