Skip to content

Commit 6f21ba2

Browse files
authored
Fix parentheses issues in more-proofs-in-K.tex
1 parent 8360b1c commit 6f21ba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/normal-modal-logic/axioms-systems/more-proofs-in-K.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@
7171

7272
\begin{proof}
7373
\begin{derivation}
74-
1. & $\Log{K} \Proves \lnot !A \lif (\lnot !B \lif \lnot (!A \lor !B)$ & \Taut \\
74+
1. & $\Log{K} \Proves \lnot !A \lif (\lnot !B \lif \lnot (!A \lor !B))$ & \Taut \\
7575
2. & $\Log{K} \Proves \Box\lnot !A \lif
76-
(\Box\lnot!B \lif \Box \lnot (!A \lor !B)$ & \RK\\
76+
(\Box\lnot!B \lif \Box \lnot (!A \lor !B))$ & \RK\\
7777
3. & $\Log{K} \Proves \Box\lnot !A \lif (\lnot \Box \lnot (!A \lor!B)
78-
\lif \lnot\Box\lnot !B))$ & \PL, 2\\
78+
\lif \lnot\Box\lnot !B)$ & \PL, 2\\
7979
4. & $\Log{K} \Proves \lnot \Box \lnot(!A \lor !B) \lif (\Box \lnot !A \lif
8080
\lnot\Box\lnot !B)$ & \PL, 3\\
8181
5. & $\Log{K} \Proves \lnot \Box \lnot(!A\lor!B) \lif (\lnot

0 commit comments

Comments
 (0)