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.
|
considered as a topological space.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{example}
|
\end{example}
|
||||||
|
\gist{%
|
||||||
Polish spaces behave very nicely.
|
Polish spaces behave very nicely.
|
||||||
We will see that uncountable polish spaces have size $2^{\aleph_0}$. % TODO: mathfrak c for continuum
|
We will see that uncountable polish spaces have size $2^{\aleph_0}$. % TODO: mathfrak c for continuum
|
||||||
There are good notions of big (comeager)
|
There are good notions of big (comeager)
|
||||||
and small (meager).
|
and small (meager).
|
||||||
|
}{}
|
||||||
|
|
||||||
\subsection{Topology background}
|
\subsection{Topology background}
|
||||||
Recall the following notions:
|
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{mkessler-code}
|
||||||
\usepackage{jrpie-math}
|
\usepackage{jrpie-math}
|
||||||
\usepackage{jrpie-yaref}
|
\usepackage{jrpie-yaref}
|
||||||
|
\usepackage{jrpie-gist}
|
||||||
\usepackage[normalem]{ulem}
|
\usepackage[normalem]{ulem}
|
||||||
\usepackage{pdflscape}
|
\usepackage{pdflscape}
|
||||||
\usepackage{longtable}
|
\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}
|
\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}
|
\lecturer{Aleksandra Kwiatkowska}
|
||||||
%\assistant{}
|
%\assistant{}
|
||||||
\author{Josia Pietsch}
|
\author{Josia Pietsch}
|
||||||
|
|
Loading…
Reference in a new issue