Created the Real Analysis Theorems and Definitions packet

This commit is contained in:
2024-01-09 13:01:34 -07:00
commit d19e454f27
65 changed files with 3114 additions and 0 deletions
@@ -0,0 +1,32 @@
\documentclass[12pt,letterpaper]{report}
\usepackage{init}
\newcommand{\dist}{\text{dist}}
\author{Alexander J. Clarke}
\title{Real Analysis Theorems and Definitions}
\begin{document}
\maketitle
\clearpage
\begin{center}
\thispagestyle{empty}
\vspace*{\fill}
All theorems, corollaries, lemmas, remarks, and asides are direct quotes from\\
\textit{Introduction to Real Analysis, 4th Edition, by Robert G. Bartle and Donald R. Sherbert}
\vspace*{\fill}
\end{center}
\tableofcontents
\import{chapter-1/}{chapter-1.tex}
\import{chapter-2/}{chapter-2.tex}
\import{chapter-3/}{chapter-3.tex}
\import{chapter-4/}{chapter-4.tex}
\import{chapter-5/}{chapter-5.tex}
\import{chapter-6/}{chapter-6.tex}
\import{chapter-7/}{chapter-7.tex}
\import{chapter-8/}{chapter-8.tex}
\import{chapter-9/}{chapter-9.tex}
\import{chapter-10/}{chapter-10.tex}
\import{chapter-11/}{chapter-11.tex}
\end{document}