Provable formulas

From LLWiki
(Difference between revisions)
Jump to: navigation, search
(Factorizations: plus/par added)
(Promotion principles added)
Line 69: Line 69:
 
\wn{(A \with B)} &\limp& \wn{A} \with \wn{B} \\
 
\wn{(A \with B)} &\limp& \wn{A} \with \wn{B} \\
 
\oc{A} \plus \oc{B} &\limp& \oc{(A \plus B)}
 
\oc{A} \plus \oc{B} &\limp& \oc{(A \plus B)}
  +
\end{array}
  +
</math>
  +
  +
== Promotion principles ==
  +
  +
<math>
  +
\begin{array}{rcl}
  +
\oc{A} \tens \wn{B} &\limp& \wn{(A \tens B)} \\
  +
\oc{(A \parr B)} &\limp& \wn{A} \parr \oc{B}
 
\end{array}
 
\end{array}
 
</math>
 
</math>

Revision as of 20:25, 28 October 2013

This page is a stub and needs more content.


Important provable formulas are given by isomorphisms and by equivalences.

In many of the cases below the converse implication does not hold.

Contents

Distributivities

A\tens (B\parr C) \limp (A\tens B)\parr C

A\plus (B\with C) \limp (A\plus B)\with (A\plus C)

A\tens (B\with C) \limp (A\tens B)\with (A\tens C)

Factorizations

(A\with B)\plus (A\with C) \limp A\with (B\plus C)

(A\parr B)\plus (A\parr C) \limp A\parr (B\plus C)

Additive structure


\begin{array}{rclcrclcrcl}
  A\with B &\limp& A &\quad& A\with B &\limp& B &\quad& A &\limp& \top\\
  A &\limp& A\plus B &\quad& B &\limp& A\plus B &\quad& \zero &\limp& A
\end{array}

Quantifiers


\begin{array}{rcll}
  A &\limp& \forall \xi.A  &\quad  (\xi\notin A) \\
  \exists \xi.A &\limp& A  &\quad  (\xi\notin A)
\end{array}



\begin{array}{rcl}
  \forall \xi_1.\forall \xi_2. A &\limp& \forall \xi. A[^\xi/_{\xi_1},^\xi/_{\xi_2}] \\
  \exists \xi.A[^\xi/_{\xi_1},^\xi/_{\xi_2}] &\limp& \exists \xi_1. \exists \xi_2.A
\end{array}

Exponential structure

Provable formulas involving exponential connectives only provide us with the lattice of exponential modalities.


\begin{array}{rclcrcl}
  \oc A &\limp& A &\quad& A&\limp&\wn A\\
  \oc A &\limp& 1 &\quad& \bot &\limp& \wn A
\end{array}

Monoidality of exponentials


\begin{array}{rcl}
  \wn(A\parr B) &\limp& \wn A\parr\wn B \\
  \oc A\tens\oc B &\limp& \oc(A\tens B) \\
\\
 \oc{(A \with B)} &\limp& \oc{A} \with \oc{B} \\
 \wn{A} \plus \wn{B} &\limp& \wn{(A \plus B)} \\
\\
 \wn{(A \with B)} &\limp& \wn{A} \with \wn{B} \\
 \oc{A} \plus \oc{B} &\limp& \oc{(A \plus B)}
\end{array}

Promotion principles


\begin{array}{rcl}
 \oc{A} \tens \wn{B} &\limp& \wn{(A \tens B)} \\
 \oc{(A \parr B)} &\limp& \wn{A} \parr \oc{B}
\end{array}

Personal tools