This commit is contained in:
parent
a04a4468b0
commit
415d12cf6a
5 changed files with 18 additions and 2 deletions
|
@ -26,11 +26,12 @@ i.e.~it is really a topological property.
|
|||
considered as a topological space.
|
||||
\end{itemize}
|
||||
\end{example}
|
||||
|
||||
\gist{%
|
||||
Polish spaces behave very nicely.
|
||||
We will see that uncountable polish spaces have size $2^{\aleph_0}$. % TODO: mathfrak c for continuum
|
||||
There are good notions of big (comeager)
|
||||
and small (meager).
|
||||
}{}
|
||||
|
||||
\subsection{Topology background}
|
||||
Recall the following notions:
|
||||
|
|
10
jrpie-gist.sty
Normal file
10
jrpie-gist.sty
Normal file
|
@ -0,0 +1,10 @@
|
|||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{jrpie-gist}[2023/01/22 - gist version for lecture notes]
|
||||
|
||||
\newcommand{\gist}[2]{%
|
||||
\ifcsname EnableGist\endcsname%
|
||||
#2%
|
||||
\else%
|
||||
#1%
|
||||
\fi%
|
||||
}
|
|
@ -9,6 +9,7 @@
|
|||
\usepackage{mkessler-code}
|
||||
\usepackage{jrpie-math}
|
||||
\usepackage{jrpie-yaref}
|
||||
\usepackage{jrpie-gist}
|
||||
\usepackage[normalem]{ulem}
|
||||
\usepackage{pdflscape}
|
||||
\usepackage{longtable}
|
||||
|
|
2
logic3-gist.tex
Normal file
2
logic3-gist.tex
Normal file
|
@ -0,0 +1,2 @@
|
|||
\def\EnableGist{}
|
||||
\input{logic3}
|
|
@ -1,6 +1,8 @@
|
|||
\documentclass[10pt,a4paper,fancyfoot,git]{mkessler-script}
|
||||
|
||||
\course{Logic 3: Abstract Topological Dynamics and Descriptive Set Theory}
|
||||
\course{Logic 3: Abstract Topological Dynamics and Descriptive Set Theory%
|
||||
\gist{}{\\ GIST}%
|
||||
}
|
||||
\lecturer{Aleksandra Kwiatkowska}
|
||||
%\assistant{}
|
||||
\author{Josia Pietsch}
|
||||
|
|
Loading…
Reference in a new issue