Light linear logics

From LLWiki
Revision as of 18:09, 19 March 2009 by Patrick Baillot (Talk | contribs)

Jump to: navigation, search

Light linear logics are variants of linear logic characterizing complexity classes. They are designed by defining alternative exponential connectives, which induce a complexity bound on the cut-elimination procedure.
Light linear logics are one of the approaches used in implicit computational complexity, the research area studying the computational complexity of programs without referring to external measuring conditions or particular machine models.

Elementary linear logic

We present here the intuitionistic version of elementary linear logic, ELL. Moreover we restrict to the fragment without additive connectives.
The language of formulas is the same one as that of (multiplicative) ILL:


A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A
The sequent calculus rules are the same ones as for ILL, except for the rules dealing with the exponential connectives:


\AxRule{\Gamma\vdash A}
\LabelRule{\oc }
\UnaRule{\oc{\Gamma}\vdash\oc{A}}
\DisplayProof
\qquad
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}
\LabelRule{\oc c L}
\UnaRule{\Gamma,\oc{A}\vdash C}
\DisplayProof
\qquad
\AxRule{\Gamma\vdash C}
\LabelRule{\oc w L}
\UnaRule{\Gamma,\oc{A}\vdash C}
\DisplayProof
The depth of a derivation π is the maximum number of (\oc) rules in a branch of π.
We consider the function K(.,.) defined by:
K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}.
Theorem

If π is an ELL proof of depth d, and R is the corresponding ELL proof-net, then R can be reduced to its normal form by cut elimination in at most K(d + 1,π) steps.

Personal tools