Sujet : Re: Negative translation for propositional linear (or affine) logic?
De : janburse (at) *nospam* fastmail.fm (Mild Shock)
Groupes : sci.logicDate : 28. Nov 2024, 08:55:15
Autres entêtes
Message-ID : <vi97l3$4fgl$1@solani.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 SeaMonkey/2.53.19
Well I don't know an online affine logic prover.
But you can play with linear logic here:
P -o P * P is not provable
https://click-and-collect.linear-logic.org/?s=P+-o+P+*+P
!P -o P * P is provable
https://click-and-collect.linear-logic.org/?s=%21P+-o+P+*+P
Julio Di Egidio schrieb:
On 28/11/2024 02:38, Mild Shock wrote:
>
In affine logic you can possibly do something like iterative
deepening, only its iterative contraction.
>
Define A^n o- B as:
>
A o- A o- .. A o- B
\-- n times --/
>
The running the prover with this notation:
>
A -> B := A^n o- B
>
repeatedly with increasing n .
Yeah, something like that, but I am pretty sure we can do better than just trial and error.
-Julio