w23-logic-3/inputs/lecture_24.tex

187 lines
6.0 KiB
TeX
Raw Normal View History

2024-01-23 10:56:16 +01:00
\lecture{24}{2024-01-23}{Combinatorics!}
2024-02-07 02:05:20 +01:00
\subsection{Applications to Combinatorics} % Ramsey Theory}
2024-01-23 10:56:16 +01:00
\begin{definition}
An \vocab{ultrafilter} on $\N$ (or any other set)
is a family $\cU \subseteq \cP(\N)$
such that
\begin{enumerate}[(1)]
\item $X \in \cU \land X \subseteq Y \subseteq \N \implies Y \in \cU$.
\item $X,Y \in \cU \implies X \cap Y \in \cU$.
\item $\emptyset \not\in \cU$, $\N \in \cU$.
\item For all $X \subseteq \N$,
we have $X \in \cU \lor \N \setminus X \in \cU$.
\end{enumerate}
\end{definition}
2024-02-06 01:46:55 +01:00
\gist{
2024-01-23 10:56:16 +01:00
\begin{remark}
\begin{itemize}
2024-02-06 01:46:55 +01:00
\item If $X \cup Y \in \cU$ then $X \in \cU$ or $Y \in \cU$:
2024-01-23 10:56:16 +01:00
Consider $((\N \setminus X) \cap (\N \setminus Y) = \N \setminus (X \cup Y)$.
\item Every filter can be extended to an ultrafilter.
(Zorn's lemma)
\end{itemize}
\end{remark}
2024-02-06 01:46:55 +01:00
}{}
2024-01-23 10:56:16 +01:00
\begin{definition}
2024-02-06 01:46:55 +01:00
An ultrafilter is called \vocab[Ultrafilter!principal]{principal} or \vocab[Ultrafilter!trivial]{trivial}
iff it is of the form
2024-01-23 10:56:16 +01:00
\[
\hat{n} = \{X \subseteq \N : n \in X\}.
\]
\end{definition}
\begin{notation}
Let $\phi(\cdot )$ be a formula, where the argument is a natural number.
Let $\cU$ be an ultrafilter.
We write
\[
(\cU n) ~ \phi(n)
\]
for $\{ n \in \N : \phi(n)\} \in \cU$.
We say that $\phi(n)$ holds for \vocab{$\cU$-almost all} $n$.
\end{notation}
2024-02-07 02:05:20 +01:00
\gist{%
2024-01-23 10:56:16 +01:00
\begin{observe}
Let $\phi(\cdot )$, $\psi(\cdot )$ be formulas.
\begin{enumerate}[(1)]
2024-02-06 01:46:55 +01:00
\item $(\cU n) ~ (\phi(n) \land \psi(m)) \iff (\cU n) \phi(n) \land (\cU n) \psi(n)$.
\item $(\cU n) ~ (\phi(n) \lor \psi(m)) \iff (\cU n) ~ \phi(n) \lor (\cU n) ~ \psi(n)$.
\item $(\cU n) ~\lnot \phi(n) \iff \lnot (\cU n)~ \phi(n)$.
2024-01-23 10:56:16 +01:00
\end{enumerate}
\end{observe}
2024-02-07 02:05:20 +01:00
}{}
2024-01-23 10:56:16 +01:00
\begin{lemma}
\label{lem:ultrafilterlimit}
Let $X $ be a compact Hausdorff space.
Let $\cU$ be an ultrafilter.
Then for every sequence $(x_n)$ in $X$,
there is a unique $x \in X$,
such that
\[
2024-02-06 01:46:55 +01:00
(\cU n)~(x_n \in G)
2024-01-23 10:56:16 +01:00
\]
for every neighbourhood%
\footnote{$G \subseteq X$ is a neighbourhood iff $x \in \inter G$.}
$G$ of $x$.
\end{lemma}
\begin{notation}
2024-02-03 02:02:09 +01:00
In this case we write $x = \ulim{\cU}_n x_n$.
2024-01-23 10:56:16 +01:00
\end{notation}
2024-02-06 23:59:07 +01:00
\begin{refproof}{lem:ultrafilterlimit}\footnote{The proof from the lecture only works
for metric spaces.}
2024-02-07 02:05:20 +01:00
\gist{
For metric spaces:
2024-01-23 10:56:16 +01:00
Whenever we write $X = Y \cup Z$
we have $(\cU n) x_n \in Y$
or $(\cU n) x_n \in Z$.
So we can repeatedly chop the space in two pieces,
one of them contains $\cU$-almost all $x_n$,
Then we restrict to this piece and continue.
For this to work, we need
a finite collection $\cP_n$ of closed sets for every $n$,
such that $\bigcup \cP_n = X$,
$C \in \cP_{n+1} \implies \exists C \subseteq D \in \cP_{n}$
and
$C_1 \supseteq C_2 \supseteq \ldots$, $C_i \in \cP_i $ $\implies | \bigcap_{i} C_i| = 1$.
2024-02-07 02:05:20 +01:00
It is clear that we can do this for metric spaces.
}{}
See \yaref{thm:uflimit} for the full proof.
See
\yaref{fact:compactiffufconv} and
\yaref{fact:hdifffilterlimit} for a more general statement.
2024-01-23 10:56:16 +01:00
\end{refproof}
Let $\beta \N$ be the Čech-Stone compactification of $\N$,
i.e.~the set of all ultrafilters on $\N$
with the topology given by open sets $V_{A} = \{ p \in \beta\N : A \in P\} $
for $A \subseteq \N$.
2024-01-26 11:58:57 +01:00
This is a compact Hausdorff space.%
\footnote{cf.~\yaref{fact:bNhd}, \yaref{fact:bNcompact}}%
\todo{move facts}
2024-01-23 10:56:16 +01:00
We can turn it into a compact semigroup:
Consider $+ \colon \N \times \N \to \N$.
This gives an operation on principal ultrafilters
(we identify $n \in \N$ with the corresponding principal filter).
We want to extend this to all of $\beta\N$.
Fix the first argument to get a function $\N \to \N, n \mapsto k+n$.
2024-02-03 02:02:09 +01:00
For $\cU \in \beta\N$ consider $\ulim{\cU}_n (k+n)$.
2024-01-23 10:56:16 +01:00
So for a fixed $k \in \N$ we get $k+ \cdot \colon\beta\N \to \beta\N$,
i.e.~$+ \colon \N \times \beta\N \to \beta\N$.
Fixing the second coordinate to be $\cV \in \beta\N$,
we get a function $+\cV \colon \N \to \beta\N$.
For $ \cU \in \beta\N$
2024-02-03 02:02:09 +01:00
consider $\ulim{\cU}_n n + \cV$.
2024-01-23 10:56:16 +01:00
This gives $+ \colon \beta\N \times \beta\N \to \beta\N$.
% TODO ?
\[
\cU + \cV = \{X \subseteq \N : \{m \colon \{n \colon m+n \in X\} \in \cV \} \in \cU \}.
\]
This is not commutative,
but associative and $a \mapsto a + b$ is continuous
2024-02-06 23:59:07 +01:00
for a fixed $b$,
i.e.~it is a left compact topological semigroup.
2024-01-23 10:56:16 +01:00
Let $X$ be a compact Hausdorff space
and let $T \colon X \to X$ be continuous.%
2024-02-06 23:59:07 +01:00
\footnote{Note that this may not be a homeomorphism, i.e.~we only get a $\N$-action
2024-01-23 10:56:16 +01:00
but not a $\Z$-action.}
For any $\cU \in \beta\N$, we define $T^{\cU}$ by
2024-02-03 02:02:09 +01:00
$T^\cU(x) \coloneqq \ulim{\cU}_n T^n(x)$ for $x \in X$.
2024-01-23 10:56:16 +01:00
For fixed $x$, the map $\cU \mapsto T^{\cU}(x)$ is continuous.
(More generally, for every $f\colon \N \to X$
the extension $\tilde{f}\colon \beta\N \to X$ is continuous).
Note that for fixed $\cU$, the map $x \mapsto T^\cU(x)$
is not necessarily continuous.
\begin{definition}
Let $X$ be a compact Hausdorff space
and $T\colon X\to X$ continuous.
A point $x \in X$ is \vocab{recurrent},
iff for every neighbourhood $G$ of $x$,
infinitely many $n$ satisfy $T^n(x) \in G$.
A point $x \in X$ is \vocab{uniformly recurrent},
if for every neighbourhood $G$ of $x$,
there exists $M \in \N$,
such that
\[
\forall n.~\exists k < M.~ T^{n+k}(x) \in G.
\]
\end{definition}
\begin{fact}
Let $\cU, \cV \in \beta\N$
and $T\colon X \to X$ continuous
for a compact Hausdorff space $X$.
Then $T^{\cU}(T^{\cV}(x)) = T^{\cU + \cV}(x)$.
\end{fact}
\begin{proof}
\begin{IEEEeqnarray*}{rCl}
2024-02-03 02:02:09 +01:00
T^{\cU + \cV}(x) &=& \ulim{(\cU + \cV)}_k T^k(x)\\
&=& \ulim{\cU}_m \ulim{\cV}_n T^{m+n}(x)\\
&\overset{T^m \text{ continuous}}{=}& \ulim{\cU}_m T^m (\ulim{\cV}_n T^n(x))\\
2024-01-23 10:56:16 +01:00
&=& T^\cU(T^\cV(x)).
\end{IEEEeqnarray*}
\end{proof}
2024-01-23 10:57:14 +01:00
\todo{Homework: Check the details that were omitted during the lecture.}
2024-01-23 10:56:16 +01:00