<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://140-77-166-78.cprapid.com/mediawiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://140-77-166-78.cprapid.com/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Patrick+Baillot</id>
		<title>LLWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://140-77-166-78.cprapid.com/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Patrick+Baillot"/>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Special:Contributions/Patrick_Baillot"/>
		<updated>2026-04-12T07:32:27Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.20+dfsg-0+deb7u3</generator>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T18:37:56Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative)  [[Intuitionistic linear logic|ILL]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for [[Intuitionistic linear logic|ILL]], except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
Elementary linear logic was introduced together with light linear logic in&lt;br /&gt;
&amp;lt;ref&amp;gt;{{BibEntry|bibtype=journal|author=Girard, Jean-Yves|title=Light linear logic|journal=Information and Computation|volume=143|pages=175-204|year=1998}}&amp;lt;/ref&amp;gt;.&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an LLL proof of depth d, and R is the corresponding LLL proof-net, then R can be reduced to its normal form by cut elimination in &lt;br /&gt;
&amp;lt;math&amp;gt; O((d+1)|\pi|^{2^{d+1}})&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
The class FP is the class of functions on binary lists which are computable in polynomial time on a Turing machine.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in LLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
In the literature one also often considers the ''affine'' variant of LLL, called ''light affine logic'', LAL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Soft linear logic =&lt;br /&gt;
We consider the intuitionistic version of ''soft linear logic'', SLL.&lt;br /&gt;
&lt;br /&gt;
The language of formulas is the same one as that of ILL:&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A \mid A\with A \mid  A\plus A   \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A^{(n)}\vdash C}&lt;br /&gt;
\LabelRule{mplex}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rule mplex is the ''multiplexing'' rule. In its premise, &amp;lt;math&amp;gt;A^{(n)}&amp;lt;/math&amp;gt; stands for&lt;br /&gt;
n occurrences of formula &amp;lt;math&amp;gt; A &amp;lt;/math&amp;gt;. As particular instances of mplex for &amp;lt;math&amp;gt;n=0&amp;lt;/math&amp;gt; and 1 respectively, we get weakening and dereliction:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma \vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A\vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an SLL proof of depth d, and R is the corresponding SLL proof-net, then R can be reduced to its normal form by cut elimination in  &lt;br /&gt;
&amp;lt;math&amp;gt; O(|\pi|^d)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in SLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Soft linear logic was introduced  in&lt;br /&gt;
&amp;lt;ref&amp;gt;{{BibEntry|bibtype=journal|author=Lafont, Yves|title=Soft linear logic and polynomial time|journal=Theoretcal Computer Science|volume=318(1-2)|pages=163-180|year=2004}}&amp;lt;/ref&amp;gt;.&lt;br /&gt;
= References =&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T18:37:26Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative)  [[Intuitionistic linear logic|ILL]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for [[Intuitionistic linear logic|ILL]], except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
Elementary linear logic was introduced together with light linear logic in&lt;br /&gt;
&amp;lt;ref&amp;gt;{{BibEntry|bibtype=journal|author=Girard, Jean-Yves|title=Light linear logic|journal=Information and Computation|volume=143|pages=175-204|year=1998}}&amp;lt;/ref&amp;gt;.&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an LLL proof of depth d, and R is the corresponding LLL proof-net, then R can be reduced to its normal form by cut elimination in &lt;br /&gt;
&amp;lt;math&amp;gt; O((d+1)|\pi|^{2^{d+1}})&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
The class FP is the class of functions on binary lists which are computable in polynomial time on a Turing machine.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in LLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
In the literature one also often considers the ''affine'' variant of LLL, called ''light affine logic'', LAL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Soft linear logic =&lt;br /&gt;
We consider the intuitionistic version of ''soft linear logic'', SLL.&lt;br /&gt;
&lt;br /&gt;
The language of formulas is the same one as that of ILL:&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A \mid A\with A \mid  A\plus A   \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A^{(n)}\vdash C}&lt;br /&gt;
\LabelRule{mplex}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rule mplex is the ''multiplexing'' rule. In its premise, &amp;lt;math&amp;gt;A^{(n)}&amp;lt;/math&amp;gt; stands for&lt;br /&gt;
n occurrences of formula &amp;lt;math&amp;gt; A &amp;lt;/math&amp;gt;. As particular instances of mplex for &amp;lt;math&amp;gt;n=0&amp;lt;/math&amp;gt; and 1 respectively, we get weakening and dereliction:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma \vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A\vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an SLL proof of depth d, and R is the corresponding SLL proof-net, then R can be reduced to its normal form by cut elimination in  &lt;br /&gt;
&amp;lt;math&amp;gt; O(|\pi|^d)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in SLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Soft linear logic was introduced  in&lt;br /&gt;
&amp;lt;ref&amp;gt;{{BibEntry|bibtype=journal|author=Lafont, Yves|title=Soft linear logic and polynomial time|journal=Theoretcal Computer Science|volume=318(1-2)|issue=1-2|pages=163-180|year=2004}}&amp;lt;/ref&amp;gt;.&lt;br /&gt;
= References =&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T18:36:38Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative)  [[Intuitionistic linear logic|ILL]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for [[Intuitionistic linear logic|ILL]], except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
Elementary linear logic was introduced together with light linear logic in&lt;br /&gt;
&amp;lt;ref&amp;gt;{{BibEntry|bibtype=journal|author=Girard, Jean-Yves|title=Light linear logic|journal=Information and Computation|volume=143|pages=175-204|year=1998}}&amp;lt;/ref&amp;gt;.&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an LLL proof of depth d, and R is the corresponding LLL proof-net, then R can be reduced to its normal form by cut elimination in &lt;br /&gt;
&amp;lt;math&amp;gt; O((d+1)|\pi|^{2^{d+1}})&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
The class FP is the class of functions on binary lists which are computable in polynomial time on a Turing machine.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in LLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
In the literature one also often considers the ''affine'' variant of LLL, called ''light affine logic'', LAL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Soft linear logic =&lt;br /&gt;
We consider the intuitionistic version of ''soft linear logic'', SLL.&lt;br /&gt;
&lt;br /&gt;
The language of formulas is the same one as that of ILL:&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A \mid A\with A \mid  A\plus A   \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A^{(n)}\vdash C}&lt;br /&gt;
\LabelRule{mplex}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rule mplex is the ''multiplexing'' rule. In its premise, &amp;lt;math&amp;gt;A^{(n)}&amp;lt;/math&amp;gt; stands for&lt;br /&gt;
n occurrences of formula &amp;lt;math&amp;gt; A &amp;lt;/math&amp;gt;. As particular instances of mplex for &amp;lt;math&amp;gt;n=0&amp;lt;/math&amp;gt; and 1 respectively, we get weakening and dereliction:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma \vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A\vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an SLL proof of depth d, and R is the corresponding SLL proof-net, then R can be reduced to its normal form by cut elimination in  &lt;br /&gt;
&amp;lt;math&amp;gt; O(|\pi|^d)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in SLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Soft linear logic was introduced  in&lt;br /&gt;
&amp;lt;ref&amp;gt;{{BibEntry|bibtype=journal|author=Lafont, Yves|title=Soft linear logic and polynomial time|journal=Theoretcal Computer Science|volume=318|issue=1-2|pages=163-180|year=2004}}&amp;lt;/ref&amp;gt;.&lt;br /&gt;
= References =&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T18:33:33Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative)  [[Intuitionistic linear logic|ILL]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for [[Intuitionistic linear logic|ILL]], except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
Elementary linear logic was introduced together with light linear logic in&lt;br /&gt;
&amp;lt;ref&amp;gt;{{BibEntry|bibtype=journal|author=Girard, Jean-Yves|title=Light linear logic.|journal=Information and Computation|volume=143|pages=175-204|year=1998}}&amp;lt;/ref&amp;gt;.&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an LLL proof of depth d, and R is the corresponding LLL proof-net, then R can be reduced to its normal form by cut elimination in &lt;br /&gt;
&amp;lt;math&amp;gt; O((d+1)|\pi|^{2^{d+1}})&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
The class FP is the class of functions on binary lists which are computable in polynomial time on a Turing machine.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in LLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
In the literature one also often considers the ''affine'' variant of LLL, called ''light affine logic'', LAL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Soft linear logic =&lt;br /&gt;
We consider the intuitionistic version of ''soft linear logic'', SLL.&lt;br /&gt;
&lt;br /&gt;
The language of formulas is the same one as that of ILL:&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A \mid A\with A \mid  A\plus A   \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A^{(n)}\vdash C}&lt;br /&gt;
\LabelRule{mplex}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rule mplex is the ''multiplexing'' rule. In its premise, &amp;lt;math&amp;gt;A^{(n)}&amp;lt;/math&amp;gt; stands for&lt;br /&gt;
n occurrences of formula &amp;lt;math&amp;gt; A &amp;lt;/math&amp;gt;. As particular instances of mplex for &amp;lt;math&amp;gt;n=0&amp;lt;/math&amp;gt; and 1 respectively, we get weakening and dereliction:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma \vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A\vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an SLL proof of depth d, and R is the corresponding SLL proof-net, then R can be reduced to its normal form by cut elimination in  &lt;br /&gt;
&amp;lt;math&amp;gt; O(|\pi|^d)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in SLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T18:32:39Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative)  [[Intuitionistic linear logic|ILL]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for [[Intuitionistic linear logic|ILL]], except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
Elementary linear logic was introduced together with light linear logic in&lt;br /&gt;
&amp;lt;ref&amp;gt;{{BibEntry|bibtype=journal|author=Girard, Jean-Yves|title=Light linear logic.|journal=Information and Computation|volume=143|pages=175-204|year=1998}}&amp;lt;/ref&amp;gt;.&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an LLL proof of depth d, and R is the corresponding LLL proof-net, then R can be reduced to its normal form by cut elimination in &lt;br /&gt;
&amp;lt;math&amp;gt; O((d+1)|\pi|^{2^{d+1}})&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
The class FP is the class of functions on binary lists which are computable in polynomial time on a Turing machine.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in LLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
In the literature one also often considers the ''affine'' variant of LLL, called ''light affine logic'', LAL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Soft linear logic =&lt;br /&gt;
We consider the intuitionistic version of ''soft linear logic'', SLL.&lt;br /&gt;
&lt;br /&gt;
The language of formulas is the same one as that of ILL:&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A \mid A\with A \mid  A\plus A   \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A^{(n)}\vdash C}&lt;br /&gt;
\LabelRule{mplex}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rule mplex is the ''multiplexing'' rule. In its premise, &amp;lt;math&amp;gt;A^{(n)}&amp;lt;/math&amp;gt; stands for&lt;br /&gt;
n occurrences of formula &amp;lt;math&amp;gt; A &amp;lt;/math&amp;gt;. As particular instances of mplex for &amp;lt;math&amp;gt;n=0&amp;lt;/math&amp;gt; and 1 respectively, we get weakening and dereliction:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma \vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A\vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an SLL proof of depth d, and R is the corresponding SLL proof-net, then R can be reduced to its normal form by cut elimination in  &lt;br /&gt;
&amp;lt;math&amp;gt; O(|\pi|^d)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in SLL is exactly FP.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T18:27:13Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative)  [[Intuitionistic linear logic|ILL]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for [[Intuitionistic linear logic|ILL]], except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an LLL proof of depth d, and R is the corresponding LLL proof-net, then R can be reduced to its normal form by cut elimination in &lt;br /&gt;
&amp;lt;math&amp;gt; O((d+1)|\pi|^{2^{d+1}})&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
The class FP is the class of functions on binary lists which are computable in polynomial time on a Turing machine.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in LLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
In the literature one also often considers the ''affine'' variant of LLL, called ''light affine logic'', LAL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Soft linear logic =&lt;br /&gt;
We consider the intuitionistic version of ''soft linear logic'', SLL.&lt;br /&gt;
&lt;br /&gt;
The language of formulas is the same one as that of ILL:&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A \mid A\with A \mid  A\plus A   \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A^{(n)}\vdash C}&lt;br /&gt;
\LabelRule{mplex}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rule mplex is the ''multiplexing'' rule. In its premise, &amp;lt;math&amp;gt;A^{(n)}&amp;lt;/math&amp;gt; stands for&lt;br /&gt;
n occurrences of formula &amp;lt;math&amp;gt; A &amp;lt;/math&amp;gt;. As particular instances of mplex for &amp;lt;math&amp;gt;n=0&amp;lt;/math&amp;gt; and 1 respectively, we get weakening and dereliction:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma \vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A\vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an SLL proof of depth d, and R is the corresponding SLL proof-net, then R can be reduced to its normal form by cut elimination in  &lt;br /&gt;
&amp;lt;math&amp;gt; O(|\pi|^d)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in SLL is exactly FP.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T18:25:43Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative)  [[Intuitionistic linear logic|ILL]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for [[Intuitionistic linear logic|ILL]], except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an LLL proof of depth d, and R is the corresponding LLL proof-net, then R can be reduced to its normal form by cut elimination in &lt;br /&gt;
&amp;lt;math&amp;gt; O((d+1)|\pi|^{2^{d+1}})&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
The class FP is the class of functions on binary lists which are computable in polynomial time on a Turing machine.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in LLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
In the literature one also often considers the ''affine'' variant of LLL, called ''light affine logic'', LAL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Soft linear logic =&lt;br /&gt;
We consider the intuitionistic version of ''soft linear logic'', SLL.&lt;br /&gt;
&lt;br /&gt;
The language of formulas is the same one as that of ILL:&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A \mid A\with A \mid  A\plus A   \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A^{(n)}\vdash C}&lt;br /&gt;
\LabelRule{mplex}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rule mplex is the ''multiplexing'' rule. In its premise, &amp;lt;math&amp;gt;A^{(n)}&amp;lt;/math&amp;gt; stands for&lt;br /&gt;
n occurrences of formula &amp;lt;math&amp;gt; A &amp;lt;/math&amp;gt;. As particular instances of mplex for &amp;lt;math&amp;gt;n=0&amp;lt;/math&amp;gt; and 1 respectively, we get weakening and dereliction:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma \vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A\vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an SLL proof of depth d, and R is the corresponding SLL proof-net, then R can be reduced to its normal form by cut elimination in  &lt;br /&gt;
&amp;lt;math&amp;gt; O(|\pi|^d))&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in SLL is exactly FP.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T18:22:29Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative)  [[Intuitionistic linear logic|ILL]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for [[Intuitionistic linear logic|ILL]], except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an LLL proof of depth d, and R is the corresponding LLL proof-net, then R can be reduced to its normal form by cut elimination in &lt;br /&gt;
&amp;lt;math&amp;gt; O((d+1)|\pi|^{2^{d+1}})&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
The class FP is the class of functions on binary lists which are computable in polynomial time on a Turing machine.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in LLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
In the literature one also often considers the ''affine'' variant of LLL, called ''light affine logic'' LAL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Soft linear logic =&lt;br /&gt;
We consider the intuitionistic version of ''soft linear logic'', SLL.&lt;br /&gt;
&lt;br /&gt;
The language of formulas is the same one as that of ILL:&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A \mid A\with A \mid  A\plus A   \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A^{(n)}\vdash C}&lt;br /&gt;
\LabelRule{mplex}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rule mplex is the ''multiplexing'' rule. In its premise, &amp;lt;math&amp;gt;A^{(n)}&amp;lt;/math&amp;gt; stands for&lt;br /&gt;
n occurrences of formula &amp;lt;math&amp;gt; A &amp;lt;/math&amp;gt;. As particular instances of mplex for &amp;lt;math&amp;gt;n=0&amp;lt;/math&amp;gt; and 1 respectively, we get weakening and dereliction:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma \vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A\vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an SLL proof of depth d, and R is the corresponding SLL proof-net, then R can be reduced to its normal form by cut elimination in  &lt;br /&gt;
&amp;lt;math&amp;gt; O(|\pi|^d))&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in SLL is exactly FP.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T18:21:40Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative)  [[Intuitionistic linear logic|ILL]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an LLL proof of depth d, and R is the corresponding LLL proof-net, then R can be reduced to its normal form by cut elimination in &lt;br /&gt;
&amp;lt;math&amp;gt; O((d+1)|\pi|^{2^{d+1}})&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
The class FP is the class of functions on binary lists which are computable in polynomial time on a Turing machine.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in LLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
In the literature one also often considers the ''affine'' variant of LLL, called ''light affine logic'' LAL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Soft linear logic =&lt;br /&gt;
We consider the intuitionistic version of ''soft linear logic'', SLL.&lt;br /&gt;
&lt;br /&gt;
The language of formulas is the same one as that of ILL:&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A \mid A\with A \mid  A\plus A   \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A^{(n)}\vdash C}&lt;br /&gt;
\LabelRule{mplex}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rule mplex is the ''multiplexing'' rule. In its premise, &amp;lt;math&amp;gt;A^{(n)}&amp;lt;/math&amp;gt; stands for&lt;br /&gt;
n occurrences of formula &amp;lt;math&amp;gt; A &amp;lt;/math&amp;gt;. As particular instances of mplex for &amp;lt;math&amp;gt;n=0&amp;lt;/math&amp;gt; and 1 respectively, we get weakening and dereliction:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma \vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A\vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an SLL proof of depth d, and R is the corresponding SLL proof-net, then R can be reduced to its normal form by cut elimination in  &lt;br /&gt;
&amp;lt;math&amp;gt; O(|\pi|^d))&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in SLL is exactly FP.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T18:15:45Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an LLL proof of depth d, and R is the corresponding LLL proof-net, then R can be reduced to its normal form by cut elimination in &lt;br /&gt;
&amp;lt;math&amp;gt; O((d+1)|\pi|^{2^{d+1}})&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
The class FP is the class of functions on binary lists which are computable in polynomial time on a Turing machine.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in LLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
In the literature one also often considers the ''affine'' variant of LLL, called ''light affine logic'' LAL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Soft linear logic =&lt;br /&gt;
We consider the intuitionistic version of ''soft linear logic'', SLL.&lt;br /&gt;
&lt;br /&gt;
The language of formulas is the same one as that of ILL:&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A \mid A\with A \mid  A\plus A   \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A^{(n)}\vdash C}&lt;br /&gt;
\LabelRule{mplex}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rule mplex is the ''multiplexing'' rule. In its premise, &amp;lt;math&amp;gt;A^{(n)}&amp;lt;/math&amp;gt; stands for&lt;br /&gt;
n occurrences of formula &amp;lt;math&amp;gt; A &amp;lt;/math&amp;gt;. As particular instances of mplex for &amp;lt;math&amp;gt;n=0&amp;lt;/math&amp;gt; and 1 respectively, we get weakening and dereliction:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma \vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A\vdash C}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an SLL proof of depth d, and R is the corresponding SLL proof-net, then R can be reduced to its normal form by cut elimination in  &lt;br /&gt;
&amp;lt;math&amp;gt; O(|\pi|^d))&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in SLL is exactly FP.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T18:14:31Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an LLL proof of depth d, and R is the corresponding LLL proof-net, then R can be reduced to its normal form by cut elimination in &lt;br /&gt;
&amp;lt;math&amp;gt; O((d+1)|\pi|^{2^{d+1}})&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
The class FP is the class of functions on binary lists which are computable in polynomial time on a Turing machine.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in LLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
In the literature one also often considers the ''affine'' variant of LLL, called ''light affine logic'' LAL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Soft linear logic =&lt;br /&gt;
We consider the intuitionistic version of ''soft linear logic'', SLL.&lt;br /&gt;
&lt;br /&gt;
The language of formulas is the same one as that of ILL:&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A \mid A\with A \mid  A\plus A   \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A^{(n)}\vdash C}&lt;br /&gt;
\LabelRule{mplex}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rule mplex is the ''multiplexing'' rule. In its premise, &amp;lt;math&amp;gt;A^{(n)}&amp;lt;/math&amp;gt; stands for&lt;br /&gt;
n occurrences of formula &amp;lt;math&amp;gt; A &amp;lt;/math&amp;gt;. As particular instances of mplex for &amp;lt;math&amp;gt;n=0&amp;lt;/math&amp;gt; and 1 respectively, we get weakening and dereliction:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma \vdash C}&lt;br /&gt;
\LabelRule{mplex}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A\vdash C}&lt;br /&gt;
\LabelRule{mplex}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an SLL proof of depth d, and R is the corresponding SLL proof-net, then R can be reduced to its normal form by cut elimination in  &lt;br /&gt;
&amp;lt;math&amp;gt; O(|\pi|^d))&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T18:09:52Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an LLL proof of depth d, and R is the corresponding LLL proof-net, then R can be reduced to its normal form by cut elimination in &lt;br /&gt;
&amp;lt;math&amp;gt; O((d+1)|\pi|^{2^{d+1}})&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
The class FP is the class of functions on binary lists which are computable in polynomial time on a Turing machine.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in LLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
In the literature one also often considers the ''affine'' variant of LLL, called ''light affine logic'' LAL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Soft linear logic =&lt;br /&gt;
We consider the intuitionistic version of ''soft linear logic'', SLL.&lt;br /&gt;
&lt;br /&gt;
The language of formulas is the same one as that of ILL:&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A \mid A\with A \mid  A\plus A   \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,A^{n}\vdash C}&lt;br /&gt;
\LabelRule{mplex}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an SLL proof of depth d, and R is the corresponding SLL proof-net, then R can be reduced to its normal form by cut elimination in  &lt;br /&gt;
&amp;lt;math&amp;gt; O(|\pi|^d))&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:55:52Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an LLL proof of depth d, and R is the corresponding LLL proof-net, then R can be reduced to its normal form by cut elimination in &lt;br /&gt;
&amp;lt;math&amp;gt; O((d+1)|\pi|^{2^{d+1}})&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
The class FP is the class of functions on binary lists which are computable in polynomial time on a Turing machine.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in LLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
In the literature one also often considers the ''affine'' variant of LLL, called ''light affine logic'' LAL.&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:55:24Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an LLL proof of depth d, and R is the corresponding LLL proof-net, then R can be reduced to its normal form by cut elimination in &lt;br /&gt;
&amp;lt;math&amp;gt; O((d+1)|\pi|^{2^{d+1}})&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
 The class FP is the class of functions on binary lists which are computable in polynomial time on a Turing machine.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The class of functions on binary lists representable in LLL is exactly FP.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
In the literature one also often considers the ''affine'' variant of LLL, called ''light affine logic'' LAL.&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:50:45Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is an LLL proof of depth d, and R is the corresponding LLL proof-net, then R can be reduced to its normal form by cut elimination in &lt;br /&gt;
&amp;lt;math&amp;gt; O((d+1)|\pi|^{2^{d+1}})&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:46:56Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(\pg)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:44:54Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: /* Light linear logic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:44:23Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: /* Light linear logic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\pg }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
 In the &amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; must contain ''at most one'' formula.&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:43:35Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: /* Elementary linear logic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;br /&gt;
&lt;br /&gt;
= Light linear logic =&lt;br /&gt;
We present the intuitionistic version of ''light linear logic''  LLL, without additive connectives. The language of formulas is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \pg{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma, \Delta\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}, \pg \Delta\vdash\pg{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
 In the &amp;lt;math&amp;gt;(\oc)&amp;lt;\math&amp;gt; rule, &amp;lt;math&amp;gt;\Gamma&amp;lt;\math&amp;gt; must contain ''at most one'' formula.&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:32:48Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:32:19Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
Light linear logics are one of the approaches used in ''implicit computational complexity'',  the area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
= Elementary linear logic =&lt;br /&gt;
We present here the intuitionistic version of ''elementary linear logic'', ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
 One also often considers the ''affine'' variant of ELL, called ''elementary affine logic'' EAL, which is defined by adding unrestricted weakening:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{ w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It enjoys the same properties as ELL.&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:27:17Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: /* Elementary linear logic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Elementary linear logic ==&lt;br /&gt;
We present here the intuitionistic version of elementary linear logic, ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:26:24Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: /* Elementary linear logic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Elementary linear logic ==&lt;br /&gt;
We present here the intuitionistic version of elementary linear logic, ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&amp;lt;br&amp;gt;&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&amp;lt;br&amp;gt;&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:20:25Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: /* Elementary linear logic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Elementary linear logic ==&lt;br /&gt;
We present here the intuitionistic version of elementary linear logic, ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&amp;lt;br&amp;gt;&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&amp;lt;br&amp;gt;&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:20:03Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: /* Elementary linear logic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Elementary linear logic ==&lt;br /&gt;
We present here the intuitionistic version of elementary linear logic, ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&amp;lt;br&amp;gt;&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;br /&gt;
{{Theorem|The functions representable in  ELL are exactly the elementary recursive&lt;br /&gt;
functions.&lt;br /&gt;
}}&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:18:29Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: /* Elementary linear logic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Elementary linear logic ==&lt;br /&gt;
We present here the intuitionistic version of elementary linear logic, ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;, where n is the size of the input.&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:17:57Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: /* Elementary linear logic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Elementary linear logic ==&lt;br /&gt;
We present here the intuitionistic version of elementary linear logic, ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
A function f on integers is ''elementary recursive'' if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes  f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:17:15Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: /* Elementary linear logic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Elementary linear logic ==&lt;br /&gt;
We present here the intuitionistic version of elementary linear logic, ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;br /&gt;
 A function f is ''elementary recursive''&lt;br /&gt;
if there exists an integer h and a  Turing  machine &lt;br /&gt;
which  computes &lt;br /&gt;
f in time bounded by  &amp;lt;math&amp;gt;K(h,n)&amp;lt;/math&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:12:41Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: /* Elementary linear logic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Elementary linear logic ==&lt;br /&gt;
We present here the intuitionistic version of elementary linear logic, ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,|\pi|)&amp;lt;/math&amp;gt; steps, where &amp;lt;math&amp;gt;|\pi|&amp;lt;/math&amp;gt;is the size of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.}}&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:09:42Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: /* Elementary linear logic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Elementary linear logic ==&lt;br /&gt;
We present here the intuitionistic version of elementary linear logic, ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
{{Theorem|If &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt; K(d+1,\pi)&amp;lt;/math&amp;gt; steps.}}&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T17:03:18Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Elementary linear logic ==&lt;br /&gt;
We present here the intuitionistic version of elementary linear logic, ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The ''depth'' of a derivation &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt; is the maximum number of&lt;br /&gt;
&amp;lt;math&amp;gt;(\oc)&amp;lt;/math&amp;gt; rules in a branch of &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T16:56:23Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Elementary linear logic ==&lt;br /&gt;
We present here the intuitionistic version of elementary linear logic, ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)}&amp;lt;/math&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T16:50:38Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Elementary linear logic ==&lt;br /&gt;
We present here the intuitionistic version of elementary linear logic, ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
 We consider the function &amp;lt;math&amp;gt;K(.,.)&amp;lt;/math&amp;gt; defined by:&lt;br /&gt;
&amp;lt;math&amp;gt;K(0,n)=n, \quad K(k+1,n)=2^{K(k,n)&amp;lt;/math&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T16:33:45Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: /* Elementary linear logic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Elementary linear logic ==&lt;br /&gt;
We present here the intuitionistic version of elementary linear logic, ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The sequent calculus rules are the same ones as for ILL, except for the rules&lt;br /&gt;
dealing with the exponential connectives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A}&lt;br /&gt;
\LabelRule{\oc }&lt;br /&gt;
\UnaRule{\oc{\Gamma}\vdash\oc{A}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma,\oc{A},\oc{A}\vdash C}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad&lt;br /&gt;
\AxRule{\Gamma\vdash C}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\Gamma,\oc{A}\vdash C}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T16:26:15Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&amp;lt;br&amp;gt;&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== Elementary linear logic ==&lt;br /&gt;
We present here the intuitionistic version of elementary linear logic, ELL. Moreover we restrict to the fragment without additive connectives. &amp;lt;br&amp;gt; The language of formulas is the same one as that of (multiplicative) ILL:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
A ::= X \mid A\tens A \mid A\limp A  \mid \oc{A} \mid \forall X A &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T16:13:07Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
\section{Elementary linear logic}&lt;br /&gt;
\section{Light linear logic}&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics</id>
		<title>Light linear logics</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php/Light_linear_logics"/>
				<updated>2009-03-19T16:11:52Z</updated>
		
		<summary type="html">&lt;p&gt;Patrick Baillot: New page: 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 th...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&lt;br /&gt;
&lt;br /&gt;
 Light linear logics are one of the approaches used in \textit{implicit computational complexity},  the research area studying the computational complexity of programs without referring to external measuring conditions or particular machine models. &lt;br /&gt;
&lt;br /&gt;
\section{Elementary linear logic}&lt;br /&gt;
\section{Light linear logic}&lt;/div&gt;</summary>
		<author><name>Patrick Baillot</name></author>	</entry>

	</feed>