2024-01-29 17:25:19 -08:00
|
|
|
% Copyright (C) 2023 <Mark (mark@betalupi.com)>
|
|
|
|
%
|
|
|
|
% This program is free software: you can redistribute it and/or modify
|
|
|
|
% it under the terms of the GNU General Public License as published by
|
|
|
|
% the Free Software Foundation, either version 3 of the License, or
|
|
|
|
% (at your option) any later version.
|
|
|
|
%
|
|
|
|
% You may have received a copy of the GNU General Public License
|
|
|
|
% along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
%
|
|
|
|
%
|
|
|
|
%
|
|
|
|
% If you edit this, please give credit!
|
|
|
|
% Quality handouts take time to make.
|
|
|
|
|
|
|
|
|
|
|
|
% use [nosolutions] flag to hide solutions.
|
|
|
|
% use [solutions] flag to show solutions.
|
|
|
|
\documentclass[
|
2024-01-31 18:21:28 -08:00
|
|
|
nosolutions,
|
2024-01-29 17:25:19 -08:00
|
|
|
singlenumbering,
|
|
|
|
]{../../resources/ormc_handout}
|
|
|
|
\usepackage{../../resources/macros}
|
|
|
|
\usepackage{units}
|
|
|
|
|
|
|
|
\uptitlel{Advanced 2}
|
|
|
|
\uptitler{Winter 2024}
|
|
|
|
\title{Nonstandard Analysis}
|
|
|
|
\subtitle{
|
|
|
|
Prepared by \githref{Mark} on \today{} \\
|
|
|
|
Based on handouts by Nikita and Stepan
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
|
|
|
|
|
|
|
|
\input{parts/1 extensions}
|
|
|
|
\input{parts/2 dual}
|
|
|
|
\input{parts/x supremum}
|
|
|
|
|
|
|
|
\end{document}
|