Skip to content

Commit 0c9a029

Browse files
beastaughrzach
authored andcommitted
Change the symbol used for the conjunction of the axioms of Q from
!O to !T so that when `\olgreekformulas` is in used, !O does not render as `\omega`, which is confusing in the context of logic.
1 parent 6891b66 commit 0c9a029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/incompleteness/representability-in-q/undecidability.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767

6868
\begin{proof}
6969
If first-order logic were decidable, provability in~$\Th{Q}$ would be
70-
as well, since $\Th{Q} \Proves !A$ iff $\Proves !O \lif !A$, where
71-
$!O$ is the conjunction of the axioms of~$\Th{Q}$.
70+
as well, since $\Th{Q} \Proves !A$ iff $\Proves !T \lif !A$, where
71+
$!T$ is the conjunction of the axioms of~$\Th{Q}$.
7272
\end{proof}
7373

7474
\end{document}

0 commit comments

Comments
 (0)