| 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]\\ |
| 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]\\ |
| 168 | | with the level of any involved formulas. |
| | 168 | with the level of any involved formulas, i.e. the modal level of formulas |
| | 169 | in the premises and the modal level of formulas in the conclusion are the |
| | 170 | same. |
| | 171 | |
| | 172 | However, the sequent rules for modal operators may change the level of the |
| | 173 | involved formulas. One examplary modal rule is shown in Fig.~\ref{fig:modalK}. |
| | 174 | This rule has a homogenous (subset of a) sequent of level $i$ as its |
| | 175 | conclusion 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 | |
| | 193 | For now we consider only homogenous modal rules that realize one-level-steps. Take note that |
| | 194 | the resulting logic still is heterogenous since different homogenous logics are combined |
| | 195 | together. |
| | 196 | |
| | 197 | \begin{remark} |
| | 198 | Heterogenous rules are defined to have rules of different levels in their premises and/or |
| | 199 | their conclusion. What's a reasonable example of this case? Are these logics covered by |
| | 200 | the coalgebraic theory? |
| | 201 | \end{remark} |
| | 202 | |
| | 203 | Put 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 | |