Skip to content

Commit ca2da51

Browse files
committed
typos, capitalization of section headers
1 parent 02780ba commit ca2da51

21 files changed

Lines changed: 28 additions & 26 deletions

first-order-logic/completeness/introduction.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
!!{derivation} that shows $\Gamma \Proves !A$ is finite and so can
2727
only use finitely many of the !!{sentence}s in~$\Gamma$, it follows by
2828
the completeness theorem that if $!A$ is a consequence of $\Gamma$, it
29-
is a consequence of already a finite subset of~$\Gamma$. This is
29+
is already a consequence of a finite subset of~$\Gamma$. This is
3030
called \emph{compactness}. Equivalently, if every finite subset of
3131
$\Gamma$ is consistent, then $\Gamma$ itself must be consistent. It
3232
also follows from \emph{the proof of} the completeness theorem that

first-order-logic/models-theories/expressing-props-of-structures.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
\olfileid{fol}{mat}{exs}
1010

11-
\olsection{Expressing properties of \printtoken{s}{structure}}
11+
\olsection{Expressing Properties of \printtoken{P}{structure}}
1212

1313
\begin{explain}
1414
It is very often useful and important to express conditions on

first-order-logic/models-theories/expressing-relations.tex

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

99
\olfileid{fol}{mat}{exr}
1010

11-
\olsection{Expressing relations in \article{structure}
12-
\printtoken{s}{structure}}
11+
\olsection{Expressing Relations in \article{structure}
12+
\printtoken{S}{structure}}
1313

1414
\begin{explain}
1515
One main use !!{formula}s can be put to is to express properties and

first-order-logic/models-theories/set-theory.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
\olfileid{fol}{mat}{set}
1010

11-
\olsection{The theory of sets}
11+
\olsection{The Theory of Sets}
1212

1313
Almost all of mathematics can be developed in the theory of sets.
1414
Developing mathematics in this theory involves a number of things.

first-order-logic/models-theories/size-of-structures.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
\olfileid{fol}{mat}{siz}
1010

11-
\olsection{Expressing the size of \printtoken{p}{structure}}
11+
\olsection{Expressing the Size of \printtoken{P}{structure}}
1212

1313
\begin{explain}
1414
There are some properties of structures we can express even without

first-order-logic/models-theories/theories.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
\olfileid{fol}{mat}{the}
1010

11-
\olsection{Examples of first-order theories}
11+
\olsection{Examples of First-Order Theories}
1212

1313
\begin{ex}
1414
The theory of strict linear orders in the language~$\Lang L_<$ is

first-order-logic/sequent-calculus/identity.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
\olfileid{fol}{seq}{ide}
1010

11-
\olsection{\usetoken{P}{derivation} with \usetoken{s}{identity}}
11+
\olsection{\usetoken{P}{derivation} with \usetoken{S}{identity}}
1212

1313
!!^{derivation}s with the !!{identity} require additional inference rules.
1414

first-order-logic/sequent-calculus/proof-theoretic-notions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
!A$ if it is not.
2727
\end{defn}
2828

29-
\begin{defn}[Provability]
29+
\begin{defn}[!!^{derivability}]
3030
A sentence $!A$ is \emph{!!{derivable} from} a set of
3131
sentences~$\Gamma$, $\Gamma \Proves[\Log{LK}] !A$, if there is a
3232
finite subset~$\Gamma_0 \subseteq \Gamma$ such that $\Log{LK}$

first-order-logic/sequent-calculus/proving-things.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
\RightLabel{$\lif$ right} \UnaryInf$ \lnot !A \lor !B \fCenter !A \lif !B $
7979
\end{prooftree}
8080
Remember that we are trying to wind our way up to initial sequents; we
81-
seem to be pretty close! The right branch is just one weakening away
81+
seem to be pretty close!{} The right branch is just one weakening away
8282
from an initial sequent and then it is done:
8383
\begin{prooftree}
8484
\AxiomC{}
@@ -252,7 +252,7 @@
252252
rule. Since this rule is not subject to the eigenvariable restriction,
253253
we're in the clear. Remember, we want to try and obtain an initial
254254
sequent (of the form $!A(a) \Sequent !A(a)$), so we should choose $a$
255-
as our argument for $F$ when we apply the rule.
255+
as our argument for $!A$ when we apply the rule.
256256
\begin{prooftree}
257257
\Axiom$!A(a) \fCenter !A(a)$
258258
\RightLabel{$\lforall$ left}
@@ -267,7 +267,7 @@
267267
It is important, especially when dealing with quantifiers, to double
268268
check at this point that the eigenvariable condition has not been
269269
violated. Since the only rule we applied that is subject to the
270-
eigenvariable condition was $\exists$ left, and the eigenvariable $a$
270+
eigenvariable condition was $\exists$ left, and the eigenvariable~$a$
271271
does not occur in its lower sequent (the end-sequent), this is a
272272
correct derivation.
273273
\end{ex}

first-order-logic/sequent-calculus/rules-and-proofs.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@
211211
In $\lexists$ right and $\lforall$ left there are no restrictions, and
212212
the term~$t$ can be anything, so we do not have to worry about any
213213
conditions. However, because the $t$ may appear elsewhere in the
214-
sequent, the values of~$t$ for which the sequent is satisfied is
214+
sequent, the values of~$t$ for which the sequent is satisfied are
215215
constrained. On the other hand, in the $\lexists$ left and $\lforall$
216216
right rules, the eigenvariable condition requires that $a$ does not
217-
occur anywhere else in the sequent. Thus, if the upper seqeunt is
217+
occur anywhere else in the sequent. Thus, if the upper sequent is
218218
valid, the truth values of the formulas other than $!A(a)$ are
219219
independent of~$a$.
220220
\end{explain}

0 commit comments

Comments
 (0)