Skip to content

Commit b5b5460

Browse files
authored
Fix a few typos (#333)
* Update introduction.tex * Update proofs-about-sets.tex * Update enumerability.tex * Update size-of-sets.tex * Update representing-tms.tex * Update enumerating-tms.tex * Update halting-problem.tex * Update representing-tms.tex * Update verification.tex * Update open-logic-enderton-envs.sty * Update ce-sets.tex * Update computability-theory.tex * Update fixed-point-thm.tex * Update notation-pr-functions.tex * Update counterfactuals.tex * Update antecedent-strengthening.tex * Update proof-theoretic-notions.tex * Update higher-order-logic.tex * Update intuitionistic-logic.tex * Update second-order-logic.tex * Update compactness.tex * Update downward-ls.tex * Update maximally-consistent-sets.tex * Update axiomatic-deduction.tex * Update definitions.tex * Update historical-background.tex * Update overview.tex * Update interpretability.tex * Update natural-deduction.tex * Update propositions-as-types.tex * Update reduction.tex * Update propositions.tex * Update canonical-model.tex * Update completeness-thm.tex * Update decidability.tex * Update lindenbaum.tex * Update soundness-completeness.tex * Update introduction.tex * Update reading-proofs.tex * Update using-definitions.tex * Update methods.tex * Update dlo.tex * Update introduction.tex * Update models-of-q.tex * Update euclidean-filtrations.tex * Update introduction.tex * Update reference.tex * Update loewenheim-skolem.tex * Update language-of-sol.tex * Update countablechoice.tex * Update vitali.tex * Update extrinsic.tex * Update reflections.tex
1 parent 85f416e commit b5b5460

File tree

53 files changed

+67
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+67
-67
lines changed

content/computability/computability-theory/ce-sets.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
\end{defn}
1616

1717
\begin{history}
18-
Computably enumarable sets are also called \emph{recursively
18+
Computably enumerable sets are also called \emph{recursively
1919
enumerable} instead. This is the original terminology, and today
2020
both are commonly used, as well as the abbreviations ``c.e.'' and
2121
``r.e.''

content/computability/computability-theory/computability-theory.tex

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

1010
\begin{editorial}
1111
Material in this chapter should be reviewed and expanded. In
12-
paticular, there are no exercises yet.
12+
particular, there are no exercises yet.
1313
\end{editorial}
1414

1515
\olimport{introduction}

content/computability/computability-theory/fixed-point-thm.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
string functions. In particular, suppose your programming language has
156156
a function $\fn{diag}$ which works as follows: given an input
157157
string~$s$, $\fn{diag}$ locates each instance of the symbol `x'
158-
occuring in~$s$, and replaces it by a quoted version of the original
158+
occurring in~$s$, and replaces it by a quoted version of the original
159159
string. For example, given the string
160160
\begin{quote}
161161
\begin{verbatim}
@@ -189,7 +189,7 @@
189189
\end{quote}
190190
prints itself out $y$ times, on input $y$. Replacing the
191191
$\fn{getinput}$---$\fn{print}$---$\fn{diag}$ skeleton by an
192-
arbitrary funtion $g(x,y)$ yields
192+
arbitrary function $g(x,y)$ yields
193193
\begin{quote}
194194
\begin{verbatim}
195195
g(diag('g(diag(x), y)'), y)

content/computability/recursive-functions/notation-pr-functions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% Part: computability
22
% Chapter: recursive-functions
3-
% Section: noations-pr-functions
3+
% Section: notations-pr-functions
44

55
\documentclass[../../../include/open-logic-section]{subfiles}
66

content/counterfactuals/counterfactuals.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Part: conunterfactuals
1+
% Part: counterfactuals
22

33
\documentclass[../../include/open-logic-part]{subfiles}
44

content/counterfactuals/minimal-change-semantics/antecedent-strengthening.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
world where I light the match and I do so in outer space is much
2929
further removed from the actual world than the closest world where I
3030
light the match is. So although it's true that the match lights in the
31-
latter, it is not in the former. And that is as it schould be.
31+
latter, it is not in the former. And that is as it should be.
3232

3333
\begin{ex}
3434
The sphere semantics invalidates the inference, i.e., we have $p

content/first-order-logic/axiomatic-deduction/proof-theoretic-notions.tex

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

1515
\begin{explain}
1616
Just as we've defined a number of important semantic notions
17-
(\iftag{FOL}{validity}{tautology}, entailment, satisfiabilty), we now
17+
(\iftag{FOL}{validity}{tautology}, entailment, satisfiability), we now
1818
define corresponding \emph{proof-theoretic notions}. These are not
1919
defined by appeal to satisfaction of !!{sentence}s in !!{structure}s,
2020
but by appeal to the !!{derivability} or !!{nonderivability} of

content/first-order-logic/beyond/higher-order-logic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
truth values, ``true'' and ``false,'' and a type $\Nat$ of natural
3434
numbers. In that case, you can think of objects of type $\Nat \to
3535
\Omega$ as unary relations, or subsets of $\Nat$; objects of type
36-
$\Nat \to \Nat$ are functions from natural numers to natural numbers;
36+
$\Nat \to \Nat$ are functions from natural numbers to natural numbers;
3737
and objects of type $(\Nat \to \Nat) \to \Nat$ are ``functionals,''
3838
that is, higher-type functions that take functions to numbers.
3939

@@ -116,7 +116,7 @@
116116
starting with $\Nat$, one can define real numbers, continuous
117117
functions, and so on. It is also particularly attractive in the
118118
context of intuitionistic logic, since the types have clear
119-
``constructive'' intepretations. In fact, one can develop constructive
119+
``constructive'' interpretations. In fact, one can develop constructive
120120
versions of higher-type semantics (based on intuitionistic, rather
121121
than classical logic) that clarify these constructive interpretations
122122
quite nicely, and are, in many ways, more interesting than the

content/first-order-logic/beyond/intuitionistic-logic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
\olsection{Intuitionistic Logic}
1212

13-
In constrast to second-order and higher-order logic, intuitionistic
13+
In contrast to second-order and higher-order logic, intuitionistic
1414
first-order logic represents a restriction of the classical version,
1515
intended to model a more ``constructive'' kind of reasoning. The
1616
following examples may serve to illustrate some of the underlying
@@ -180,7 +180,7 @@
180180
To show that a sentence or propositional !!{formula} is intuitionistically
181181
valid, all you have to do is provide a proof. But how can you show
182182
that it is not valid? For that purpose, we need a semantics
183-
that is sound, and preferrably complete. A semantics
183+
that is sound, and preferably complete. A semantics
184184
due to Kripke nicely fits the bill.
185185

186186
We can play the same game we did for classical logic: define the

content/first-order-logic/beyond/second-order-logic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
full !!{structure}s only.
115115
\end{enumerate}
116116
When logicians do not specify the !!{derivation} system or the semantics they
117-
have in mind, they are usually refering to the second item on each
117+
have in mind, they are usually referring to the second item on each
118118
list. The advantage to using this semantics is that, as we will see,
119119
it gives us categorical descriptions of many natural mathematical
120120
structures; at the same time, the !!{derivation} system is quite strong, and

0 commit comments

Comments
 (0)