<?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/index.php?action=history&amp;feed=atom&amp;title=Translations_of_classical_logic</id>
		<title>Translations of classical logic - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://140-77-166-78.cprapid.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Translations_of_classical_logic"/>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php?title=Translations_of_classical_logic&amp;action=history"/>
		<updated>2026-04-12T07:36:41Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.20+dfsg-0+deb7u3</generator>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php?title=Translations_of_classical_logic&amp;diff=415&amp;oldid=prev</id>
		<title>Olivier Laurent: Q-translation added</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php?title=Translations_of_classical_logic&amp;diff=415&amp;oldid=prev"/>
				<updated>2009-10-05T21:11:13Z</updated>
		
		<summary type="html">&lt;p&gt;Q-translation added&lt;/p&gt;
&lt;a href=&quot;http://140-77-166-78.cprapid.com/mediawiki/index.php?title=Translations_of_classical_logic&amp;amp;diff=415&amp;amp;oldid=410&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Olivier Laurent</name></author>	</entry>

	<entry>
		<id>http://140-77-166-78.cprapid.com/mediawiki/index.php?title=Translations_of_classical_logic&amp;diff=410&amp;oldid=prev</id>
		<title>Olivier Laurent: T-translation</title>
		<link rel="alternate" type="text/html" href="http://140-77-166-78.cprapid.com/mediawiki/index.php?title=Translations_of_classical_logic&amp;diff=410&amp;oldid=prev"/>
				<updated>2009-09-21T21:04:25Z</updated>
		
		<summary type="html">&lt;p&gt;T-translation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== T-translation &amp;lt;math&amp;gt;A\imp B \mapsto \oc{\wn{A}}\limp\wn{B}&amp;lt;/math&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Formulas are translated as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{array}{rcl}&lt;br /&gt;
X^T &amp;amp; = &amp;amp; X \\&lt;br /&gt;
(A\imp B)^T &amp;amp; = &amp;amp; \oc{\wn{A^T}}\limp\wn{B^T} \\&lt;br /&gt;
(A\wedge B)^T &amp;amp; = &amp;amp; \wn{A^T} \with \wn{B^T} \\&lt;br /&gt;
T^T &amp;amp; = &amp;amp; \top \\&lt;br /&gt;
(A\vee B)^T &amp;amp; = &amp;amp; \wn{A^T}\parr\wn{B^T} \\&lt;br /&gt;
F^T &amp;amp; = &amp;amp; \bot \\&lt;br /&gt;
(\neg A)^T &amp;amp; = &amp;amp; \wn{\oc{(A^T)\orth}} \\&lt;br /&gt;
(\forall\xi A)^T &amp;amp; = &amp;amp; \forall\xi \wn{A^T} \\&lt;br /&gt;
(\exists\xi A)^T &amp;amp; = &amp;amp; \exists\xi \oc{\wn{A^T}}&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is extended to sequents by &amp;lt;math&amp;gt;(\Gamma\vdash\Delta)^T = \oc{\wn{\Gamma^T}}\vdash\wn{\Delta^T}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This allows one to translate the rules of classical logic into linear logic:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\LabelRule{\rulename{ax}}&lt;br /&gt;
\NulRule{A\vdash A}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\LabelRule{\rulename{ax}}&lt;br /&gt;
\NulRule{\wn{A^T}\vdash\wn{A^T}}&lt;br /&gt;
\LabelRule{\oc L}&lt;br /&gt;
\UnaRule{\oc{\wn{A^T}}\vdash\wn{A^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A,\Delta}&lt;br /&gt;
\AxRule{\Gamma',A\vdash\Delta'}&lt;br /&gt;
\LabelRule{\rulename{cut}}&lt;br /&gt;
\BinRule{\Gamma,\Gamma'\vdash\Delta,\Delta'}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}}\vdash\wn{A^T},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\oc R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash\oc{\wn{A^T}},\wn{\Delta^T}}&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma'^T}},\oc{\wn{A^T}}\vdash\wn{\Delta'^T}}&lt;br /&gt;
\LabelRule{\rulename{cut}}&lt;br /&gt;
\BinRule{\oc{\wn{\Gamma^T}},\oc{\wn{\Gamma'^T}}\vdash\wn{\Delta^T},\wn{\Delta'^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma,A,A\vdash\Delta}&lt;br /&gt;
\LabelRule{c L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash\Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}},\oc{\wn{A^T}},\oc{\wn{A^T}}\vdash\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\oc c L}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}},\oc{\wn{A^T}}\vdash\wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A,A,\Delta}&lt;br /&gt;
\LabelRule{c R}&lt;br /&gt;
\UnaRule{\Gamma\vdash A,\Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}}\vdash\wn{A^T},\wn{A^T},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\wn c R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash\wn{A^T},\wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash\Delta}&lt;br /&gt;
\LabelRule{w L}&lt;br /&gt;
\UnaRule{\Gamma,A\vdash\Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}}\vdash\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\oc w L}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}},\oc{\wn{A^T}}\vdash\wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash\Delta}&lt;br /&gt;
\LabelRule{w R}&lt;br /&gt;
\UnaRule{\Gamma\vdash A,\Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}}\vdash\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\wn w R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash\wn{A^T},\wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma,A\vdash B,\Delta}&lt;br /&gt;
\LabelRule{\imp R}&lt;br /&gt;
\UnaRule{\Gamma\vdash A\imp B,\Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}},\oc{\wn{A^T}}\vdash\wn{B^T},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\limp R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash \oc{\wn{A^T}}\limp\wn{B^T},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\wn d R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash \wn{(\oc{\wn{A^T}}\limp\wn{B^T})},\wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A,\Delta}&lt;br /&gt;
\AxRule{\Gamma',B\vdash\Delta'}&lt;br /&gt;
\LabelRule{\imp L}&lt;br /&gt;
\BinRule{\Gamma,\Gamma',A\imp B\vdash\Delta,\Delta'}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}}\vdash\wn{A^T},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\oc R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash\oc{\wn{A^T}},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\rulename{ax}}&lt;br /&gt;
\NulRule{\wn{B^T}\vdash\wn{B^T}}&lt;br /&gt;
\LabelRule{\limp L}&lt;br /&gt;
\BinRule{\oc{\wn{\Gamma^T}},\oc{\wn{A^T}}\limp\wn{B^T}\vdash\wn{B^T},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\wn L}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}},\wn{(\oc{\wn{A^T}}\limp\wn{B^T})}\vdash\wn{B^T},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\oc d L}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}},\oc{\wn{(\oc{\wn{A^T}}\limp\wn{B^T})}}\vdash\wn{B^T},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\oc R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}},\oc{\wn{(\oc{\wn{A^T}}\limp\wn{B^T})}}\vdash\oc{\wn{B^T}},\wn{\Delta^T}}&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma'^T}},\oc{\wn{B^T}}\vdash\wn{\Delta'^T}}&lt;br /&gt;
\LabelRule{\rulename{cut}}&lt;br /&gt;
\BinRule{\oc{\wn{\Gamma^T}},\oc{\wn{\Gamma'^T}},\oc{\wn{(\oc{\wn{A^T}}\limp\wn{B^T})}}\vdash\wn{\Delta^T},\wn{\Delta'^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A,\Delta}&lt;br /&gt;
\AxRule{\Gamma\vdash B,\Delta}&lt;br /&gt;
\LabelRule{\wedge R}&lt;br /&gt;
\BinRule{\Gamma\vdash A\wedge B,\Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}}\vdash \wn{A^T},\wn{\Delta^T}}&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}}\vdash \wn{B^T},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\with R}&lt;br /&gt;
\BinRule{\oc{\wn{\Gamma^T}}\vdash \wn{A^T}\with \wn{B^T},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\wn d R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash \wn{(\wn{A^T}\with \wn{B^T})},\wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma,A\vdash \Delta}&lt;br /&gt;
\LabelRule{\wedge_1 L}&lt;br /&gt;
\UnaRule{\Gamma,A\wedge B\vdash \Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\LabelRule{\rulename{ax}}&lt;br /&gt;
\NulRule{\wn{A^T}\vdash \wn{A^T}}&lt;br /&gt;
\LabelRule{\with_1 L}&lt;br /&gt;
\UnaRule{\wn{A^T}\with \wn{B^T}\vdash \wn{A^T}}&lt;br /&gt;
\LabelRule{\wn L}&lt;br /&gt;
\UnaRule{\wn{(\wn{A^T}\with \wn{B^T})}\vdash \wn{A^T}}&lt;br /&gt;
\LabelRule{\oc d L}&lt;br /&gt;
\UnaRule{\oc{\wn{(\wn{A^T}\with \wn{B^T})}}\vdash \wn{A^T}}&lt;br /&gt;
\LabelRule{\oc R}&lt;br /&gt;
\UnaRule{\oc{\wn{(\wn{A^T}\with \wn{B^T})}}\vdash \oc{\wn{A^T}}}&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}},\oc{\wn{A^T}}\vdash \wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\rulename{cut}}&lt;br /&gt;
\BinRule{\oc{\wn{\Gamma^T}},\oc{\wn{(\wn{A^T}\with \wn{B^T})}}\vdash \wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\LabelRule{T R}&lt;br /&gt;
\NulRule{\Gamma\vdash T,\Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\LabelRule{\top R}&lt;br /&gt;
\NulRule{\oc{\wn{\Gamma^T}}\vdash \top,\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\wn d R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash \wn{\top},\wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A,B,\Delta}&lt;br /&gt;
\LabelRule{\vee R}&lt;br /&gt;
\UnaRule{\Gamma\vdash A\vee B,\Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}}\vdash \wn{A^T},\wn{B^T},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\parr R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash \wn{A^T}\parr\wn{B^T},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\wn d R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash \wn{(\wn{A^T}\parr\wn{B^T})},\wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma,A\vdash \Delta}&lt;br /&gt;
\AxRule{\Gamma',B\vdash \Delta'}&lt;br /&gt;
\LabelRule{\vee L}&lt;br /&gt;
\BinRule{\Gamma,\Gamma',A\vee B\vdash \Delta,\Delta'}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\LabelRule{\rulename{ax}}&lt;br /&gt;
\NulRule{\wn{A^T}\vdash \wn{A^T}}&lt;br /&gt;
\LabelRule{\rulename{ax}}&lt;br /&gt;
\NulRule{\wn{B^T}\vdash \wn{B^T}}&lt;br /&gt;
\LabelRule{\parr L}&lt;br /&gt;
\BinRule{\wn{A^T}\parr \wn{B^T}\vdash \wn{A^T},\wn{B^T}}&lt;br /&gt;
\LabelRule{\wn L}&lt;br /&gt;
\UnaRule{\wn{(\wn{A^T}\parr \wn{B^T})}\vdash \wn{A^T},\wn{B^T}}&lt;br /&gt;
\LabelRule{\oc d L}&lt;br /&gt;
\UnaRule{\oc{\wn{(\wn{A^T}\parr \wn{B^T})}}\vdash \wn{A^T},\wn{B^T}}&lt;br /&gt;
\LabelRule{\oc R}&lt;br /&gt;
\UnaRule{\oc{\wn{(\wn{A^T}\parr \wn{B^T})}}\vdash \wn{A^T},\oc{\wn{B^T}}}&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma'^T}},\oc{\wn{B^T}}\vdash \wn{\Delta'^T}}&lt;br /&gt;
\LabelRule{\rulename{cut}}&lt;br /&gt;
\BinRule{\oc{\wn{\Gamma'^T}},\oc{\wn{(\wn{A^T}\parr \wn{B^T})}}\vdash \wn{A^T},\wn{\Delta'^T}}&lt;br /&gt;
\LabelRule{\oc R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma'^T}},\oc{\wn{(\wn{A^T}\parr \wn{B^T})}}\vdash \oc{\wn{A^T}},\wn{\Delta'^T}}&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}},\oc{\wn{A^T}}\vdash \wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\rulename{cut}}&lt;br /&gt;
\BinRule{\oc{\wn{\Gamma^T}},\oc{\wn{\Gamma'^T}},\oc{\wn{(\wn{A^T}\parr \wn{B^T})}}\vdash \wn{\Delta^T},\wn{\Delta'^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash \Delta}&lt;br /&gt;
\LabelRule{F R}&lt;br /&gt;
\UnaRule{\Gamma\vdash F,\Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}}\vdash \wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\bot R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash \bot,\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\wn R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash \wn{\bot},\wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\LabelRule{F L}&lt;br /&gt;
\NulRule{F\vdash {}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\LabelRule{\bot L}&lt;br /&gt;
\NulRule{\bot\vdash {}}&lt;br /&gt;
\LabelRule{\wn L}&lt;br /&gt;
\UnaRule{\wn{\bot}\vdash {}}&lt;br /&gt;
\LabelRule{\oc d L}&lt;br /&gt;
\UnaRule{\oc{\wn{\bot}}\vdash {}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma,A\vdash \Delta}&lt;br /&gt;
\LabelRule{\neg R}&lt;br /&gt;
\UnaRule{\Gamma\vdash \neg A,\Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}},\oc{\wn{A^T}}\vdash \wn{\Delta^T}}&lt;br /&gt;
\LabelRule{(.)\orth R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash \wn{\oc{(A^T)\orth}},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\wn d R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash \wn{\wn{\oc{(A^T)\orth}}},\wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A,\Delta}&lt;br /&gt;
\LabelRule{\neg L}&lt;br /&gt;
\UnaRule{\Gamma,\neg A\vdash \Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}}\vdash \wn{A^T},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{(.)\orth L}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}},\oc{(A^T)\orth}\vdash \wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\wn L}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}},\wn{\oc{(A^T)\orth}}\vdash \wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\wn L}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}},\wn{\wn{\oc{(A^T)\orth}}}\vdash \wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\oc d L}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}},\oc{\wn{\wn{\oc{(A^T)\orth}}}}\vdash \wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A,\Delta}&lt;br /&gt;
\LabelRule{\forall R}&lt;br /&gt;
\UnaRule{\Gamma\vdash \forall\xi A,\Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}}\vdash \wn{A^T},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\forall R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash \forall\xi \wn{A^T},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\wn d R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash \wn{\forall\xi \wn{A^T}},\wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma,A[\tau/\xi]\vdash \Delta}&lt;br /&gt;
\LabelRule{\forall L}&lt;br /&gt;
\UnaRule{\Gamma,\forall\xi A\vdash \Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\LabelRule{\rulename{ax}}&lt;br /&gt;
\NulRule{\wn{A^T}[\tau^T/\xi]\vdash \wn{A^T}[\tau^T/\xi]}&lt;br /&gt;
\LabelRule{\forall L}&lt;br /&gt;
\UnaRule{\forall\xi \wn{A^T}\vdash \wn{A^T}[\tau^T/\xi]}&lt;br /&gt;
\LabelRule{\wn L}&lt;br /&gt;
\UnaRule{\wn{\forall\xi \wn{A^T}}\vdash \wn{A^T}[\tau^T/\xi]}&lt;br /&gt;
\LabelRule{\oc d L}&lt;br /&gt;
\UnaRule{\oc{\wn{\forall\xi \wn{A^T}}}\vdash \wn{A^T}[\tau^T/\xi]}&lt;br /&gt;
\LabelRule{\oc R}&lt;br /&gt;
\UnaRule{\oc{\wn{\forall\xi \wn{A^T}}}\vdash \oc{\wn{A^T}}[\tau^T/\xi]}&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}},\oc{\wn{(A^T[\tau^T/\xi])}}\vdash \wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\rulename{cut}}&lt;br /&gt;
\BinRule{\oc{\wn{\Gamma^T}},\oc{\wn{\forall\xi \wn{A^T}}}\vdash \wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma\vdash A[\tau/\xi],\Delta}&lt;br /&gt;
\LabelRule{\exists R}&lt;br /&gt;
\UnaRule{\Gamma\vdash \exists\xi A,\Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}}\vdash \wn{A^T[\tau^T/\xi]},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\oc R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash \oc{\wn{A^T[\tau^T/\xi]}},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\exists R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash \exists\xi \oc{\wn{A^T}},\wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\wn d R}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}}\vdash \wn{\exists\xi \oc{\wn{A^T}}},\wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\AxRule{\Gamma,A\vdash \Delta}&lt;br /&gt;
\LabelRule{\exists L}&lt;br /&gt;
\UnaRule{\Gamma,\exists\xi A\vdash \Delta}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
\qquad\mapsto\qquad&lt;br /&gt;
\AxRule{\oc{\wn{\Gamma^T}},\oc{\wn{A^T}}\vdash \wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\exists L}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}},\exists\xi\oc{\wn{A^T}}\vdash \wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\wn L}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}},\wn{\exists\xi\oc{\wn{A^T}}}\vdash \wn{\Delta^T}}&lt;br /&gt;
\LabelRule{\oc d L}&lt;br /&gt;
\UnaRule{\oc{\wn{\Gamma^T}},\oc{\wn{\exists\xi\oc{\wn{A^T}}}}\vdash \wn{\Delta^T}}&lt;br /&gt;
\DisplayProof&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Alternative presentation ===&lt;br /&gt;
&lt;br /&gt;
It is also possible to define &amp;lt;math&amp;gt;A^{\overline{T}}&amp;lt;/math&amp;gt; by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{array}{rcl}&lt;br /&gt;
X^{\overline{T}} &amp;amp; = &amp;amp; \wn{X} \\&lt;br /&gt;
(A\imp B)^{\overline{T}} &amp;amp; = &amp;amp; \wn{(\oc{A^{\overline{T}}}\limp B^{\overline{T}})} \\&lt;br /&gt;
(A\wedge B)^{\overline{T}} &amp;amp; = &amp;amp; \wn{(A^{\overline{T}} \with B^{\overline{T}})} \\&lt;br /&gt;
T^{\overline{T}} &amp;amp; = &amp;amp; \wn{\top} \\&lt;br /&gt;
(A\vee B)^{\overline{T}} &amp;amp; = &amp;amp; \wn{(A^{\overline{T}}\parr B^{\overline{T}})} \\&lt;br /&gt;
F^{\overline{T}} &amp;amp; = &amp;amp; \wn{\bot} \\&lt;br /&gt;
(\neg A)^{\overline{T}} &amp;amp; = &amp;amp; \wn{\wn{(A^{\overline{T}})\orth}} \\&lt;br /&gt;
(\forall\xi A)^{\overline{T}} &amp;amp; = &amp;amp; \wn{\forall\xi A^{\overline{T}}} \\&lt;br /&gt;
(\exists\xi A)^{\overline{T}} &amp;amp; = &amp;amp; \wn{\exists\xi \oc{A^{\overline{T}}}}&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If we define &amp;lt;math&amp;gt;(\Gamma\vdash\Delta)^{\overline{T}} = \oc{\Gamma^{\overline{T}}}\vdash \Delta^{\overline{T}}&amp;lt;/math&amp;gt;, we have &amp;lt;math&amp;gt;(\Gamma\vdash\Delta)^{\overline{T}} = (\Gamma\vdash\Delta)^T&amp;lt;/math&amp;gt; and thus we obtain the same translation of proofs.&lt;/div&gt;</summary>
		<author><name>Olivier Laurent</name></author>	</entry>

	</feed>