Skip to content

Commit 32e4dea

Browse files
committed
fix typos
1 parent aa9f0de commit 32e4dea

File tree

6 files changed

+970
-1163
lines changed

6 files changed

+970
-1163
lines changed

source/ch_structures.ptx

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

66
<introduction>
77
<p>
8-
Throughout the previous chapters, we have seen many examples of discrete structures and their properties and uses. The following sections are self-contained overviews of each of the main structures we have explored. These can either be studied prior to other material in the book, or as a review and reference after the fact.
8+
Throughout the previous chapters, we have seen many examples of discrete structures and their properties and uses. The following sections are self-contained overviews of each of the main structures we have explored. These can either be studied prior to other material in the book or as a review and reference after the fact.
99
</p>
1010
</introduction>
1111

source/exercises/addtops-numbth.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
<exercise>
224224
<statement>
225225
<p>
226-
Solve the following congruence <m>5x + 8 \equiv 11 \pmod{22}</m>. That is, describe the general solution.
226+
Solve the congruence: <m>5x + 8 \equiv 11 \pmod{22}</m>. That is, describe the general solution.
227227
</p>
228228

229229
</statement>

source/exercises/intro-sets.ptx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -729,11 +729,11 @@ $ans3 = 12;
729729
<exercise>
730730
<statement>
731731
<p>
732-
Let <m>A</m>, <m>B</m> and <m>C</m> be sets. <ol>
732+
Let <m>A</m>, <m>B</m>, and <m>C</m> be sets. <ol>
733733
<li>
734734
<p> Suppose that <m>A \subseteq B</m> and <m>B \subseteq C</m>.
735-
Does this mean that <m>A \subseteq C</m>? Prove your answer. Hint: to prove that <m>A \subseteq C</m>
736-
you must prove the implication, <q>for all <m>x</m>, if <m>x \in A</m> then <m>x \in C</m>.</q>
735+
Does this mean that <m>A \subseteq C</m>? Prove your answer. Hint: To prove that <m>A \subseteq C</m>,
736+
you must prove the implication, <q>For all <m>x</m>, if <m>x \in A</m>, then <m>x \in C</m>.</q>
737737
</p>
738738
</li>
739739

@@ -762,8 +762,8 @@ $ans3 = 12;
762762
<statement category="bonus">
763763
<p>
764764
Find an example of a set <m>A</m> with <m>|A| = 3</m> which contains only other sets and has the
765-
following property: for all sets <m>B \in A</m>, we also have <m>B \subseteq A</m>. Explain why
766-
your example works. (FYI: sets that have this property are called <term>transitive</term>.) <idx><h>transitive
765+
following property: For all sets <m>B \in A</m>, we also have <m>B \subseteq A</m>. Explain why
766+
your example works. (FYI: Sets that have this property are called <term>transitive</term>.) <idx><h>transitive
767767
sets</h>
768768
</idx>
769769
</p>

0 commit comments

Comments
 (0)