Skip to content

Commit b73a1e8

Browse files
committed
typos
1 parent ca7cef2 commit b73a1e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/methods/induction/inductive-definitions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
be defined which explain how to get new objects of that kind from old
1616
objects of that kind. For instance, we often define special kinds of
1717
sequences of symbols, such as the terms and !!{formula}s of a
18-
language, by induction. For a simple example, consider strings of
18+
language, by induction. For a simple example, consider strings
1919
consisting of letters $\mathrm{a}$, $\mathrm{b}$, $\mathrm{c}$,
2020
$\mathrm{d}$, the symbol~$\circ$, and brackets $[$ and $]$, such as
2121
``$[[\mathrm{c} \circ \mathrm{d}][$'', ``$[\mathrm{a}[]\circ]$'',

content/methods/proofs/inference-patterns.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ \subsection{Proving an Existence Claim}
232232
When asked to prove an existence claim, the question will usually be
233233
of the form ``prove that there is an~$x$ such that $\dots x \dots$'',
234234
i.e., that some object that has the property described by ``$\dots x
235-
\dots$''. In this case you'll have to identify a suitable object show
236-
that is has the required property. This sounds straightforward, but a
235+
\dots$''. In this case you'll have to identify a suitable object and show
236+
that it has the required property. This sounds straightforward, but a
237237
proof of this kind can be tricky. Typically it involves
238238
\emph{constructing} or \emph{defining} an object and proving that the
239239
object so defined has the required property. Finding the right object

0 commit comments

Comments
 (0)