Changeset 12729

Show
Ignore:
Timestamp:
26.10.2009 17:01:18 (4 weeks ago)
Author:
hausmann
Message:

Typos $R_{sc}$ vs. \mathcal{R}_{sc}, CKCEM-rule adapted to general format

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/GMP/papers/conditional/example.tex

    r12728 r12729  
    312312following manner: In order to show the \emph{provability} of a formula 
    313313$\phi$, the algorithm starts with the sequent $\{\phi\}$ and just 
    314 keeps trying to apply all of the sequent rules in $R_{sc}$ to it, 
     314keeps trying to apply all of the sequent rules in $\mathcal{R}_{sc}$ to it, 
    315315giving precedence to the linear rules.  Below, we refer to a sequent 
    316316as \emph{open} if it has not yet been checked for provability. Under 
     
    329329\begin{upshape} 
    330330 \begin{algenumerate} 
    331    \item Try all possible applications of rules from $R_{sc}$ to $\Gamma$,  
     331   \item Try all possible applications of rules from $\mathcal{R}_{sc}$ to $\Gamma$,  
    332332     giving precedence to linear rules. For every such rule application, 
    333333     perform the following steps, and answer `provable' in case these steps 
     
    387387    \hline 
    388388      \\[-5pt] 
    389       (\textsc {\textbf{CKCEM}})\inferrule{A_0 = \ldots = A_n \\ B_0,\ldots, B_j,\neg B_{j+1},\ldots,\neg B_n} 
     389      (\textsc {\textbf{CKCEM}})\inferrule{A_0 = A_1;\ldots;A_n = A_0 \\ B_0,\ldots, B_j,\neg B_{j+1},\ldots,\neg B_n} 
    390390                      {\Gamma, (A_0\Rightarrow B_0),\ldots,(A_j\Rightarrow B_j), 
    391391                      \neg(A_{j+1}\Rightarrow B_{j+1}),\ldots,\neg(A_n\Rightarrow B_n) } \\[-5pt]