Skip to content

Commit 2a5e542

Browse files
2.7.13 changed an equality to a inequality
2.7.13 changed an equality to a inequality. We are using triangle inequality but the symbol there was for equality. built the pdf
1 parent 657c904 commit 2a5e542

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/main.pdf

-74.6 KB
Binary file not shown.

chapters/chapter2/chapter2-7.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ \section{Properties of Infinite Series}
230230
\begin{align*}
231231
\abs{\sum_{j={m+1}}^n x_jy_j}
232232
&= \abs{s_ny_{n+1} - s_my_{m+1} + \sum_{j=m+1}^n s_j(y_j - y_{j+1})}\\
233-
&= \abs{s_ny_{n+1} - s_my_{m+1}} + \abs{\sum_{j=m+1}^n s_j(y_j - y_{j+1})} \tag{$\bigtriangleup$ inequality}\\
234-
&= \abs{(s_n - s_m)y_{m+1}} + \abs{\sum_{j=m+1}^n s_j(y_j - y_{j+1})} \tag{$y_{m+1} > y_{n+1}$}\\
233+
&\leq \abs{s_ny_{n+1} - s_my_{m+1}} + \abs{\sum_{j=m+1}^n s_j(y_j - y_{j+1})} \tag{$\bigtriangleup$ inequality}\\
234+
&\leq \abs{(s_n - s_m)y_{m+1}} + \abs{\sum_{j=m+1}^n s_j(y_j - y_{j+1})} \tag{$y_{m+1} > y_{n+1}$}\\
235235
&\leq M\abs{y_{m+1}} + M \abs{y_{m+1} - y_{n+1}}\\
236236
&\leq 2M\abs{y_{m+1}}
237237
\end{align*}
@@ -290,4 +290,4 @@ \section{Properties of Infinite Series}
290290
then $A < \epsilon/(2b_1)$ and $\abs{\sum_{j={m+1}}^n x_jy_j} < 2\abs{b_1}\cdot \frac{\epsilon}{2\abs{b_1}}$,
291291
which means we have the Cauchy Criterion for $\sum x_ny_n$, and therefore it converges.
292292
}
293-
}
293+
}

0 commit comments

Comments
 (0)