Changeset 12729
- Timestamp:
- 26.10.2009 17:01:18 (4 weeks ago)
- Files:
-
- 1 modified
-
trunk/GMP/papers/conditional/example.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/GMP/papers/conditional/example.tex
r12728 r12729 312 312 following manner: In order to show the \emph{provability} of a formula 313 313 $\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,314 keeps trying to apply all of the sequent rules in $\mathcal{R}_{sc}$ to it, 315 315 giving precedence to the linear rules. Below, we refer to a sequent 316 316 as \emph{open} if it has not yet been checked for provability. Under … … 329 329 \begin{upshape} 330 330 \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$, 332 332 giving precedence to linear rules. For every such rule application, 333 333 perform the following steps, and answer `provable' in case these steps … … 387 387 \hline 388 388 \\[-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} 390 390 {\Gamma, (A_0\Rightarrow B_0),\ldots,(A_j\Rightarrow B_j), 391 391 \neg(A_{j+1}\Rightarrow B_{j+1}),\ldots,\neg(A_n\Rightarrow B_n) } \\[-5pt]