<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>REVANTHA RAMANAYAKE</article-title>
      </title-group>
      <pub-date>
        <year>2016</year>
      </pub-date>
      <abstract>
        <p>FROM AXIOMS TO STRUCTURAL RULES, THEN ADD QUANTIFIERS. We survey recent developments in the program of generating proof calculi for large classes of axiomatic extensions of a non-classical logics by translating each axiom into a set of structural rules, starting from a base calculus. We will introduce three proof formalisms: the sequent calculus, the hypersequent calculus and the display calculus. The calculi that are obtained derive exactly the theorems of the logic and satisfy a subformula property which ensures that a proof of a theorem only contains statements that are 'related to the conclusion'. These calculi can be used as a starting point for developing automated reasoning systems and to facilitate a proof-theoretic investigation of the logic (e.g. to prove interpolation, consistency, decidability, complexity). In the final section we discuss how first-order quantifiers may be added to these propositional calculi. Much of the content here can be found in an extended form in the survey paper [10]. The main purpose of this abstract is to provide a concise 'hands-on' description of the methods. We present a subjective selection of problems while directing the reader to the references for a more exhaustive exposition.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>A, B := propositional variable p | ⊥ | &gt; | A ∧ B | A ∨ B | A → B</p>
      <p>⊥ ` C</p>
      <p>X ` &gt;</p>
      <p>X ` C
X, Y ` C
(w)</p>
      <p>X, Y, Y ` C</p>
      <p>
        X, Y ` C
(c)
CEUR-WS.org/Vol-1770
Theorem 1 (Gentzen [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]). Let X be a multiset and A a formula. Then X ` A is
derivable in sInt iff the formula ∧X → A is a theorem of Int. Also ` A is derivable
in sInt iff A is a theorem of Int.
      </p>
      <p>
        The theorem reveals that sequents represent a certain normal form for formulae,
specifically conjunction of formulae → formula. The point of note here is not that
we have a proof calculus for the logic. After all, (axiomatic) Hilbert calculi for Int
are well-known (see e.g. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]). Instead, the point is that this proof calculus has the
subformula property : every formula occurring in the premises occurs as a
subformula of some formula in the conclusion. This means that any formula occurring in
the derivation must occur in the conclusion.
      </p>
      <p>From an automated reasoning perspective, this immediately suggests a backward
proof-search procedure. The idea is to repeatedly applying proof-rules backwards.
If a derivation is obtained, then the sequent is derivable. The subformula property
tells us that the premise(s) are completely determined by the conclusion. Of course,
further pruning and optimisation on backward proof-search is required to obtain a
terminating efficient reasoning system.</p>
      <p>Decidability is immediate: because of the weakening and contraction rules, we
can replace the multisets in the antecedent with sets. Then every sequent appearing
in backward proof search from ` A has the form Y ` B where Y ∈ P(Ω) and B ∈ Ω
where Ω is the set of all subformulae in X ` A and P is the powerset operator.
There are |P(Ω)| · |Ω| possibilities. Now enumerate the trees with nodes labelled
by such sequents (each node is permitted one or two children) such that the height
of the tree is ≤ |P(Ω)| · |Ω|. If one of these trees is a derivation of ` A then A is a
theorem. If not, there cannot possibly be a derivation of ` A so A is not a theorem.
Moreover, it is possible to amend the rules such that every premise antecedent is ⊇
the conclusion ancetedent. This corresponds to a pruning of the backward proof
search procedure and leads to the tight PSPACE upper-bound for Int.</p>
      <p>Now suppose we wish to obtain a sequent calculus for the axiomatic extension
of Int with the axiom (p → q) ∨ (q → p) (denoted Int + (p → q) ∨ (q → p)). This
formula is not a theorem of Int (e.g. argue that ` (p → q)∨(q → p) is not derivable).</p>
      <p>To obtain a sequent calculus for Int + (p → q) ∨ (q → p), it would be tempting
to add the sequent ` (p → q) ∨ (q → p) to sInt. Unfortunately not every theorem of
Int + (p → q) ∨ (q → p) is derivable using sInt + `(p → q) ∨ (q → p). The addition of
the (cut) rule below rectifies this: ` A derivable in sInt + (cut) + `(p → q) ∨ (q → p)
iff A is a theorem of Int + (p → q) ∨ (q → p).</p>
      <p>X ` A A, Y ` B (cut)</p>
      <p>X, Y ` B
Unfortunately the calculus sInt + (cut) + `(p → q) ∨ (q → p) lacks the subformula
property since the cut-formula A in (cut) need not appear in the conclusion. The
key to applications is having a calculus with the subformula property so we need
another solution.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Hypersequents</title>
      <p>Theorem 1 reveals that every sequent can be read as a formula of the form
conjunction of formulae → formula. Let us call such a formula an implicational
formula. It turns out that the obstacle for constructing a calculus for Int + (p →
q) ∨ (q → p) is that the sequent-representation is too restrictive. A solution is to
move from an implicational formula to a finite disjunction of implicational formulae.</p>
      <p>
        A hypersequent [
        <xref ref-type="bibr" rid="ref1 ref23">1, 23</xref>
        ] is a non-empty multiset of sequents denoted as below. In
particular, each Xi is a multiset of formulae and Ai is a formula.
(1)
      </p>
      <p>X1 ` A1 | X2 ` A2 | . . . | Xn+1 ` An+1
A sequent in the hypersequent is called a component. The notion of derivability
of a hypersequent is defined analogously to the sequent case. The rules of the
hypersequent calculus hInt are obtained from sInt by appending g | to each sequent
and adding the rules below left and centre. The g is a schematic variable that
can be omitted or instantiated with a hypersequent. Define the (cut) rule for the
hypersequent calculus as below right.</p>
      <p>
        g | X ` B ew g | X ` B | X ` B ec g | X1 ` A h | A, Y ` B
g | X ` B | Y ` A g | X ` B g | h | X, Y ` B
Theorem 2. The hypersequent h in (1) is derivable in hInt + (cut) iff the formula
(∧X1 → A1) ∨ . . . ∨ (∧Xn+1 → An+1) (the interpretation hI of h) is a theorem
of Int. Also ` A is derivable in hInt + (cut) iff A is a theorem of Int.
(cut)
2.1. Translating suitable axioms into rules. The method introduced in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]
transforms suitable axiom into a structural rule (i.e. a rule which contains no
logical connectives) and ultimately yields a calculus with the subformula property.
      </p>
      <p>Starting from Theorem 2 it may be argued that h is derivable in hInt+(cut)+g | `
p → q | ` q → p iff hI is a theorem of Int + (p → q) ∨ (q → p) (replace top-level
disjunction symbols with | and add context g | ).</p>
      <p>
        The new aim is thus to transform hInt + (cut) + g | ` p → q | ` q → p into a
hypersequent calculus with the subformula property which derives the same
hypersequents. Certainly we can simplify g | ` p → q | ` q → p to g | p ` q | q ` p by
repeated application of the invertible rules (→r). Invertible rules are rules
which preserve derivability upwards. In other words, the premises are derivable
whenever the conclusion is derivable. To deal with hInt + (cut) + g | p ` q | q ` p we
use the proof-theoretic form of Ackermann’s lemma [
        <xref ref-type="bibr" rid="ref11 ref7">7, 11</xref>
        ]:
      </p>
      <p>Setting g | p ` q | q ` p as the zero-premise rule ρ0, a single application of
Ackermann’s lemma tells us that hInt + (cut) + ρ0 and hInt + (cut) + ρ1 derive the
same hypersequents. Three further applications of Ackermann’s lemma yield that
hInt + (cut) + ρ4 also derives the same hypersequents (equivalent calculus ).</p>
      <p>g | X1 ` p
g | X1 ` q | q ` p
ρ1
g | X1 ` p g | X2 ` q
g | X1 ` q | X2 ` p
ρ2
g | X1 ` p g | X2 ` q g | Y1, q ` B1 ρ3
g | Y1, X1 ` B1 | X2 ` p
g | X1 ` p g | X2 ` q g | Y1, q ` B1
g | Y1, X1 ` B1 | Y2, X2 ` B2</p>
      <p>Y2, p ` B2 ρ4
The hypersequent calculus hInt + (cut) + ρ4 does not have the subformula property
because the propositional variables p and q in the premise do not appear in the
conclusion. To rectify this there is one final step: take the cut-closure on the
premises of the rule. In effect we delete those premises which contain propositional
variables which appear in either the antecedent or succedent but not both, and
we apply cut in all possible ways to the remaining the premises. This operation
may not terminate in general (consider the situation when the same propositional
variable appears in the same component of the antecedent and succedent). In the
case of ρ4 it does terminate to yield the rule
g | X1, Y2 ` B2 g | X2, Y1 ` B1 (com)</p>
      <p>g | Y1, X1 ` B1 | Y2, X2 ` B2
When cut-closure terminates it can be shown that it yields an equivalent structural
rule. I.e. hInt + (cut) + (com) and hInt + (cut) + ρ4 are equivalent. It remains to
show that hInt + (cut) + (com) has cut-elimination i.e. hInt + (com) is an equivalent
calculus. In turns out that the structural rules obtained by the above procedure
satisfies sufficient conditions for cut-elimination (such rules are called analytic rules )
so we are done.</p>
      <p>The four steps are summarised below.
1. Given the axiom ` A1 ∨ . . . ∨ An+1 apply all possible invertible rules backwards
to the hypersequent g | ` A1 | . . . | ` An+1
2. Use Ackermann’s lemma on each formula in the conclusion in order to obtain a
rule where the conclusion contains no formulae.
3. Apply all possible invertible rules backwards to the premises of the rule. (Fail
if one of the resulting hypersequents contain a compound formula which cannot
be made propositional by the invertible rules.)
4. Delete premises containing propositional variables appearing only on one side.</p>
      <p>Apply all possible cuts to the remaining premises. (Fail if this step does not
terminate.)
As we would expect, not all axioms can be handled by this method. If the nesting
depth of logical connectives invertible in the antecedent/succedent is too great then
item 3 will fail. In the context of intuitionistic logic cut-closure always terminates
due to the presence of weakening and contraction. However this is not always the
case in substructural logics.
2.2. Some open problems. Hypersequents in the calculus hInt were built using
components X ` A where X is a multiset. If we take X as a list of formulae,
then the exchange rule (ex) below left, which states that formulae in the list can be
permuted, must be stated explicitly. Deleting structural properties of the comma
such as exchange (ex), weakening (w), contraction (c) and associativity lead to
hypersequent calculi for substructural logics. The substructural logics typically
contain additional language connectives. For example, in the absence of (w) and
(c), a commutative operator ⊗ distinct from ∧ can be defined using the rules below
centre and right. An identity 1 for the ⊗ operator may also be defined.</p>
      <p>
        gg || XX,, BA,, BA,, YY `` CC (ex) gg| |XX, ,AA⊗,BB``CC ⊗l gg||Xh |`XA, Y h` |AY ⊗`BB ⊗r
Let hFLe denote the substructural hypersequent calculus lacking the weakening and
contraction properties (and containing the rules for ⊗). The corresponding logic is
the Full Lambek calculus with exchange (denoted FLe).
• A hypersequent for the fuzzy logic MTL [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] (monoidal T-norm based logic)
can be constructed by the procedure above: add the (w) and (com) rules
to hFLe. This logic is known to be decidable via a semantic proof. It would
be interesting to obtain a proof by arguing directly on the hypersequent
calculus. This is turn would yield an upper bound on the logical complexity.
Meanwhile it is unknown if Involutive MTL is decidable. A hypersequent
for this calculus can be obtained by amending the rules of the calculus to use
a list of formulae in the succedent rather than a single formula. A syntactic
proof of decidability for MTL may provide a pathway for obtaining a proof
of decidability for IMTL.
• A hypersequent calculus for IUL [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] (involutive uninorm logic) can be
obtained by the addition of (com) to hFLe. A result of interest to the fuzzy
logic community is if this logic is standard complete [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. This in turn would
follow by showing that whenever g | X ` Y, p | p, U ` V is derivable
(propositional variable p occurs only where indicated) then so is g | X, U ` Y, V .
Such an argument is called density elimination [
        <xref ref-type="bibr" rid="ref20 ref8">20, 8</xref>
        ]. Some automated
solutions to this problem are described in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>
        See [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] for further details on these two problems. A more general open problem
concerns the handling of axioms which fail this methodology. A solution is to
venture to a more expressive proof formalism as described in the following section. In
the context of modal logics, alternative approaches [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] to generating hypersequent
calculi from axioms have also been investigated.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Display Calculus</title>
      <p>
        Since item 3 above fails when the invertible rules cannot reduce compound
formulae to propositional variables, it follows that the more invertible rules in the
calculus, the more axioms that can be presented. Essentially, the hypersequent
calculus was able to invert top-level disjunctions. The display calculus formalism [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]
extends [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] the hypersequent formalism: the formula corresponding to a display
sequent has a normal form which is broader and also more general in the sense that
the normal form is based on the algebraic semantics of the logic.
      </p>
      <p>
        Below we introduce the display calculus δBiInt [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] for bi-intuitionistic logic BiInt.
The language of BiInt extends the intuitionistic language with the coimplication ←d.
This is forced because the display calculus formalism requires that the logical
connectives come in residuated pairs. To make the disjunction invertible on the right
we added the semicolon on the right. Residuation then necessitated the addition of
the structural connective &lt; standing for ←d. An attractive feature of the display
calculus is the general sufficient conditions [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] for cut-elimination.
      </p>
      <p>p ` p
A, B ` Y
A ∧ B ` Y</p>
      <p>I ` X
&gt; ` X</p>
      <p>&gt;l
∧l</p>
      <p>X ` A &gt; B
X ` A → B</p>
      <p>X ` I
X ` ⊥
→r
⊥r</p>
      <p>I ` &gt;
B &lt; A ` Y
B ←d A ` Y</p>
      <p>&gt;r
←dl
⊥ ` I ⊥</p>
      <p>l
X ` A; B
X ` A ∨ B ∨r
X ` A X ` B</p>
      <p>X ` A ∧ B
∧r</p>
      <p>X ` A B ` Y
A → B ` X &gt; Y
→l</p>
      <p>X ` B A ` Y
X &lt; Y ` B ←d A</p>
      <p>←dr</p>
      <p>A ` X B ` Y</p>
      <p>A ∨ B ` Y
X ` Y &gt; Z
X, Y ` Z
Y ` X &gt; Z</p>
      <p>X &lt; Y ` Z
X ` Y ; Z
X &lt; Z ` Y</p>
      <p>I, X ` Y
X ` Y
X, I ` Y</p>
      <p>
        X ` Y ; I
X ` Y
X ` I; Y
Theorem 3 ([
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]). Let C be a display calculus for the logic L satisfying the conditions
in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Also suppose that {ri}i∈I are the analytic structural rules computed from the
finite set {αj }j∈J of axioms using the analogous procedure to the one in Section 2.
Then C + {ri}i∈I is a display calculus with the subformula property for L + {αj }j∈J .
      </p>
      <p>For example, the logic BiInt + (p → ⊥) ∨ ((p → ⊥) → ⊥) can be presented
in this manner. Since BiInt + (p → ⊥) ∨ ((p → ⊥) → ⊥) is conservative over
Int + (p → ⊥) ∨ ((p → ⊥) → ⊥) (argue via the Kripke or algebraic semantics), we
can obtain a display calculus for the latter by deleting the logical rules (not the
structural rules!) introducing ←d. Incidentally, proving the conservativity directly
on the display calculus appears to be surprisingly difficult. The issue is with the
interaction of the display rules introducing &lt; and contraction.</p>
      <p>
        It should be noted that a version of the method of extracting analytic structural
rules from axioms appeared rather early on [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] in the context of display calculi
for tense logics. Recently, the tools of unified correspondence theory have been
applied [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] to extend that work in order to provide a new and uniform perspective
on the axioms to rules paradigm.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. First-order quantifiers</title>
      <p>
        A cut-free hypersequent calculus hIntfo for first-order intuitionistic logic Intfo is
obtained by adding to hInt the following rules for quantifiers [
        <xref ref-type="bibr" rid="ref2 ref22 ref6">2, 6, 22</xref>
        ]:
g | A(t), X ` B
g | ∀xA(x), X ` B ∀
      </p>
      <p>g | A(a), X ` B
g | ∃xA(x), X ` B ∃
l
l</p>
      <p>g | Γ ` A(a)
g | X ` ∀xA(x) ∀</p>
      <p>g | X ` A(t)
g | X ` ∃xA(x) ∃
r
r
where the rules (∀r), (∃l) have an eigenvariable condition: the free variable a must
not occur in the lower hypersequent.</p>
      <p>
        The addition of quantifiers to the hypersequent calculus can have some
unexpected effects. For example, if we add the (com) rule to hIntfo then ` ∀x(A(x) ∨
B) → (∀xA(x) ∨ B) is derivable whenever x is not free in B. The corresponding
formula is known as the quantifier-shift or constant-domains formula and is not a
theorem of Intfo + (p → q) ∨ (q → p)! A non-standard hypersequent calculus for the
latter logic (known as Corsi’s logic [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] or G¨odel-Dummett logic with non-constant
domains) has been introduced [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] where the eigenvariables are incorporated into
the hypersequent syntax. These hypersequents have no formula-interpretation in
the logic and it is not clear how to generalise the calculus to capture other logics.
4.1. Some open problems. The hypersequent calculus hIntfo + (com) presents
first-order G¨odel logic. The question of interpolation for this logic is open. It is
conceivable to investigate this problem via the hypersequent proof-theory although
it has defied all such attempts thus far.
      </p>
      <p>Meanwhile, the interaction between the (com) rule and the first-order quantifiers
witnessed in first-order G¨odel logic can be generalised to a new question: let L be
a propositional axiomatic extension of Int and suppose that C is the hypersequent
calculus for it, obtained by the methods of the previous section. Let L1 be the
first-order axiomatic extension of L1 and let L2 consist of those formulae A such
that ` A is derivable in the extension of C by the first-order quantifier rules above.
What then is the relationship between L1 and L2?</p>
      <p>
        The only investigation of first-quantifiers for display calculi appears in [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ].
Adding the obvious correspondents of the quantifier rules above to δBiInt derives
the quantifier-shift formula. Meanwhile classical predicate logic may be treated as
a kind of propositional tense logic [
        <xref ref-type="bibr" rid="ref18 ref26">26, 18</xref>
        ], where the quantifiers ∃ and ∀ are treated
as a residuated pair analogous to _ and (see [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]). However the resulting
display calculus fails cut-elimination due to the presence of certain rules. A decidable
minimal first-order system may be obtained by dropping these rules.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Avron</surname>
          </string-name>
          .
          <article-title>A constructive analysis of RM</article-title>
          .
          <source>J. of Symbolic Logic</source>
          ,
          <volume>52</volume>
          (
          <issue>4</issue>
          ):
          <fpage>939</fpage>
          -
          <lpage>951</lpage>
          ,
          <year>1987</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Baaz</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Zach</surname>
          </string-name>
          .
          <article-title>Hypersequents and the proof theory of intuitionistic fuzzy logic</article-title>
          .
          <source>In Computer science logic (Fischbachau</source>
          ,
          <year>2000</year>
          ), volume
          <volume>1862</volume>
          <source>of Lecture Notes in Comput. Sci.</source>
          , pages
          <fpage>187</fpage>
          -
          <lpage>201</lpage>
          . Springer, Berlin,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>P.</given-names>
            <surname>Baldi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ciabattoni</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Spendier</surname>
          </string-name>
          .
          <article-title>Standard completeness for extensions of MTL: an automated approach</article-title>
          .
          <source>In WOLLIC</source>
          <year>2012</year>
          , volume
          <volume>7456</volume>
          <source>of LNCS</source>
          , pages
          <fpage>154</fpage>
          -
          <lpage>167</lpage>
          . Springer,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>N. D.</given-names>
            <surname>Belnap</surname>
          </string-name>
          , Jr. Display logic.
          <source>J. Philos. Logic</source>
          ,
          <volume>11</volume>
          (
          <issue>4</issue>
          ):
          <fpage>375</fpage>
          -
          <lpage>417</lpage>
          ,
          <year>1982</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Chagrov</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Zakharyashchev</surname>
          </string-name>
          .
          <article-title>Modal companions of intermediate propositional logics</article-title>
          .
          <source>Studia Logica</source>
          ,
          <volume>51</volume>
          (
          <issue>1</issue>
          ):
          <fpage>49</fpage>
          -
          <lpage>82</lpage>
          ,
          <year>1992</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ciabattoni</surname>
          </string-name>
          .
          <article-title>A proof-theoretical investigation of global intuitionistic (fuzzy) logic</article-title>
          .
          <source>Archive of mathematical Logic</source>
          ,
          <volume>44</volume>
          :
          <fpage>435</fpage>
          -
          <lpage>457</lpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ciabattoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Galatos</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Terui</surname>
          </string-name>
          .
          <article-title>From axioms to analytic rules in nonclassical logics</article-title>
          .
          <source>In LICS 2008</source>
          , pages
          <fpage>229</fpage>
          -
          <lpage>240</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ciabattoni</surname>
          </string-name>
          and
          <string-name>
            <given-names>G.</given-names>
            <surname>Metcalfe</surname>
          </string-name>
          .
          <article-title>Density elimination</article-title>
          .
          <source>Theor. Comput. Sci.</source>
          ,
          <volume>403</volume>
          (
          <issue>2-3</issue>
          ):
          <fpage>328</fpage>
          -
          <lpage>346</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ciabattoni</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Ramanayake</surname>
          </string-name>
          .
          <article-title>Power and limits of structural display rules</article-title>
          .
          <source>ACM Trans. Comput. Logic</source>
          ,
          <volume>17</volume>
          (
          <issue>3</issue>
          ):
          <volume>17</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>17</lpage>
          :
          <fpage>39</fpage>
          ,
          <year>February 2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ciabattoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ramanayake</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Wansing</surname>
          </string-name>
          .
          <article-title>Hypersequent and display calculi - a unified perspective</article-title>
          .
          <source>Studia Logica</source>
          ,
          <volume>102</volume>
          (
          <issue>6</issue>
          ):
          <fpage>1245</fpage>
          -
          <lpage>1294</lpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>W.</given-names>
            <surname>Conradie</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Palmigiano</surname>
          </string-name>
          .
          <article-title>Algorithmic correspondence and canonicity for distributive modal logic</article-title>
          .
          <source>Annals of Pure and Applied Logic</source>
          ,
          <volume>163</volume>
          (
          <issue>3</issue>
          ):
          <fpage>338</fpage>
          -
          <lpage>376</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>G.</given-names>
            <surname>Corsi</surname>
          </string-name>
          .
          <article-title>A cut-free calculus for Dummett's LC quantified</article-title>
          .
          <source>Mathematical Logic Quarterly</source>
          ,
          <volume>35</volume>
          (
          <issue>4</issue>
          ):
          <fpage>289</fpage>
          -
          <lpage>301</lpage>
          ,
          <year>1989</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>F.</given-names>
            <surname>Esteva</surname>
          </string-name>
          and
          <string-name>
            <given-names>L.</given-names>
            <surname>Godo</surname>
          </string-name>
          .
          <article-title>Monoidal t-norm based logic: towards a logic for left-continuous t-norms</article-title>
          .
          <source>Fuzzy Sets and Systems</source>
          ,
          <volume>124</volume>
          :
          <fpage>271</fpage>
          -
          <lpage>288</lpage>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>G. Gentzen.</surname>
          </string-name>
          <article-title>The collected papers of Gerhard Gentzen</article-title>
          .
          <string-name>
            <surname>Edited by M. E. Szabo</surname>
          </string-name>
          .
          <source>Studies in Logic and the Foundations of Mathematics. North-Holland Publishing Co., Amsterdam</source>
          ,
          <year>1969</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>G.</given-names>
            <surname>Greco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Palmigiano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Tzimoulis</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhao</surname>
          </string-name>
          .
          <article-title>Unified correspondence as a proof-theoretic tool</article-title>
          . to appear.
          <source>Journal of Logic and Computation</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>P. H</surname>
          </string-name>
          <article-title>´ajek</article-title>
          .
          <source>Metamathematics of Fuzzy Logic</source>
          . Kluwer, Dordrecht,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>M.</given-names>
            <surname>Kracht</surname>
          </string-name>
          .
          <article-title>Power and weakness of the modal display calculus</article-title>
          .
          <source>In Proof theory of modal logic (Hamburg</source>
          ,
          <year>1993</year>
          ), volume
          <volume>2</volume>
          of Appl. Log. Ser., pages
          <fpage>93</fpage>
          -
          <lpage>121</lpage>
          . Kluwer Acad. Publ., Dordrecht,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>D.</given-names>
            <surname>Leivant</surname>
          </string-name>
          .
          <article-title>Quantifiers as modal operators</article-title>
          .
          <source>Studia Logica</source>
          ,
          <volume>39</volume>
          :
          <fpage>145</fpage>
          -
          <lpage>158</lpage>
          ,
          <year>1980</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>B.</given-names>
            <surname>Lellmann</surname>
          </string-name>
          .
          <article-title>Hypersequent rules with restricted contexts for propositional modal logics</article-title>
          .
          <source>Theoretical Computer Science</source>
          ,
          <volume>656</volume>
          ,
          <string-name>
            <surname>Part</surname>
            <given-names>A</given-names>
          </string-name>
          :
          <fpage>76</fpage>
          -
          <lpage>105</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>G.</given-names>
            <surname>Metcalfe</surname>
          </string-name>
          and
          <string-name>
            <given-names>F.</given-names>
            <surname>Montagna</surname>
          </string-name>
          .
          <article-title>Substructural fuzzy logics</article-title>
          .
          <source>J. of Symbolic Logic</source>
          ,
          <volume>72</volume>
          (
          <issue>3</issue>
          ):
          <fpage>834</fpage>
          -
          <lpage>864</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>G.</given-names>
            <surname>Metcalfe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Olivetti</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Gabbay</surname>
          </string-name>
          .
          <source>Proof Theory for Fuzzy Logics</source>
          , volume
          <volume>39</volume>
          of Springer Series in Applied Logic. Springer,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>G.</given-names>
            <surname>Metcalfe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Olivetti</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Gabbay</surname>
          </string-name>
          .
          <source>Proof Theory for Fuzzy Logics</source>
          , volume
          <volume>39</volume>
          of Springer Series in Applied Logic. Springer,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>G.</given-names>
            <surname>Pottinger</surname>
          </string-name>
          . Uniform, cut
          <article-title>-free formulations of T, S4 and S5 (abstract)</article-title>
          .
          <source>J. of Symbolic Logic</source>
          ,
          <volume>48</volume>
          (
          <issue>3</issue>
          ):
          <fpage>900</fpage>
          ,
          <year>1983</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>R.</given-names>
            <surname>Ramanayake</surname>
          </string-name>
          .
          <article-title>Embedding the hypersequent calculus in the display calculus</article-title>
          .
          <source>Journal of Logic and Computation</source>
          ,
          <volume>25</volume>
          (
          <issue>3</issue>
          ):
          <fpage>921</fpage>
          -
          <lpage>942</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>A.</given-names>
            <surname>Tiu</surname>
          </string-name>
          .
          <article-title>A hypersequent system for Go¨del-Dummett logic with non-constant domains</article-title>
          .
          <source>In Tableaux 2011. LNAI</source>
          , pages
          <fpage>248</fpage>
          -
          <lpage>262</lpage>
          . Springer,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>J. van Benthem.</surname>
          </string-name>
          <article-title>Modal foundations of predicate logic</article-title>
          .
          <source>Log. J. IGPL</source>
          ,
          <volume>5</volume>
          :
          <fpage>259</fpage>
          -
          <lpage>286</lpage>
          ,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>H.</given-names>
            <surname>Wansing</surname>
          </string-name>
          .
          <article-title>Predicate logics on display</article-title>
          .
          <source>Studia Logica</source>
          ,
          <volume>62</volume>
          (
          <issue>1</issue>
          ):
          <fpage>49</fpage>
          -
          <lpage>75</lpage>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>H.</given-names>
            <surname>Wansing</surname>
          </string-name>
          .
          <article-title>Constructive negation, implication, and co-implication</article-title>
          .
          <source>J. Appl. Non-Classical Logics</source>
          ,
          <volume>18</volume>
          (
          <issue>2-3</issue>
          ):
          <fpage>341</fpage>
          -
          <lpage>364</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>