Sujet : Re: What is it, a Bird or an Airplane? (Was: Happy Now? (Was: Please be patient))
De : janburse (at) *nospam* fastmail.fm (Mild Shock)
Groupes : sci.logicDate : 21. Dec 2024, 02:03:30
Autres entêtes
Message-ID : <vk5451$1ic3g$1@solani.org>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 SeaMonkey/2.53.19
Well you have to name it natural deduction
and not gentzen. It goes back to Stanisław Jaśkowski:
https://en.wikipedia.org/wiki/Stanis%C5%82aw_Ja%C5%9BkowskiThe paper is this here:
https://www.logik.ch/daten/jaskowski.pdfGentzens innovation was probably the Sequent
Calculus and not the natural deduction.
Julio Di Egidio schrieb:
On 21/12/2024 01:30, Mild Shock wrote:
Hi,
>
Could you define what you mean by "gentzen"?
Really?? This is what I mean by "gentzen" (lowercase):
<https://gist.github.com/jp-diegidio/b6a7a071f9f81a469c493c4afcc5cb11>
Code is law! All else failing...
Can you convert this proof:
>
> ?- prove(pos, []=>(a->(a->b))->(a->b), Ps).
> Ps = [impI,impI,impE(1),[init(0)],[impE(0),[init(0)],[init(0)]]] ;
> false
>
Into a BCK expression?
I'll see if I can figure it out.
-Julio