Skip to content

Commit e90a831

Browse files
committed
final touchups
1 parent d0e7990 commit e90a831

Some content is hidden

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

63 files changed

+2228
-1393
lines changed

cover/fibonacci_pascal.svg

Lines changed: 1686 additions & 0 deletions
Loading
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: 361 additions & 382 deletions
Large diffs are not rendered by default.

source/ch_logic.ptx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<chapter xmlns:xi="http://www.w3.org/2001/XInclude" xml:id="ch_logic">
44
<title>Logic and Proofs</title>
5+
<idx><h>self reference</h><see>reference, self</see></idx>
6+
<idx><h>reference, self</h><see>self reference</see></idx>
57
<introduction>
68
<p>
79
Logic is the study of consequence. Given a few mathematical statements or facts, we would like to be able to draw some conclusions. For example, if I told you that a particular real-valued function was continuous on the interval <m>[0,1]</m>, and <m>f(0) = -1</m> and <m>f(1) = 5</m>, can we conclude that there is some point between <m>[0,1]</m> where the graph of the function crosses the <m>x</m>-axis? Yes, we can, thanks to the Intermediate Value Theorem from calculus. Can we conclude that there is exactly one point? No. Whenever we find an <q>answer</q> in math, we really have a (perhaps hidden) argument.
@@ -23,6 +25,7 @@
2325

2426
Finally, we will put all of this together in <xref ref="sec_logic-proofs"/> and <xref ref="sec_logic-structures"/> to see how we can use these tools to construct arguments and prove statements.
2527
</p>
28+
2629
</introduction>
2730
<xi:include href="./sec_logic-statements.ptx"/>
2831
<xi:include href="./sec_logic-implications.ptx" />

source/exercises/gt-conc.ptx

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
<exercise>
6262
<statement>
6363
<p>
64-
Which of the graphs in the previous question contain Euler paths or circuits?
64+
Which of the graphs in the previous question contain Euler trails or circuits?
6565
Which of the graphs are planar?
6666
</p>
6767
</statement>
6868
<solution>
6969
<p>
70-
The first (and third) graphs contain an Euler path.
70+
The first (and third) graphs contain an Euler trail.
7171
All the graphs are planar.
7272
</p>
7373
</solution>
@@ -89,7 +89,7 @@
8989
<exercise>
9090
<statement>
9191
<p>
92-
Draw a graph that does not have an Euler path and is also not planar.
92+
Draw a graph that does not have an Euler trail and is also not planar.
9393
</p>
9494
</statement>
9595
<solution>
@@ -168,7 +168,7 @@
168168

169169
<li>
170170
<p>
171-
Does <m>G</m> have an Euler path or circuit?
171+
Does <m>G</m> have an Euler trail or circuit?
172172
Explain.
173173
</p>
174174
</li>
@@ -275,10 +275,10 @@
275275

276276
<li>
277277
<p>
278-
It is clear from the drawing that there is no Euler path,
278+
It is clear from the drawing that there is no Euler trail,
279279
let alone an Euler circuit.
280280
Also, since there are more than 2 vertices of odd degree,
281-
we know for sure there is no Euler path.
281+
we know for sure there is no Euler trail.
282282
</p>
283283
</li>
284284
</ol>
@@ -318,7 +318,7 @@
318318

319319
<li>
320320
<p>
321-
For which values of <m>n</m> does the graph have an Euler path?
321+
For which values of <m>n</m> does the graph have an Euler trail?
322322
</p>
323323
</li>
324324

@@ -550,15 +550,15 @@
550550
The graph <m>G</m> has 6 vertices with degrees <m>1, 2, 2, 3, 3, 5</m>.
551551
How many edges does <m>G</m> have?
552552
If <m>G</m> was planar how many faces would it have?
553-
Does <m>G</m> have an Euler path?
553+
Does <m>G</m> have an Euler trail?
554554
</p>
555555
</statement>
556556
<solution>
557557
<p>
558558
<m>G</m> has 8 edges
559559
(since the sum of the degrees is 16).
560560
If <m>G</m> is planar, then it will have 4 faces
561-
(since <m>6 - 8 + 4 = 2</m>). <m>G</m> does not have an Euler path since there are more than 2 vertices of odd degree.
561+
(since <m>6 - 8 + 4 = 2</m>). <m>G</m> does not have an Euler trail since there are more than 2 vertices of odd degree.
562562
</p>
563563
</solution>
564564
</exercise>
@@ -806,7 +806,7 @@
806806
<ol>
807807
<li>
808808
<p>
809-
Does the graph have an Euler path or circuit?
809+
Does the graph have an Euler trail or circuit?
810810
Explain.
811811
</p>
812812
</li>
@@ -839,7 +839,7 @@
839839
<ol>
840840
<li>
841841
<p>
842-
The graph does have an Euler path, but not an Euler circuit.
842+
The graph does have an Euler trail, but not an Euler circuit.
843843
There are exactly two vertices with odd degree.
844844
The path starts at one and ends at the other.
845845
</p>
@@ -893,7 +893,7 @@
893893

894894
<li>
895895
<p>
896-
Every bipartite graph has an Euler path.
896+
Every bipartite graph has an Euler trail.
897897
</p>
898898
</li>
899899

@@ -931,7 +931,7 @@
931931

932932
<li>
933933
<p>
934-
False. <m>K_{3,3}</m> has 6 vertices with degree 3, so contains no Euler path.
934+
False. <m>K_{3,3}</m> has 6 vertices with degree 3, so contains no Euler trail.
935935
</p>
936936
</li>
937937

@@ -957,7 +957,7 @@
957957
<statement>
958958
<p>
959959
Consider the statement <q>If a graph is planar,
960-
then it has an Euler path.</q>
960+
then it has an Euler trail.</q>
961961

962962
<ol>
963963
<li>
@@ -1006,19 +1006,19 @@
10061006
<ol>
10071007
<li>
10081008
<p>
1009-
If a graph has an Euler path, then it is planar.
1009+
If a graph has an Euler trail, then it is planar.
10101010
</p>
10111011
</li>
10121012

10131013
<li>
10141014
<p>
1015-
If a graph does not have an Euler path, then it is not planar.
1015+
If a graph does not have an Euler trail, then it is not planar.
10161016
</p>
10171017
</li>
10181018

10191019
<li>
10201020
<p>
1021-
There is a graph which is planar and does not have an Euler path.
1021+
There is a graph which is planar and does not have an Euler trail.
10221022
</p>
10231023
</li>
10241024

@@ -1031,13 +1031,13 @@
10311031

10321032
<li>
10331033
<p>
1034-
False. <m>K_4</m> is planar but does not have an Euler path.
1034+
False. <m>K_4</m> is planar but does not have an Euler trail.
10351035
</p>
10361036
</li>
10371037

10381038
<li>
10391039
<p>
1040-
False. <m>K_5</m> has an Euler path but is not planar.
1040+
False. <m>K_5</m> has an Euler trail but is not planar.
10411041
</p>
10421042
</li>
10431043
</ol>

source/exercises/intro-functions.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
<p>
231231
Consider the function <m>f:\N \to \N</m> given <em>recursively</em> by <me>
232232
f(0) = 1 \text{ and } f(n+1) = <var name="$a" /> \cdot f(n)
233-
</me>. Find <me>f(<var name="$b" />)</me>.
233+
</me>. Find <m>f(<var name="$b" />)</m>.
234234
</p>
235235
<p>
236236
<var name="$ans" width="25"/>

source/exercises/seq-basics.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
How many strings have sum <m>n = 1</m>?
368368
How many have sum <m>n = 2</m>?
369369
And so on.
370-
Find and explain a recurrence relation for the sequence <m>(a_n)</m> which gives the number of strings with sum <m>n</m>.
370+
Find and explain a recurrence relation for the sequence <m>(a_n)</m> that gives the number of strings with sum <m>n</m>.
371371
</p>
372372
</li>
373373

source/exercises/seq-conc.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
</statement>
375375
<hint>
376376
<p>
377-
This is a straight forward induction proof.
377+
This is a straight-forward induction proof.
378378
Note you will need to simplify
379379
<m>\left(\frac{n(n+1)}{2}\right)^2 + (n+1)^3</m> and get <m>\left(\frac{(n+1)(n+2)}{2}\right)^2</m>.
380380
</p>

source/exercises/seq-growth.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<title>Telescoping to find a sum</title>
145145
<statement>
146146
<p>
147-
Another context in which sequences arise is calculus when you study sequences and <term>series</term> (which is the word in calculus for what we call a sequences of partial sums). Some of the techniques we have developed here can be applied there as well. This is an example of a <term>telescoping sum</term>, similar to the telescoping technique we used.
147+
Another context in which sequences arise is calculus when you study sequences and <term>series</term> (which is the word in calculus for what we call a sequence of partial sums). Some of the techniques we have developed here can be applied there as well. This is an example of a <term>telescoping sum</term>, similar to the telescoping technique we used.
148148
</p>
149149

150150
<p>

source/exercises/seq-induction.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
Now give a valid proof
520520
(by induction,
521521
even though you might be able to do so without using induction)
522-
of the statement, <q>for all <m>n \in \N</m>,
522+
of the statement, <q>For all <m>n \in \N</m>,
523523
the number <m>n^2 + n</m> is even.</q>
524524
</p>
525525
</statement>

source/exercises/seq-polynomial.ptx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<exercise>
66
<statement>
77
<p>
8-
Your friendly neighborhood bodega has a candy machine which gives 7 Skittles to the first customer who puts in a quarter, 10 to the second, 13 to the third, 16 to the fourth, etc.
8+
Your friendly neighborhood bodega has a candy machine that gives 7 Skittles to the first customer who puts in a quarter, 10 to the second, 13 to the third, 16 to the fourth, etc.
99
How many candies has the machine given out in total after 20 quarters are put into the machine? After <m>n</m> quarters?
1010
</p>
1111
</statement>
@@ -14,7 +14,7 @@
1414
<exercise>
1515
<statement>
1616
<p>
17-
Not to be outdone, the mega-mart across the street has installed a candy machine which gives 4 Skittles to the first customer, 7 to the second, 12 to the third, 19 to the fourth, etc.
17+
Not to be outdone, the mega-mart across the street has installed a candy machine that gives 4 Skittles to the first customer, 7 to the second, 12 to the third, 19 to the fourth, etc.
1818
How many Skittles has the machine given out in total after 20 quarters are put into the machine? After <m>n</m> quarters?
1919
</p>
2020
</statement>
@@ -234,7 +234,7 @@
234234
</sidebyside>
235235

236236
<p>
237-
The interesting thing here, is that a
237+
The interesting thing here is that a
238238
<m>3\times 3</m> square now has area 13.
239239
Our goal is the find a formula for the area of a <m>n \times n</m> (diagonal) square.
240240

@@ -254,7 +254,7 @@
254254
<p>
255255
Use your results from part (a) to find a closed formula for the sequence.
256256
Show your work.
257-
Note, while there are lots of ways to find a closed formula here,
257+
Note that while there are lots of ways to find a closed formula here,
258258
you should use partial sums specifically.
259259
</p>
260260
</li>

0 commit comments

Comments
 (0)