-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
79 lines (66 loc) · 2.03 KB
/
main.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
\documentclass[11pt,fancy,black]{elegantbook}
\usepackage{framed}
\usepackage[ruled]{algorithm2e}
\allowdisplaybreaks[2] %% page break
\newcommand{\osc}{\text{osc}}
\newcommand{\real}{\mathbb{R}}
\newcommand{\complex}{\mathbb{C}}
\newcommand{\rational}{\mathbb{Q}}
\newcommand{\esp}{\varepsilon}
\newcommand{\intersect}{G_\delta}
\newcommand{\union}{F_\sigma}
\newcommand{\diff}[1]{\;\text{d}#1}
\newcommand{\oneline}{\phantom{3}\\}
\newcommand{\integer}{\mathbb{Z}}
\newcommand{\nature}{\mathbb{N}}
\newcommand{\open}{\mathcal{O}}
\newcommand{\closed}{\mathcal{E}}
\newcommand{\balls}{\mathcal{B}}
\newcommand{\borel}{\mathcal{B}}
\newcommand{\alg}{\mathcal{A}}
\newcommand{\cantor}{\mathcal{C}}
\renewcommand{\Re}{\operatorname{Re}}
\renewcommand{\Im}{\operatorname{Im}}
\newcommand{\dis}{\displaystyle}
\newcommand{\rec}{\mathcal{R}}
\newcommand{\lone}[1]{\|#1\|_{L^1}}
\newcommand{\ltwo}[1]{\|#1\|_{L^2}}
\newcommand{\diam}[1]{\operatorname{diam}(#1)}
\newcommand{\hilbert}{\mathcal{H}}
\newcommand{\subsp}{\mathcal{S}}
\newcommand{\secsubsp}{\mathcal{T}}
\newcommand{\unitcirc}{\mathcal{C}}
\newcommand{\Ker}{\operatorname{Ker}}
\newcommand{\nil}{\mathbf{0}}
\newcommand{\lin}{\mathcal{L}}
\newcommand{\nul}{\mathcal{O}}
\newcommand{\iden}{\mathcal{I}}
\newcommand{\hardy}{H^2(\mathbb{D})}
\newcommand{\restrict}[1]{\raisebox{-.5ex}{$\big|$}_{#1}}
\newcommand{\mytag}[1]{\tag*{$\triangleright$ #1}}
\newcommand{\sgn}{\operatorname{sgn}}
\renewcommand{\phi}{\varphi}
\newcommand{\sig}{\mathcal{M}}
\newcommand{\symdiff}{\triangle}
\title{Solutions to Exercises \& Problems in Real Analysis}
\subtitle{Based on \textit{Real Analysis: Measure Theory, Integration, and Hilbert Spaces} (Stein \& Shakarchi, 2005)}
\author{Ding Rui}
\date{\today}
\version{1.0}
\extrainfo{}
\logo{logo-blue.png}
\cover{cover.jpg}
\definecolor{customcolor}{RGB}{32,178,170}
\colorlet{coverlinecolor}{customcolor}
\begin{document}
\maketitle
\frontmatter
\tableofcontents
\mainmatter
\include{Ch1}
\include{Ch2}
\include{Ch3}
\include{Ch4}
\include{Ch6}
%\include{Ch7}
\end{document}