Sujet : Re: An Affine Logic Example: Łukasiewicz Logic
De : ross.a.finlayson (at) *nospam* gmail.com (Ross Finlayson)
Groupes : sci.logicDate : 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.