Skip to content

Commit e28d981

Browse files
committed
fix typos
1 parent 16600df commit e28d981

28 files changed

+130
-130
lines changed

generated-assets/.web_assets.pkl

0 Bytes
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading

generated-assets/webwork/webwork-representations.xml

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.

source/dmoi.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<xi:include href="./bookinfo.ptx" />
44
<book xml:id="dmoi4">
55
<title>Discrete Mathematics</title>
6-
<subtitle>An Open Introduction, 4th edition</subtitle>
6+
<subtitle>An Open Introduction, 4th Edition</subtitle>
77
<xi:include href="./frontmatter.ptx" />
88
<xi:include href="./ch_intro.ptx" />
99
<xi:include href="./ch_logic.ptx" />

source/frontmatter.ptx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<copyright>
2020
<year>2013<ndash/>
21-
2024</year>
21+
2025</year>
2222
<holder>Oscar Levin</holder>
2323
<!--
2424
<minilicense><image source="../images/by-sa.png" />
@@ -60,14 +60,14 @@
6060

6161
<acknowledgement>
6262
<p>
63-
This book would not exist if not for <q>Discrete and Combinatorial Mathematics</q> by Richard Grassl and Tabitha Mingus.
64-
It is the book I learned discrete math out of, and what taught with the semester before I began writing this text.
65-
I wanted to maintain the inquiry-based feel of their book but update, expand and rearrange some of the material.
63+
This book would not exist if not for <q>Discrete and Combinatorial Mathematics,</q> by Richard Grassl and Tabitha Mingus.
64+
It is the book I learned discrete math out of, and that I taught with the semester before I began writing this text.
65+
I wanted to maintain the inquiry-based feel of their book but update, expand, and rearrange some of the material.
6666
Some of the best exposition and exercises here were graciously donated from this source.
6767
</p>
6868

6969
<p>
70-
Thanks to the graduate students who have co-taught the Discrete Mathematics course with me over the years, including Evan Czysz, Alees Lee, and Sarah Sparks, who helped develop new activities and exercises that have been incorporated into this text. Michelle Morgan provided copy-editing support and Jennifer Zakotnik-Gutierrez helped code many of the interactive exercises in the online version of the book.
70+
Thanks go to the graduate students who have co-taught the Discrete Mathematics course with me over the years, including Evan Czysz, Alees Lee, and Sarah Sparks, who helped develop new activities and exercises that have been incorporated into this text. Michelle Morgan provided copy-editing support, and Jennifer Zakotnik-Gutierrez helped code many of the interactive exercises in the online version of the book.
7171
Thanks also to Katie Morrison, Nate Eldredge, and Richard Grassl (again) for their suggestions after using parts of this text in their classes.
7272
</p>
7373

@@ -83,27 +83,27 @@
8383

8484
<preface xml:id="preface">
8585
<p>
86-
This text aims to introduce select topics in discrete mathematics at a level appropriate for first or second-year undergraduate math and computer science majors, especially those who intend to teach middle and high school mathematics.
86+
This text aims to introduce select topics in discrete mathematics at a level appropriate for first- or second-year undergraduate math and computer science majors, especially those who intend to teach middle and high school mathematics.
8787
The book began as a set of notes for the Discrete Mathematics course at the University of Northern Colorado.
8888
This course serves both as a survey of the topics in discrete math and as the <q>bridge</q> course for math majors, as UNC does not offer a separate <q>introduction to proofs</q> course.
8989
As this course has evolved to support our computer science major, so has the text. The current version of the book is intended to support inquiry-based teaching for understanding that is so crucial for future teachers, while also providing the necessary mathematical foundation and application-based motivation for computer science students. While teaching the course in Spring 2024 using an early version of this edition, I was pleasantly surprised by how many students reported that they, for the first time, saw how useful math could be in the <q>real world.</q> I hope that this experience can be replicated in other classes using this text.
9090
</p>
9191

9292
<p>
93-
This book is intended to be used in a class taught using problem-oriented or inquiry-based methods. Each section begins with a preview of the content that includes an open-ended <em>Investigate!</em> motivating question, as well as a structured preview activity. The preview activities are carefully scaffolded to provide an entry-point to the section's topic and prime students to engage deeply in the material.
93+
This book is intended to be used in a class taught using problem-oriented or inquiry-based methods. Each section begins with a preview of the content that includes an open-ended <em>Investigate!</em> motivating question, as well as a structured preview activity. The preview activities are carefully scaffolded to provide an entry-point to the section's topic and to prime students to engage deeply in the material.
9494
Depending on the pace of the class, I have found success assigning only the section preview before class, using the preview activity as in-class group work, or assigning the entire section to be read before class (each section concludes with a small set of reading questions that can be assigned to encourage students to actually read). For those readers using this book for self-study, the organization of the sections will hopefully mimic the style of a rich inquiry-based classroom.
9595
</p>
9696

9797
<p>
9898
The topics covered in this text were chosen to match the needs of the students I teach at UNC.
9999
The main areas of study are logic and proof, graph theory, combinatorics, and sequences.
100-
Induction is covered at the end of the chapter on sequences. Discrete structures are introduced <q>as needed</q>, but a more thorough treatment of sets and functions is included as a separate chapter, which can be studied independent of the other content. Then final chapter covers two additional topics: generating functions and number theory.
100+
Induction is covered at the end of the chapter on sequences. Discrete structures are introduced <q>as needed</q>, but a more thorough treatment of sets and functions is included as a separate chapter, which can be studied independent of the other content. The final chapter covers two additional topics: generating functions and number theory.
101101
</p>
102102

103103

104104
<p>
105105
While I believe this selection and order of topics is optimal, you should feel free to skip around to what interests you.
106-
There are occasionally examples and exercises that rely on earlier material, but I have tried to keep these to a minimum and usually can either be skipped or understood without too much additional study.
106+
There are occasionally examples and exercises that rely on earlier material, but I have tried to keep these to a minimum, and they usually can either be skipped or understood without too much additional study.
107107
If you are an instructor, you can also create a custom version by editing the <pretext/> source to fit your needs.
108108
</p>
109109

@@ -135,14 +135,14 @@
135135

136136
<li>
137137
<p>
138-
The <em>Investigate!</em> activities of the 3rd edition have been split up into two types: <em>Investigate!</em> questions and Preview Activities. The former are open-ended questions designed to engage you with the topic soon to be discussed. The latter are structured preview activities that you should be able to completely answer before reading the section.
138+
The <em>Investigate!</em> activities of the 3rd Edition have been split into two types: <em>Investigate!</em> questions and Preview Activities. The former are open-ended questions designed to engage you with the topic soon to be discussed. The latter are structured preview activities that you should be able to completely answer before reading the section.
139139
</p>
140140
</li>
141141
</ul>
142142
</p>
143143

144144
<p>
145-
The previous editions (3rd edition, released in 2019, 2nd edition, released in 2016, and the Fall 2015 edition) will still be available for instructors who wish to use those versions due to familiarity.
145+
The previous editions (3rd Edition, released in 2019, 2nd Edition, released in 2016, and the Fall 2015 Edition) will still be available for instructors who wish to use those versions due to familiarity.
146146
</p>
147147

148148
<p>
@@ -158,7 +158,7 @@
158158

159159

160160
<preface>
161-
<title>How to use this book</title>
161+
<title>How to Use This Book</title>
162162

163163
<p>
164164
In addition to expository text, this book has a few features designed to encourage you to interact with the mathematics.
@@ -170,14 +170,14 @@
170170

171171
<p>
172172
Sprinkled throughout the sections (usually at the very beginning of a topic) you will find open-ended questions designed to engage you with the topic soon to be discussed.
173-
You really should spend some time thinking about, or even working through, these problems before reading the section. However, don't worry if you cannot find a satisfying solution right away. The goal is to pique your interest so you will read what is next looking for answers.
173+
You really should spend some time thinking about, or even working through, these problems before reading the section. However, don't worry if you cannot find a satisfying solution right away. The goal is to pique your interest, so you will read what is next looking for answers.
174174
</p>
175175
</paragraphs>
176176

177177
<paragraphs>
178178
<title>Preview Activities</title>
179179
<p>
180-
Most sections include a structured preview activity. These contain leading questions that you should be able to completely answer before reading the section. The idea is that the questions prime you to engage meaningfully with the new content ahead. If you are using the online version, most of these questions will provide you w immediate feedback so you can be confident moving forward.
180+
Most sections include a structured preview activity. These contain leading questions that you should be able to completely answer before reading the section. The idea is that the questions prime you to engage meaningfully with the new content ahead. If you are using the online version, most of these questions will provide you with immediate feedback so you can be confident moving forward.
181181
</p>
182182
</paragraphs>
183183
<paragraphs>
@@ -189,7 +189,7 @@
189189
Before reading the solution, try to at least have an understanding of what the problem is asking.
190190
Unlike some textbooks, the examples are not meant to be all-inclusive for problems you will see in the exercises.
191191
They should not be used as a blueprint for solving other problems.
192-
Instead, use the examples to deepen our understanding of the concepts and techniques discussed in each section.
192+
Instead, use the examples to deepen your understanding of the concepts and techniques discussed in each section.
193193
Then use this understanding to solve the exercises at the end of each section.
194194
</p>
195195
</paragraphs>

source/sec_intro-intro.ptx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
On each is carved a message (strangely in English):
108108
</p>
109109

110-
<sidebyside widths="35% 35%">
110+
<sidebyside widths="40% 40%">
111111
<p>
112112
Exactly one of these chests contains a treasure, while the other is filled with deadly immortal scorpions.
113113
</p>
@@ -152,7 +152,7 @@
152152
The people at the party are individuals.
153153
We can consider the <em>set</em> of people.
154154
We can also consider sets of pairs of people, since it takes exactly two people to shake hands.
155-
So the question is really about, how many pairs can you make using elements from a 10-element set?
155+
So the question is really, how many pairs can you make using elements from a 10-element set?
156156
</p>
157157

158158
<p>
@@ -169,7 +169,7 @@
169169
</li>
170170
<li>
171171
<p>
172-
Logic questions also belong under the discrete math umbrella: each statement can have a <em>value</em> of True or False (and there is nothing in-between). To answer questions like that of the chests of scorpions, we must understand the structure of the statements, and how the truth values of the parts of the statements interact to determine the truth value of the whole statement.
172+
Logic questions also belong under the discrete math umbrella: Each statement can have a <em>value</em> of True or False (and there is nothing in-between). To answer questions like that of the chests of scorpions, we must understand the structure of the statements, and how the truth values of the parts of the statements interact to determine the truth value of the whole statement.
173173
</p>
174174
</li>
175175
<li>

0 commit comments

Comments
 (0)