2023-05-06 17:05:30 -07:00
|
|
|
% use [nosolutions] flag to hide solutions.
|
|
|
|
% use [solutions] flag to show solutions.
|
|
|
|
\documentclass[
|
|
|
|
solutions,
|
|
|
|
singlenumbering
|
|
|
|
]{../../resources/ormc_handout}
|
|
|
|
|
|
|
|
% for \coloneqq, a centered :=
|
|
|
|
\usepackage{mathtools}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
<Advanced 2>
|
|
|
|
<Spring 2023>
|
|
|
|
{Definable Sets}
|
|
|
|
{
|
2023-05-14 20:15:46 -07:00
|
|
|
Prepared by Mark on \today
|
2023-05-06 17:05:30 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
\input{parts/0 logic.tex}
|
|
|
|
\input{parts/1 structures.tex}
|
2023-05-06 21:30:18 -07:00
|
|
|
\input{parts/2 quantifiers.tex}
|
|
|
|
\input{parts/3 sets.tex}
|
2023-05-06 17:05:30 -07:00
|
|
|
|
|
|
|
\end{document}
|