Changeset 12735

Show
Ignore:
Timestamp:
26.10.2009 18:30:20 (4 weeks ago)
Author:
hausmann
Message:

getting better...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/GMP/papers/heterogenous/het_col.tex

    r12702 r12735  
    137137    \hline 
    138138      \\[-5pt] 
    139       (\textsc {$\neg\neg$})\inferrule{\Gamma, A:i} 
    140                       {\Gamma, \neg\neg A:i}  
    141       (\textsc {$\neg\wedge$})\inferrule{\Gamma, \neg A:i, \neg B:i} 
    142                       {\Gamma, \neg (A\wedge B):i} \\[-5pt]\\ 
     139      (\textsc {$\neg\neg$})\inferrule{\Gamma, A_{:i}} 
     140                      {\Gamma, \neg\neg A_{:i}}  
     141      (\textsc {$\neg\wedge$})\inferrule{\Gamma, \neg A_{:i}, \neg B_{:i}} 
     142                      {\Gamma, (\neg (A\wedge B))_{:i}} \\[-5pt]\\ 
    143143    \hline 
    144144    \end{tabular} 
     
    154154      \\[-5pt] 
    155155      (\textsc {$\neg$F})\inferrule{ } 
    156                       {\Gamma, \neg\bot:i}  
     156                      {\Gamma, \neg\bot_{:i}}  
    157157      (\textsc {Ax})\inferrule{ } 
    158                       {\Gamma, p:i, \neg p:i}  
    159       (\textsc {$\neg\wedge$})\inferrule{\Gamma, A:i \\ \Gamma, B:i} 
    160                       {\Gamma, A\wedge B:i} \\[-5pt]\\ 
     158                      {\Gamma, p_{:i}, \neg p_{:i}}  
     159      (\textsc {$\neg\wedge$})\inferrule{\Gamma, A_{:i} \\ \Gamma, B_{:i}} 
     160                      {\Gamma, (A\wedge B)_{:i}} \\[-5pt]\\ 
    161161    \hline 
    162162    \end{tabular} 
     
    166166\end{figure} 
    167167Take note of the fact that the propositional sequent rules do not interfere 
    168 with the level of any involved formulas. 
     168with the level of any involved formulas, i.e. the modal level of formulas 
     169in the premises and the modal level of formulas in the conclusion are the 
     170same. 
     171 
     172However, the sequent rules for modal operators may change the level of the 
     173involved formulas. One examplary modal rule is shown in Fig.~\ref{fig:modalK}. 
     174This rule has a homogenous (subset of a) sequent of level $i$ as its 
     175conclusion whereas the only premise consists of one homogenous sequent of level 
     176$i+1$. For this reason the rule realizes a \emph{one-level-step} 
     177(from level $i$ to level $i+1$) upon application during proof search. 
     178 
     179\begin{figure}[!h] 
     180  \begin{center} 
     181    \begin{tabular}{| c |} 
     182    \hline 
     183      \\[-5pt] 
     184      (\textsc {\textbf{K}})\inferrule{ (\neg A_1)_{:i+1},\ldots,(\neg A_n)_{:i+1}, (A_0)_{:i+1}} 
     185                      {\Gamma, (\neg\Box A_1)_{:i},\ldots,(\neg\Box A_n)_{:i},(\Box A_0)_{:i}} \\[-5pt]\\ 
     186    \hline 
     187    \end{tabular} 
     188  \end{center} 
     189  \caption{The modal rule for \textbf{K}} 
     190  \label{fig:modalK} 
     191\end{figure} 
     192 
     193For now we consider only homogenous modal rules that realize one-level-steps. Take note that 
     194the resulting logic still is heterogenous since different homogenous logics are combined 
     195together. 
     196 
     197\begin{remark} 
     198Heterogenous rules are defined to have rules of different levels in their premises and/or 
     199their conclusion. What's a reasonable example of this case? Are these logics covered by 
     200the coalgebraic theory? 
     201\end{remark} 
     202 
     203Put KD, CKCEM, P, G, HM, Mon etcpp here! 
     204\begin{figure}[!h] 
     205  \begin{center} 
     206    \begin{tabular}{| c |} 
     207    \hline 
     208      \\[-5pt] 
     209      (\textsc {\textbf{CK}})\inferrule{ (A_0=A_1;\ldots;A_n=A_0)_{:i+1}\\(\neg B_1)_{:i+1},\ldots,(\neg B_n)_{:i+1},(B_0)_{:i+1}} 
     210                      {\Gamma, \neg(A_1\Rightarrow B_1)_{:i},\ldots,\neg(A_n\Rightarrow B_n)_{:i},(A_0\Rightarrow B_0)_{:i}} \\[-5pt]\\ 
     211    \hline 
     212    \end{tabular} 
     213  \end{center} 
     214  \caption{The modal rule for \textbf{CK}} 
     215  \label{fig:modalK} 
     216\end{figure} 
     217 
    169218 
    170219heterogenous sequent algorithm