-
Notifications
You must be signed in to change notification settings - Fork 25
/
realanal12.tex
815 lines (665 loc) · 23.7 KB
/
realanal12.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
\documentclass[12pt]{book}
%For sending to printer such as lulu/createspace, search for %PRINT
%See text for
%FIXMEevillayouthack
% for evil layout hacks
%\usepackage{pdf14}
%Paper saving
%\documentclass[12pt,openany]{book}
%\documentclass[10pt,openany]{book}
%\documentclass[8pt,openany]{extbook}
%if using smaller font you should also rerun the figures,
% that is in figures/ run run-all-xp.sh (must have epix installed)
\usepackage[T1]{fontenc}
\usepackage[shortlabels]{enumitem}
\usepackage{ifpdf}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{mathtools}
\usepackage{graphicx}
\usepackage{graphbox}
\usepackage{color}
% Remove page numbers on chapter opens
% must come before fullpage
\usepackage{nopageno}
\usepackage[headings]{fullpage}
% smaller margins top/bottom margins
\addtolength{\textheight}{0.8in}
\addtolength{\topmargin}{-0.3in}
% 6x9 version?
%\addtolength{\textheight}{1.2in}
%\addtolength{\paperheight}{1.2in}
%PRINT
%First offset even/odd pages a bit
% not for the coil bound full letter size one
%\addtolength{\oddsidemargin}{0.2in}
%\addtolength{\evensidemargin}{-0.2in}
%PRINT
%Now cut page size a bit. I'll run it through ghostcript anyway
%to convert to the right size, but this is good for crown quatro
%conversion, don't use for the full letter size versions
%\addtolength{\paperwidth}{-0.3in}
%\addtolength{\paperheight}{-1in}
%\addtolength{\topmargin}{-0.5in}
%\addtolength{\oddsidemargin}{-0.15in}
%\addtolength{\evensidemargin}{-0.15in}
% discourage pagebreak at end of display, put before \end{equation}
\newcommand{\avoidbreak}{\postdisplaypenalty=100}
\usepackage{varioref}
\usepackage{imakeidx}
\PassOptionsToPackage{hyphens}{url}
\usepackage{hyperref} % do NOT set [ocgcolorlinks] here!
%If you have an older tex installation you might need
%to comment out the next line:
%PRINT for a printer (lulu/createspace) run without
\usepackage[ocgcolorlinks]{ocgx2}
%\usepackage[all]{hypcap} %handled by caption
\usepackage[shortalphabetic]{amsrefs}
\usepackage{nicefrac}
\usepackage{microtype}
\usepackage{import}
%\usepackage{draftwatermark}
%\SetWatermarkText{Draft of v5.0 as of \today. May change substantially!}
%\SetWatermarkAngle{90}
%\SetWatermarkHorCenter{0.5in}
%\SetWatermarkColor[gray]{0.7}
%\SetWatermarkScale{0.18}
\usepackage[margin=10pt,font=small,labelfont=bf,labelsep=colon,singlelinecheck=false]{caption}
\usepackage{tikz}
\usetikzlibrary{cd}
%\usepackage{rotating}
\usepackage{cellspace}
\usepackage[toc,nopostdot,sort=use,automake]{glossaries}
\usepackage{vogtwidebar}
%%%
%NOTE: If changing fonts, also change fonts in figures/run-xp-topdf.sh
% AND then rerun run-all-xp.sh (must have epix installed)
%%%
% Times
%\usepackage{txfonts}
% Times, but symbol/cm/ams math fonts
%\usepackage{mathptmx}
% But we do want helvetica for sans
%\usepackage{helvet}
%Palatino
\usepackage[theoremfont]{newpxtext}
\usepackage[vvarbb]{newpxmath}
\linespread{1.05}
\usepackage[scr=boondoxo]{mathalfa} % but we want the nice fancy script fonts
% Footnotes should use symbols, not numbers. Numbered footnotes are
% evil, (footmisc no longer conflicts with hyperref)
\usepackage[perpage,symbol*]{footmisc}
\usepackage{footnote}
%enumitem global options
\setlist{leftmargin=*,itemsep=0.5\itemsep,parsep=0.5\parsep,topsep=0.5\topsep,partopsep=0.5\partopsep}
\newenvironment{myfigureht}{%
\begin{figure}[h!t]
\noindent\rule{\textwidth}{0.4pt}\vspace{12pt}\par\centering}%
{\par\noindent\rule{\textwidth}{0.4pt}
\end{figure}}
% useful
%mbxSTARTIGNORE
\newcommand{\ignore}[1]{}
%mbxENDIGNORE
% analysis/geometry stuff
\newcommand{\ann}{\operatorname{ann}}
\renewcommand{\Re}{\operatorname{Re}}
\renewcommand{\Im}{\operatorname{Im}}
\newcommand{\Orb}{\operatorname{Orb}}
\newcommand{\hol}{\operatorname{hol}}
\newcommand{\aut}{\operatorname{aut}}
\newcommand{\codim}{\operatorname{codim}}
\newcommand{\sing}{\operatorname{sing}}
% reals
\newcommand{\esssup}{\operatorname{ess~sup}}
\newcommand{\essran}{\operatorname{essran}}
\newcommand{\innprod}[2]{\langle #1 | #2 \rangle}
\newcommand{\linnprod}[2]{\langle #1 , #2 \rangle}
\newcommand{\supp}{\operatorname{supp}}
\newcommand{\Nul}{\operatorname{Nul}}
\newcommand{\Ran}{\operatorname{Ran}}
\newcommand{\sabs}[1]{\lvert {#1} \rvert}
\newcommand{\snorm}[1]{\lVert {#1} \rVert}
\newcommand{\abs}[1]{\left\lvert {#1} \right\rvert}
\newcommand{\norm}[1]{\left\lVert {#1} \right\rVert}
\newcommand{\babs}[1]{\bigl\lvert {#1} \bigr\rvert}
\newcommand{\bnorm}[1]{\bigl\lVert {#1} \bigr\rVert}
\newcommand{\Babs}[1]{\Bigl\lvert {#1} \Bigr\rvert}
\newcommand{\Bnorm}[1]{\Bigl\lVert {#1} \Bigr\rVert}
\newcommand{\bbabs}[1]{\biggl\lvert {#1} \biggr\rvert}
\newcommand{\bbnorm}[1]{\biggl\lVert {#1} \biggr\rVert}
\newcommand{\BBabs}[1]{\Biggl\lvert {#1} \Biggr\rvert}
\newcommand{\BBnorm}[1]{\Biggl\lVert {#1} \Biggr\rVert}
% sets (some)
\newcommand{\C}{{\mathbb{C}}}
\newcommand{\R}{{\mathbb{R}}}
\newcommand{\Z}{{\mathbb{Z}}}
\newcommand{\N}{{\mathbb{N}}}
\newcommand{\Q}{{\mathbb{Q}}}
\newcommand{\D}{{\mathbb{D}}}
\newcommand{\F}{{\mathbb{F}}}
% consistent
\newcommand{\bB}{{\mathbb{B}}}
\newcommand{\bC}{{\mathbb{C}}}
\newcommand{\bR}{{\mathbb{R}}}
\newcommand{\bZ}{{\mathbb{Z}}}
\newcommand{\bN}{{\mathbb{N}}}
\newcommand{\bQ}{{\mathbb{Q}}}
\newcommand{\bD}{{\mathbb{D}}}
\newcommand{\bF}{{\mathbb{F}}}
\newcommand{\bH}{{\mathbb{H}}}
\newcommand{\bO}{{\mathbb{O}}}
\newcommand{\bP}{{\mathbb{P}}}
\newcommand{\bK}{{\mathbb{K}}}
\newcommand{\bV}{{\mathbb{V}}}
\newcommand{\CP}{{\mathbb{CP}}}
\newcommand{\RP}{{\mathbb{RP}}}
\newcommand{\HP}{{\mathbb{HP}}}
\newcommand{\OP}{{\mathbb{OP}}}
\newcommand{\sA}{{\mathscr{A}}}
\newcommand{\sB}{{\mathscr{B}}}
\newcommand{\sC}{{\mathscr{C}}}
\newcommand{\sF}{{\mathscr{F}}}
\newcommand{\sG}{{\mathscr{G}}}
\newcommand{\sH}{{\mathscr{H}}}
\newcommand{\sM}{{\mathscr{M}}}
\newcommand{\sO}{{\mathscr{O}}}
\newcommand{\sP}{{\mathscr{P}}}
\newcommand{\sQ}{{\mathscr{Q}}}
\newcommand{\sR}{{\mathscr{R}}}
\newcommand{\sS}{{\mathscr{S}}}
\newcommand{\sI}{{\mathscr{I}}}
\newcommand{\sL}{{\mathscr{L}}}
\newcommand{\sK}{{\mathscr{K}}}
\newcommand{\sU}{{\mathscr{U}}}
\newcommand{\sV}{{\mathscr{V}}}
\newcommand{\sX}{{\mathscr{X}}}
\newcommand{\sY}{{\mathscr{Y}}}
\newcommand{\sZ}{{\mathscr{Z}}}
\newcommand{\fS}{{\mathfrak{S}}}
\newcommand{\interior}{\operatorname{int}}
% Topo stuff
\newcommand{\id}{\textit{id}}
\newcommand{\im}{\operatorname{im}}
\newcommand{\rank}{\operatorname{rank}}
\newcommand{\Tor}{\operatorname{Tor}}
\newcommand{\Torsion}{\operatorname{Torsion}}
\newcommand{\Ext}{\operatorname{Ext}}
\newcommand{\Hom}{\operatorname{Hom}}
%extra thingies
%\newcommand{\mapsfrom}{\ensuremath{\text{\reflectbox{$\mapsto$}}}}
\newcommand{\from}{\ensuremath{\leftarrow}}
\newcommand{\dhat}[1]{\hat{\hat{#1}}}
\newcommand{\spn}{\operatorname{span}}
% San Serif fonts
%\renewcommand{\familydefault}{\sfdefault}
% To allow skrinking to 5.5 x 8.5 inches without whitespaces
% Make sure to rerun makeindex and makeglossaries as well
% Useful for printing on lulu.com and saving on paper
%\addtolength{\textheight}{2.13in}
%\addtolength{\paperheight}{2.13in}
\definecolor{mypersianblue}{rgb}{0.11, 0.22, 0.73}
\hypersetup{
pdfborderstyle={/S/U/W 0.5}, %this just in case ocg isn't there
%PRINT do this (and comment out the above):
%pdfborder={0 0 0},
citecolor=mypersianblue,
filecolor=mypersianblue,
linkcolor=mypersianblue,
urlcolor=mypersianblue,
pdfkeywords={real analysis, Riemann integral, derivative, limit, sequence},
pdfsubject={Real Analysis},
pdftitle={Basic Analysis: Introduction to Real Analysis},
pdfauthor={Jiri Lebl}
}
% This is really just for marking these
%so that they are easy to find
% The second argument is the thing for the both volumes together thing
%mbxSTARTIGNORE
\newcommand{\volIref}[2]{#2\@}
\newcommand{\volIIref}[2]{#2\@}
%mbxENDIGNORE
% Set up our index
\makeindex
%mbxSTARTIGNORE
% Very simple indexing
\newcommand{\myindex}[1]{#1\index{#1}}
% Quotes
\newcommand{\myquote}[1]{``#1''}
% define this to be empty to kill notes
\newcommand{\sectionnotes}[1]{\noindent \emph{Note: #1} \medskip \par}
% Define this to be empty to not skip page before the sections to
% save some paper
\newcommand{\sectionnewpage}{\clearpage}
%\newcommand{\sectionnewpage}{}
%mbxENDIGNORE
\author{Ji\v{r}\'i Lebl}
\title{Basic Analysis: Introduction to Real Analysis}
% Don't include subsections
\setcounter{tocdepth}{1}
\theoremstyle{plain}
\newtheorem{thm}{Theorem}[section]
\newtheorem{lemma}[thm]{Lemma}
\newtheorem{prop}[thm]{Proposition}
\newtheorem{cor}[thm]{Corollary}
\theoremstyle{remark}
\newtheorem{remark}[thm]{Remark}
\theoremstyle{definition}
\newtheorem{defn}[thm]{Definition}
\newtheoremstyle{exercise}% name
{}% Space above
{}% Space below
{\itshape \small}% Body font
{}% Indent amount 1
{\bfseries \itshape \small}% Theorem head font
{:}% Punctuation after theorem head
{.5em}% Space after theorem head 2
{}% Theorem head spec (can be left empty, meaning "normal")
\newenvironment{exnote}{\small}{}
\theoremstyle{exercise}
\newtheorem{exercise}{Exercise}[section]
\newtheoremstyle{example}% name
{}% Space above
{}% Space below
{}% Body font
{}% Indent amount 1
{\bfseries}% Theorem head font
{:}% Punctuation after theorem head
{.5em}% Space after theorem head 2
{}% Theorem head spec (can be left empty, meaning "normal")
\theoremstyle{example}
\newtheorem{example}[thm]{Example}
% referencing
%mbxSTARTIGNORE
\newcommand{\figureref}[1]{\hyperref[#1]{Figure~\ref*{#1}}}
\newcommand{\tableref}[1]{\hyperref[#1]{Table~\ref*{#1}}}
\newcommand{\chapterref}[1]{\hyperref[#1]{chapter~\ref*{#1}}}
\newcommand{\Chapterref}[1]{\hyperref[#1]{Chapter~\ref*{#1}}}
\newcommand{\sectionref}[1]{\hyperref[#1]{\S\ref*{#1}}}
\newcommand{\exerciseref}[1]{\hyperref[#1]{Exercise~\ref*{#1}}}
\newcommand{\remarkref}[1]{\hyperref[#1]{Remark~\ref*{#1}}}
\newcommand{\exampleref}[1]{\hyperref[#1]{Example~\ref*{#1}}}
\newcommand{\thmref}[1]{\hyperref[#1]{Theorem~\ref*{#1}}}
\newcommand{\propref}[1]{\hyperref[#1]{Proposition~\ref*{#1}}}
\newcommand{\lemmaref}[1]{\hyperref[#1]{Lemma~\ref*{#1}}}
\newcommand{\corref}[1]{\hyperref[#1]{Corollary~\ref*{#1}}}
\newcommand{\defnref}[1]{\hyperref[#1]{Definition~\ref*{#1}}}
%mbxENDIGNORE
% List of Symbols/Notation
% rubber: depend notations.tex
\loadglsentries{notations}
\makeglossaries
%mbx <!--BEFORE book-->
%mbxdocinfo
%mbxdocinfo <brandlogo source="logo.png" url="https://www.jirka.org/ra/" />
%mbxdocinfo
%mbxdocinfo <rename element="inlineexercise">Exercise</rename>
%mbxdocinfo <rename element="divisionalexercise">Exercise</rename>
%mbxdocinfo
%mbxdocinfo <math-package latex-name="cancel" mathjax-name="cancel"/>
%mbxdocinfo
%mbxdocinfo <initialism>RA</initialism>
%mbxmacro \newcommand{\nicefrac}[2]{{{}^{#1}}\!/\!{{}_{#2}}}
%mbxmacro \newcommand{\unitfrac}[3][\!\!]{#1 \,\, {{}^{#2}}\!/\!{{}_{#3}}}
%mbxmacro \newcommand{\unit}[2][\!\!]{#1 \,\, #2}
%mbxmacro \newcommand{\noalign}[1]{}
%mbxmacro \newcommand{\qed}{\qquad \Box}
%mbxmacro \newcommand{\qedhere}{}
%mbxmacro \newcommand{\widebar}[1]{\overline{#1}}
%mbxmacro \newcommand{\coloneqq}{:=}
%mbxmacro \newcommand{\allowbreak}{}
\begin{document}
%mbx <title>Basic Analysis I & II</title>
%mbx <subtitle>Introduction to Real Analysis, Volumes I & II</subtitle>
%mbx
%mbx <frontmatter>
%mbx <bibinfo>
%mbx <author>
%mbx <personname>Jiří Lebl</personname>
%mbx <department>Department of Mathematics</department>
%mbx <institution>Oklahoma State University</institution>
%mbx <email>jiri.lebl@gmail.com</email>
%mbx </author>
%mbx <date><today /></date>
%mbx <edition>6th, update 1 (version 6.1)</edition>
%mbx <website>
%mbx <url href="https://www.jirka.org/ra/" visual="www.jirka.org/ra/" />
%mbx </website>
%mbx <copyright>
%mbx <year>2009<ndash />2024</year>
%mbx <holder>Jiří Lebl</holder>
%mbx <minilicense>Creative Commons Attribution-Non-commercial-Share Alike 4.0 International License and the Creative Commons Attribution-Share Alike 4.0 International License</minilicense>
%mbx <shortlicense>
%mbx This work is dual licensed under the Creative Commons Attribution-Non-commercial-Share Alike 4.0 International License and
%mbx the Creative Commons Attribution-Share Alike 4.0 International License. To view a copy of these licenses, visit
%mbx <url href="https://creativecommons.org/licenses/by-nc-sa/4.0/" /> or
%mbx <url href="https://creativecommons.org/licenses/by-sa/4.0/" />
%mbx or send a letter to Creative Commons PO Box 1866, Mountain View, CA 94042, USA.
%mbx You can use, print, duplicate, and share this book as much as you want. You can
%mbx base your own notes on it and reuse parts if you keep the license the
%mbx same. You can assume the license is either CC-BY-NC-SA or CC-BY-SA,
%mbx whichever is compatible with what you wish to do.
%mbx Your derivative work must use at least one of the licenses.
%mbx Derivative works must be prominently marked as such.
%mbx </shortlicense>
%mbx </copyright>
%mbx </bibinfo>
%mbx
%mbx <titlepage>
%mbx <titlepage-items/>
%mbx </titlepage>
%mbx
%mbx <colophon>
%mbx <colophon-items/>
%mbx </colophon>
%mbx </frontmatter>
%mbxSTARTIGNORE
\ifpdf
\pdfbookmark{Title Page}{title}
\fi
\newlength{\centeroffset}
\setlength{\centeroffset}{-0.5\oddsidemargin}
\addtolength{\centeroffset}{0.5\evensidemargin}
%\addtolength{\textwidth}{-\centeroffset}
\thispagestyle{empty}
\vspace*{\stretch{1}}
\noindent\hspace*{\centeroffset}\makebox[0pt][l]{\begin{minipage}{\textwidth}
\flushright
{\Huge\bfseries \sffamily Basic Analysis I \& II}
\noindent\rule[-1ex]{\textwidth}{5pt}\\[2.5ex]
\hfill\emph{\Large \sffamily Introduction to Real Analysis, Volumes I \& II}
\end{minipage}}
\vspace{\stretch{1}}
\noindent\hspace*{\centeroffset}\makebox[0pt][l]{\begin{minipage}{\textwidth}
\flushright
{\bfseries
by Ji{\v r}\'i Lebl\\[3ex]}
\today
\\
(version 6.1)
% --- 6th edition, 1st update)
\end{minipage}}
%\addtolength{\textwidth}{\centeroffset}
\vspace{\stretch{2}}
\pagebreak
\vspace*{\fill}
\noindent
Typeset in \LaTeX.
\bigskip
\noindent
Copyright \copyright 2009--2024 Ji{\v r}\'i Lebl
%PRINT
% not for lulu
%\noindent
%ISBN-13: 978-1718862401
%
%\noindent
%ISBN-10: 1718862407
%PRINT
% not for lulu
%\medskip
%\noindent
%Cover image: Hana Highway, Maui, Hawaii, \copyright 2008 Ji{\v r}\'i Lebl, all rights reserved. Cover
%image cannot be reused in derivative works.
\bigskip
\noindent
\includegraphics[width=1.38in]{figures/license}
\quad
\includegraphics[width=1.38in]{figures/license2}
\bigskip
\noindent
This work
%PRINT
% not for lulu
%(except the cover art)
is dual licensed under
the Creative Commons
Attribution-Non\-commercial-Share Alike 4.0 International License and
the Creative Commons
Attribution-Share Alike 4.0 International License.
To view a
copy of these licenses, visit
\url{https://creativecommons.org/licenses/by-nc-sa/4.0/}
or
\url{https://creativecommons.org/licenses/by-sa/4.0/}
or send a letter to
Creative Commons
PO Box 1866, Mountain View, CA 94042, USA\@.
\bigskip
\noindent
You can use, print, duplicate, and share this book as much as you want. You can
base your own notes on it and reuse parts if you keep the license the
same. You can assume the license is either CC-BY-NC-SA or CC-BY-SA\@,
whichever is compatible with what you wish to do.
Your derivative work must use at least one of the licenses.
Derivative works must be prominently marked as such.
\bigskip
\noindent
During the writing of this book,
the author was in part supported by NSF grants DMS-0900885 and
DMS-1362337.
\bigskip
\noindent
The date is the main identifier of version. The major version / edition
number is raised only if there have been substantial changes.
From 6th edition onwards, both volumes share the same version number.
Edition
number started at 4 for volume I, that is, version 4.0, as it was not kept track of
before. %The edition given with the ISBN number is the major version.
\bigskip
\noindent
See \url{https://www.jirka.org/ra/} for more information
(including contact information, possible updates, and errata).
\bigskip
\noindent
The \LaTeX\ source for the book is available
for possible modification and customization
at github: \url{https://github.com/jirilebl/ra}
% For large print do this
%\large
\microtypesetup{protrusion=false}
\tableofcontents
\microtypesetup{protrusion=true}
\newpage
%mbxENDIGNORE
%mbx <!--HERE IS WHERE WE ADD MBX PREAMBLE AFTER book-->
%mbx <!--HERE IS WHERE WE ADD MBX PREAMBLE 2-->
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%mbxSTARTIGNORE
\newcommand{\VolOneIntroExtrahead}{
\subsection{About Volume I}
}
\newcommand{\VolTwoIntro}{
\subsection{About Volume II}
\input{frag-vol2-intro.tex}
}
%mbxENDIGNORE
% Introduction to Volume 1
\input{ch-vol1-intro.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Real Numbers chapter
\input{ch-real-nums.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Sequences and Series chapter
\input{ch-seq-ser.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Continuous Functions chapter
\input{ch-contfunc.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The Derivative chapter
\input{ch-der.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The Riemann Integral chapter
\input{ch-riemann.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Sequences of Functions chapter
\input{ch-seq-funcs.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Metric Spaces chapter
\input{ch-metric.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Several Variables and Partial Derivatives chapter
\input{ch-several-vars-ders.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% One-dimensional Integrals in Several Variables chapter
\input{ch-one-dim-ints-sv.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Multivariable Integral chapter
\input{ch-multivar-int.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Approximating functions chapter
\input{ch-approximate.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%must be in separate "paragraph" (empty lines before and after)
% This closes the chapters/appedices above and starts actual backmatter
%mbxCLOSECHAPTER
%mbx <backmatter>
%mbxSTARTIGNORE
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Further Reading}
\markboth{FURTHER READING}{FURTHER READING}
\begin{bibchapter}[Further Reading]
\begin{biblist}[\normalsize]
\bib{BS}{book}{
author={Bartle, Robert G.},
author={Sherbert, Donald R.},
title={Introduction to Real Analysis},
edition={3},
publisher={John Wiley \& Sons Inc.},
place={New York},
date={2000},
}
\bib{DW}{book}{
author={D'Angelo, John P.},
author={West, Douglas B.},
title={Mathematical Thinking: Problem-Solving and Proofs},
edition={2},
publisher={Prentice Hall},
date={1999},
}
\bib{GIAM}{misc}{
author={Fields, Joseph E.},
title={A Gentle Introduction to the Art of Mathematics},
note={Available at \url{http://giam.southernct.edu/GIAM/}},
}
\bib{Hammack}{misc}{
author={Hammack, Richard},
title={Book of Proof},
note={Available at \url{http://www.people.vcu.edu/~rhammack/BookOfProof/}},
}
\bib{Rosenlicht}{book}{
author={Rosenlicht, Maxwell},
title={Introduction to Analysis},
note={Reprint of the 1968 edition},
publisher={Dover Publications Inc.},
place={New York},
date={1986},
pages={viii+254},
isbn={0-486-65038-3},
}
\bib{Rudin:baby}{book}{
author={Rudin, Walter},
title={Principles of Mathematical Analysis},
edition={3},
note={International Series in Pure and Applied Mathematics},
publisher={McGraw-Hill Book Co.},
place={New York},
date={1976},
pages={x+342},
}
\bib{Trench}{book}{
author={Trench, William F.},
title={Introduction to Real Analysis},
year={2003},
publisher={Pearson Education},
note={\url{http://ramanujan.math.trinity.edu/wtrench/texts/TRENCH_REAL_ANALYSIS.PDF}},
}
\end{biblist}
\end{bibchapter}
%mbxENDIGNORE
%mbx <references xml:id="furtherreading_chapter">
%mbx <title>Further Reading</title>
%mbx
%mbx <biblio type="raw" xml:id="biblio-BS" tag="BS">Robert G. Bartle and Donald R. Sherbert,
%mbx <title>Introduction to Real Analysis</title>,
%mbx 3rd ed., John Wiley & Sons Inc., New York, 2000.</biblio>
%mbx
%mbx <biblio type="raw" xml:id="biblio-DW" tag="DW">John P. D'Angelo and Douglas B. West,
%mbx <title>Mathematical Thinking: Problem-Solving and Proofs</title>,
%mbx 2nd ed., Prentice Hall, 1999.</biblio>
%mbx
%mbx <biblio type="raw" xml:id="biblio-GIAM" tag="F">Joseph E. Fields,
%mbx <title>A Gentle Introduction to the Art of Mathematics</title>.
%mbx Available at <url href="http://giam.southernct.edu/GIAM/" />.</biblio>
%mbx
%mbx <biblio type="raw" xml:id="biblio-Hammack" tag="H">Richard Hammack,
%mbx <title>Book of Proof</title>.
%mbx Available at
%mbx <url href="http://www.people.vcu.edu/~rhammack/BookOfProof/" />.</biblio>
%mbx
%mbx <biblio type="raw" xml:id="biblio-Rosenlicht" tag="R1">Maxwell Rosenlicht,
%mbx <title>Introduction to Analysis</title>,
%mbx Dover Publications Inc., New York, 1986, Reprint of the 1968 edition.</biblio>
%mbx
%mbx <biblio type="raw" xml:id="biblio-Rudin_baby" tag="R2">Walter Rudin,
%mbx <title>Principles of Mathematical Analysis</title>,
%mbx 3rd ed., McGraw-Hill Book Co., New York, 1976.</biblio>
%mbx
%mbx <biblio type="raw" xml:id="biblio-Trench" tag="T">William F. Trench,
%mbx <title>Introduction to Real Analysis</title>,
%mbx Person Education.
%mbx Available at
%mbx <url href="http://ramanujan.math.trinity.edu/wtrench/texts/TRENCH_REAL_ANALYSIS.PDF" />.</biblio>
%mbx
%mbx </references>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%mbxSTARTIGNORE
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{\indexname}
\microtypesetup{protrusion=false}
\printindex
\microtypesetup{protrusion=true}
%mbxENDIGNORE
%mbx <index>
%mbx <title>Index</title>
%mbx <index-list />
%mbx </index>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% automake on glossaries doesn't work if the index is before the glossary.
% That's why the List of Notation is last, no other reason. Problem is
% that printindex does a clearpage which screws up the delayed write18
% that glossaries sets up
%
%FIXME: MBX version of notation list?
%mbxSTARTIGNORE
\begingroup
\renewcommand{\pagelistname}{Page}
\setglossarystyle{long3colheader}
% correctly set up with cellspace
\renewenvironment{theglossary}%
{\setlength\cellspacetoplimit{4pt}
\setlength\cellspacebottomlimit{4pt}
\setlength\LTleft{0pt}
\setlength\LTright{0pt}
\markboth{LIST OF NOTATION}{LIST OF NOTATION}
\begin{longtable}{Sl @{\extracolsep{\fill}} Sl @{\extracolsep{\fill}} Sl}}%
{\end{longtable}}%
\cleardoublepage
\microtypesetup{protrusion=false}
\printglossary[title=List of Notation]
\microtypesetup{protrusion=true}
\endgroup
%mbxENDIGNORE
%mbx </backmatter>
\end{document}