Skip to content

Commit f670368

Browse files
committed
fix 4.7.16
1 parent 79f1046 commit f670368

File tree

1 file changed

+33
-20
lines changed

1 file changed

+33
-20
lines changed

src/Epp.tex

Lines changed: 33 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2236,7 +2236,7 @@ \subsubsection{Exercise 12}
22362236
\hline T & F & F & F \\
22372237
\hline F & T & T & T \\
22382238
\hline F & F & T & F \\
2239-
\hline
2239+
\hline
22402240
\end{array}
22412241
$$
22422242
\end{proof}
@@ -3765,16 +3765,16 @@ \subsubsection{Exercise 28}
37653765
\subsubsection{Exercise 29}
37663766
$p \to (q \vee r) \equiv (p \wedge {\sim q}) \to r$
37673767
\begin{proof}
3768-
The tautology is $(p \to (q \vee r)) \bic ((p \wedge {\sim q}) \to r)$.
3769-
$$
3770-
\begin{array}{|ccc|c|c|c|c|c|c|}
3768+
The tautology is $(p \to (q \vee r)) \bic ((p \wedge {\sim q}) \to r)$.
3769+
$$
3770+
\begin{array}{|ccc|c|c|c|c|c|c|}
37713771
\hline p & q & r & q \vee r & p \wedge
37723772
{\sim q} & p \to (q \vee r) & p \wedge {\sim q} \to r & (p \to (q \vee r)) \bic
37733773
((p \wedge {\sim q}) \to r) \\ \hline T & T & T & T & F & T & T & T \\ \hline T
37743774
& T & F & T & F & T & T & T \\ \hline T & F & T & T & T & T & T & T \\ \hline T
37753775
& F & F & F & T & F & F & T \\ \hline F & T & T & T & F & T & T & T \\ \hline F
37763776
& T & F & T & F & T & T & T \\ \hline F & F & T & T & F & T & T & T \\ \hline F
3777-
& F & F & F & F & T & T & T \\ \hline
3777+
& F & F & F & F & T & T & T \\ \hline
37783778
\end{array}
37793779
$$
37803780
\end{proof}
@@ -14379,19 +14379,32 @@ \subsubsection{Exercise 16}
1437914379
For all odd integers $a$ and $b$, $b^2 - a^2 \neq 4$. ({\it Hint:} $b^2 - a^2 = (b + a)(b - a)$ and the only way to factor 4 is either $4 = 2\cdot2$ or $4 = 4\cdot1$.)
1438014380

1438114381
\begin{proof}
14382-
\underline{Proof by contradiction:} Suppose not. That is, suppose that there exist odd integers $a$ and $b$ such that $b^2 - a^2 = 4$. {\it [We must show that this supposition leads logically to a contradiction.]} Factoring gives that
14382+
\underline{Proof by contradiction:} Suppose not.
14383+
That is, suppose that there exist odd integers $a$ and $b$ such that $b^2 - a^2 = 4$.
14384+
{\it [We must show that this supposition leads logically to a contradiction.]}
14385+
14386+
By definition of odd, there exist integers \(k, l\) such that \(b = 2k+1\) and \(a = 2l+1\).
14387+
14388+
Factoring gives that
1438314389
\[
14384-
b^2 - a^2 = (b + a)(b - a) = 4.
14390+
b^2 - a^2 = (b + a)(b - a) = (2k+1 + 2l+1)(2k+1 - (2l+1)) = (2(k+l+1))(2(k-l)) = 4(k+l+1)(k-l).
1438514391
\]
14386-
Now $b > a$ because $b^2 - a^2 = 4 > 0$, and the only way to factor 4 is either $4 = 2\cdot2$ or $4 = 4\cdot1$. Hence either $b + a = b - a = 2$, or $b + a = 4$ and $b - a = 1$ or $b + a = 1$ and $b - a = 4$.
1438714392

14388-
In case $b + a = b - a = 2$, then $-a = a$ and so $a = 0$, which is not an odd integer.
14393+
Therefore \(4(k+l+1)(k-l) = 4\) and \((k+l+1)(k-l) = 1\).
14394+
14395+
Since \(k+l+1\) and \(k-l\) are both integers, there are only two possibilities:
1438914396

14390-
In case $b + a = 4$ and $b - a = 1$, then $2b = 5$ and so $b = 5/2$, which is not an odd integer.
14397+
{\bf Case 1:} \(k+l+1 = 1\) and \(k-l = 1\). The first gives us \(k = -l\),
14398+
substituting this into the second we get \(-2l = 1\) hence \(l = -1/2\)
14399+
which is not an integer, contradiction.
1439114400

14392-
In case $b + a = 1$ and $b - a = 4$, then $2b = 5$ and so $b = 5/2$, which is not an odd integer.
14401+
{\bf Case 2:} \(k+l+1 = -1\) and \(k-l = -1\). The first gives us \(k = -l-2\),
14402+
substituting this into the second we get \(-2l-2 = -1\) hence \(l = -1/2\)
14403+
which is not an integer, contradiction.
1439314404

14394-
Thus there are no odd integers $a$ and $b$ such that $b^2 - a^2 - 4$, which contradicts the supposition. {\it [Hence the supposition is false and the given statement is true.]}
14405+
Thus there are no odd integers $a$ and $b$ such that $b^2 - a^2 - 4$,
14406+
which contradicts the supposition.
14407+
{\it [Hence the supposition is false and the given statement is true.]}
1439514408
\end{proof}
1439614409

1439714410
\subsubsection{Exercise 17}
@@ -21296,8 +21309,8 @@ \subsubsection{Exercise 24}
2129621309
if one starts from person \#1 and goes repeatedly around the circle successively eliminating every second person, eventually only person \#$(2m + 1)$ will remain.
2129721310

2129821311
\begin{proof}
21299-
We observe that after eliminating $m$ people (every second person,
21300-
starting from \#1), we will have removed the people numbered
21312+
We observe that after eliminating $m$ people (every second person,
21313+
starting from \#1), we will have removed the people numbered
2130121314
$\#2, \#4, \ldots,\#(2m)$ leaving person \#$(2m+1)$ next in line.
2130221315

2130321316
We also know that:
@@ -21308,14 +21321,14 @@ \subsubsection{Exercise 24}
2130821321
2m+1 &\le 2^n+m
2130921322
\end{align*}
2131021323

21311-
In other words, since $2m+1 \in [1,r]$, the elimination never loops
21312-
through the circle more than once; it terminates within the first
21313-
traversal. This means we don’t need to worry about adjusting for shifts
21324+
In other words, since $2m+1 \in [1,r]$, the elimination never loops
21325+
through the circle more than once; it terminates within the first
21326+
traversal. This means we don’t need to worry about adjusting for shifts
2131421327
caused by previously eliminated people in a second pass.
2131521328

21316-
After eliminating $m$ people, there are $2^n$ people remaining.
21317-
By part (b), when $2^n$ people remain in the circle and we start from
21318-
the current person — in this case, person \#$(2m + 1)$ — the last
21329+
After eliminating $m$ people, there are $2^n$ people remaining.
21330+
By part (b), when $2^n$ people remain in the circle and we start from
21331+
the current person — in this case, person \#$(2m + 1)$ — the last
2131921332
remaining person will be that same person.
2132021333

2132121334
Therefore, the last remaining person is \#$(2m + 1)$, as required.

0 commit comments

Comments
 (0)