Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@

\begin{proof}
\begin{derivation}
1. & $\Log{K} \Proves \lnot !A \lif (\lnot !B \lif \lnot (!A \lor !B)$ & \Taut \\
1. & $\Log{K} \Proves \lnot !A \lif (\lnot !B \lif \lnot (!A \lor !B))$ & \Taut \\
2. & $\Log{K} \Proves \Box\lnot !A \lif
(\Box\lnot!B \lif \Box \lnot (!A \lor !B)$ & \RK\\
(\Box\lnot!B \lif \Box \lnot (!A \lor !B))$ & \RK\\
3. & $\Log{K} \Proves \Box\lnot !A \lif (\lnot \Box \lnot (!A \lor!B)
\lif \lnot\Box\lnot !B))$ & \PL, 2\\
\lif \lnot\Box\lnot !B)$ & \PL, 2\\
4. & $\Log{K} \Proves \lnot \Box \lnot(!A \lor !B) \lif (\Box \lnot !A \lif
\lnot\Box\lnot !B)$ & \PL, 3\\
5. & $\Log{K} \Proves \lnot \Box \lnot(!A\lor!B) \lif (\lnot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
\begin{derivation}
1. & $\Log{KT5} \Proves \Diamond!A \lif \Box\Diamond!A$ & \Ax{5}\\
2. & $\Log{KT5} \Proves !A \lif \Diamond!A$ & $\Ax{T_\Diamond}$\\
3. & $\Log{KT5} \Proves !A \lif \Box\Diamond!A$ & \PL.
3. & $\Log{KT5} \Proves !A \lif \Box\Diamond!A$ & \PL, 2, 1.
\end{derivation}
\item $\Log{KT5} \Proves \Ax{4}$:
\begin{derivation}
1. &$\Log{KT5} \Proves \Diamond\Box!A \lif \Box\Diamond\Box!A$ & \Ax{5}
with $\Box!A$ for $p$\\
2. & $\Log{KT5} \Proves \Box!A \lif \Diamond\Box!A$ & $\Ax{T_\Diamond}$
with $\Box!A$ for $p$\\
3. & $\Log{KT5} \Proves \Box!A \lif \Box\Diamond\Box!A$ & \PL, 1, 2\\
3. & $\Log{KT5} \Proves \Box!A \lif \Box\Diamond\Box!A$ & \PL, 2, 1\\
4. & $\Log{KT5} \Proves \Diamond\Box!A \lif \Box!A$ & $\Ax{5_\Diamond}$\\
5. & $\Log{KT5} \Proves \Box\Diamond\Box!A \lif \Box\Box!A$ & \RK{}, 4 \\
6. & $\Log{KT5} \Proves \Box!A \lif \Box\Box!A$ & \PL, 3, 5. \\
Expand All @@ -49,9 +49,9 @@
1. & $\Log{KDB4} \Proves \Diamond\Box!A \lif !A $ & $\Ax{B_\Diamond}$ \\
2. & $\Log{KDB4} \Proves \Box\Box!A \lif \Diamond\Box!A$ & $\Ax{D}$
with $\Box!A$ for $p$\\
3. & $\Log{KDB4} \Proves \Box\Box!A \lif !A$ & \PL 1, 2\\
4. & $\Log{KDB4} \Proves \Box!A \lif \Box\Box!A$ & \Ax{4} \\
5. & $\Log{KDB4} \Proves \Box!A \lif !A$ & \PL, 1, 4. \\
3. & $\Log{KDB4} \Proves \Box\Box!A \lif !A$ & \PL, 1, 2\\
4. & $\Log{KDB4} \Proves \Box!A \lif \Box\Box!A$ & \Ax{4} \\
5. & $\Log{KDB4} \Proves \Box!A \lif !A$ & \PL, 4, 3. \\
\end{derivation}
\item $\Log{KB4} \Proves \Ax{5}$:
\begin{derivation}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
$\mSat/{{}}{\Box\Diamond\lnot p}$}, right=of w1] {$w_2$} ;
\draw[reflexive above] (w2) to (w2);
\node[world] (w3) [label={right:\mFalse{p}},right=of w2] {$w_3$};
\draw[reflexive above] (w2) to (w2);
\draw[reflexive above] (w3) to (w3);
\draw[->, bend left] (w1) to (w2);
\draw[->, bend left] (w2) to (w3);
\draw[->, bend left] (w3) to (w2);
Expand Down
2 changes: 1 addition & 1 deletion content/normal-modal-logic/tableaux/countermodels.tex
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
[\pFmla{\False}{\Box(p \lor q) \lif (\Box p \lor \Box q)}{1},
just = \TAss, checked
[\pFmla{\True}{\Box(p \lor q)}{1},
just = {\TRule{\False}{\lif}[1]},
just = {\TRule{\False}{\lif}[1]}, checked
[\pFmla{\False}{\Box p \lor \Box q}{1},
just = {\TRule{\False}{\lif}[1]}, checked
[\pFmla{\False}{\Box p}{1},
Expand Down