2019-10-18 11:19:20 +02:00
|
|
|
% use XeLaTex to compile
|
2019-05-04 18:28:09 +02:00
|
|
|
\documentclass[12pt, twoside]{article}
|
2019-05-29 20:16:36 +02:00
|
|
|
|
2019-05-04 18:28:09 +02:00
|
|
|
|
|
|
|
\usepackage{amssymb}
|
|
|
|
\usepackage{amsmath}
|
2019-05-29 20:16:36 +02:00
|
|
|
\usepackage{advdate}
|
|
|
|
\usepackage{amsthm}
|
|
|
|
|
2019-05-04 18:28:09 +02:00
|
|
|
\usepackage[english]{babel}
|
2019-05-29 20:16:36 +02:00
|
|
|
|
2019-06-25 04:58:03 +02:00
|
|
|
\usepackage{caption}
|
2019-05-29 20:16:36 +02:00
|
|
|
\usepackage{comment}
|
2019-05-04 18:28:09 +02:00
|
|
|
\usepackage{csquotes}
|
2019-05-29 20:16:36 +02:00
|
|
|
|
|
|
|
\usepackage[useregional]{datetime2}
|
|
|
|
|
|
|
|
\usepackage{enumitem}
|
|
|
|
\usepackage{fontspec}
|
2019-05-04 18:28:09 +02:00
|
|
|
\usepackage{float}
|
2019-05-29 20:16:36 +02:00
|
|
|
|
|
|
|
\usepackage{graphicx}
|
2019-05-28 00:13:20 +02:00
|
|
|
\usepackage{hyperref}
|
2019-05-29 20:16:36 +02:00
|
|
|
|
|
|
|
\usepackage{mathtools}
|
|
|
|
|
|
|
|
\usepackage{pict2e}
|
2019-06-25 04:58:03 +02:00
|
|
|
\usepackage[section]{placeins}
|
2019-05-29 20:16:36 +02:00
|
|
|
\usepackage[pdf]{pstricks}
|
|
|
|
|
2019-05-29 15:54:14 +02:00
|
|
|
\usepackage{tikz}
|
2019-05-29 20:16:36 +02:00
|
|
|
\usepackage{titlesec}
|
|
|
|
|
|
|
|
\usepackage{xfrac}
|
|
|
|
|
|
|
|
\usepackage{unicode-math}
|
|
|
|
|
2019-06-14 21:37:33 +02:00
|
|
|
|
|
|
|
|
2019-05-29 15:54:14 +02:00
|
|
|
\usetikzlibrary{cd}
|
2019-05-29 20:16:36 +02:00
|
|
|
|
2019-05-28 00:13:20 +02:00
|
|
|
\hypersetup{
|
|
|
|
colorlinks,
|
|
|
|
citecolor=black,
|
|
|
|
filecolor=black,
|
|
|
|
linkcolor=black,
|
|
|
|
urlcolor=black
|
|
|
|
}
|
2019-05-04 18:28:09 +02:00
|
|
|
|
2019-05-29 20:16:36 +02:00
|
|
|
\newtheoremstyle{break}
|
|
|
|
{\topsep}{\topsep}%
|
|
|
|
{\itshape}{}%
|
|
|
|
{\bfseries}{}%
|
|
|
|
{\newline}{}%
|
|
|
|
\theoremstyle{break}
|
2019-06-08 13:33:05 +02:00
|
|
|
|
2019-06-03 04:22:10 +02:00
|
|
|
\newtheorem{lemma}{Lemma}[section]
|
|
|
|
\newtheorem{fact}{Fact}[section]
|
|
|
|
\newtheorem{corollary}{Corollary}[section]
|
|
|
|
\newtheorem{proposition}{Proposition}[section]
|
|
|
|
\newtheorem{example}{Example}[section]
|
2019-06-08 13:33:05 +02:00
|
|
|
\newtheorem{problem}{Problem}[section]
|
2019-06-03 04:22:10 +02:00
|
|
|
\newtheorem{definition}{Definition}[section]
|
|
|
|
\newtheorem{theorem}{Theorem}[section]
|
2019-06-08 13:33:05 +02:00
|
|
|
|
2019-05-29 20:16:36 +02:00
|
|
|
\newcommand{\contradiction}{%
|
|
|
|
\ensuremath{{\Rightarrow\mspace{-2mu}\Leftarrow}}}
|
2019-05-28 00:13:20 +02:00
|
|
|
\newcommand*\quot[2]{{^{\textstyle #1}\big/_{\textstyle #2}}}
|
2019-06-03 04:22:10 +02:00
|
|
|
|
2019-05-29 20:16:36 +02:00
|
|
|
\newcommand{\overbar}[1]{%
|
|
|
|
\mkern 1.5mu=\overline{%
|
|
|
|
\mkern-1.5mu#1\mkern-1.5mu}%
|
|
|
|
\mkern 1.5mu}
|
|
|
|
|
2019-06-03 04:22:10 +02:00
|
|
|
\newcommand{\sdots}{\smash{\vdots}}
|
|
|
|
|
2019-06-09 16:47:28 +02:00
|
|
|
\DeclareRobustCommand\longtwoheadrightarrow
|
|
|
|
{\relbar\joinrel\twoheadrightarrow}
|
2019-06-09 21:43:06 +02:00
|
|
|
|
|
|
|
\newcommand{\longhookrightarrow}{\lhook\joinrel\longrightarrow}
|
|
|
|
\newcommand{\longhookleftarrow}{\longleftarrow\joinrel\rhook}
|
2019-06-08 13:33:05 +02:00
|
|
|
|
|
|
|
|
2019-05-29 20:16:36 +02:00
|
|
|
\AtBeginDocument{\renewcommand{\setminus}{%
|
|
|
|
\mathbin{\backslash}}}
|
|
|
|
|
|
|
|
|
2019-05-28 00:13:20 +02:00
|
|
|
\DeclareMathOperator{\Hom}{Hom}
|
2019-05-29 15:54:14 +02:00
|
|
|
\DeclareMathOperator{\rank}{rank}
|
2019-06-25 04:58:03 +02:00
|
|
|
\DeclareMathOperator{\coker}{coker}
|
2019-06-09 16:47:28 +02:00
|
|
|
\DeclareMathOperator{\ord}{ord}
|
2019-06-25 19:19:17 +02:00
|
|
|
\DeclareMathOperator{\ess}{ess}
|
2019-06-22 06:24:32 +02:00
|
|
|
\DeclareMathOperator{\mytop}{top}
|
2019-06-09 16:47:28 +02:00
|
|
|
\DeclareMathOperator{\Gl}{GL}
|
|
|
|
\DeclareMathOperator{\Sl}{SL}
|
2019-06-08 13:33:05 +02:00
|
|
|
\DeclareMathOperator{\Lk}{lk}
|
2019-06-09 16:47:28 +02:00
|
|
|
\DeclareMathOperator{\pt}{\{pt\}}
|
2019-06-17 17:08:38 +02:00
|
|
|
\DeclareMathOperator{\sign}{sign}
|
2019-10-18 11:19:20 +02:00
|
|
|
\DeclareMathOperator{\odd}{odd}
|
|
|
|
\DeclareMathOperator{\even}{even}
|
2019-10-25 07:02:17 +02:00
|
|
|
\DeclareMathOperator{\Diff}{Diff}
|
|
|
|
\DeclareMathOperator{\Iso}{Iso}
|
|
|
|
\DeclareMathOperator{\mcg}{MCG}
|
|
|
|
|
2019-10-18 11:19:20 +02:00
|
|
|
|
|
|
|
|
2019-06-17 17:08:38 +02:00
|
|
|
|
2019-06-08 13:33:05 +02:00
|
|
|
|
2019-06-15 13:13:24 +02:00
|
|
|
\titleformat{\subsection}{%
|
|
|
|
\normalfont \fontsize{12}{15}\bfseries}{%
|
|
|
|
}{.0ex plus .2ex}{}
|
|
|
|
\titleformat{\section}{%
|
|
|
|
\normalfont \fontsize{13}{15} \bfseries}{%
|
2019-06-03 04:22:10 +02:00
|
|
|
Lecture\ \thesection}%
|
|
|
|
{2.3ex plus .2ex}{}
|
|
|
|
\titlespacing*{\section}
|
|
|
|
{0pt}{16.5ex plus 1ex minus .2ex}{4.3ex plus .2ex}
|
2019-05-29 20:16:36 +02:00
|
|
|
|
|
|
|
|
2019-06-03 04:22:10 +02:00
|
|
|
\setlist[itemize]{topsep=0pt,before=%
|
|
|
|
\leavevmode\vspace{0.5em}}
|
2019-05-29 20:16:36 +02:00
|
|
|
|
2019-05-04 18:28:09 +02:00
|
|
|
|
2019-05-28 00:13:20 +02:00
|
|
|
\input{knots_macros}
|
2019-05-29 20:16:36 +02:00
|
|
|
\graphicspath{ {images/} }
|
2019-05-04 18:28:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
2019-05-29 15:54:14 +02:00
|
|
|
\tableofcontents
|
2019-05-28 00:13:20 +02:00
|
|
|
%\newpage
|
2019-05-04 18:28:09 +02:00
|
|
|
%\input{myNotes}
|
|
|
|
|
2019-10-25 07:02:17 +02:00
|
|
|
\section{Basic definitions
|
|
|
|
\texorpdfstring{
|
|
|
|
\hfill \DTMdate{2019-02-25}}
|
|
|
|
{}}
|
2019-10-18 11:19:20 +02:00
|
|
|
\input{lec_25_02.tex}
|
2019-06-03 04:22:10 +02:00
|
|
|
|
2019-10-25 07:02:17 +02:00
|
|
|
\section{Alexander polynomial
|
|
|
|
\texorpdfstring{
|
|
|
|
\hfill\DTMdate{2019-03-04}}
|
|
|
|
{}}
|
2019-10-18 11:19:20 +02:00
|
|
|
\input{lec_04_03.tex}
|
2019-06-15 13:13:24 +02:00
|
|
|
%add Hurewicz theorem?
|
2019-06-02 17:27:46 +02:00
|
|
|
|
2019-06-20 21:07:49 +02:00
|
|
|
|
2019-06-25 04:58:03 +02:00
|
|
|
\section{Examples of knot classes
|
2019-10-25 07:02:17 +02:00
|
|
|
\texorpdfstring{
|
2019-06-25 04:58:03 +02:00
|
|
|
\hfill\DTMdate{2019-03-11}}
|
2019-10-25 07:02:17 +02:00
|
|
|
{}}
|
2019-10-18 11:19:20 +02:00
|
|
|
\input{lec_11_03.tex}
|
2019-06-03 04:22:10 +02:00
|
|
|
|
2019-10-25 07:02:17 +02:00
|
|
|
\section{Concordance group
|
|
|
|
\texorpdfstring{
|
|
|
|
\hfill\DTMdate{2019-03-18}}
|
|
|
|
{}}
|
2019-10-18 11:19:20 +02:00
|
|
|
\input{lec_18_03.tex}
|
2019-06-07 15:53:13 +02:00
|
|
|
|
2019-10-25 07:02:17 +02:00
|
|
|
\section{Genus
|
|
|
|
\texorpdfstring{$g$}{g}
|
|
|
|
cobordism
|
|
|
|
\texorpdfstring{
|
|
|
|
\hfill\DTMdate{2019-03-25}}
|
|
|
|
{}}
|
2019-10-18 11:19:20 +02:00
|
|
|
\input{lec_25_03.tex}
|
2019-06-09 21:43:06 +02:00
|
|
|
|
2019-10-25 07:02:17 +02:00
|
|
|
\section{
|
|
|
|
\texorpdfstring{
|
|
|
|
\hfill\DTMdate{2019-04-08}}
|
|
|
|
{}}
|
2019-10-18 11:19:20 +02:00
|
|
|
\input{lec_08_04.tex}
|
2019-06-09 16:47:28 +02:00
|
|
|
|
2019-10-25 07:02:17 +02:00
|
|
|
\section{Linking form
|
|
|
|
\texorpdfstring{
|
|
|
|
\hfill\DTMdate{2019-04-15}}
|
|
|
|
{}}
|
2019-10-18 11:19:20 +02:00
|
|
|
\input{lec_15_04.tex}
|
2019-05-29 15:54:14 +02:00
|
|
|
|
2019-10-25 07:02:17 +02:00
|
|
|
\section{
|
|
|
|
\texorpdfstring{
|
|
|
|
\hfill\DTMdate{2019-05-06}}
|
|
|
|
{}}
|
2019-10-18 11:19:20 +02:00
|
|
|
\input{lec_06_05.tex}
|
2019-06-09 16:47:28 +02:00
|
|
|
|
2019-10-25 07:02:17 +02:00
|
|
|
% no lecture at 13.05
|
|
|
|
%\section{\hfill\DTMdate{2019-05-20}}
|
|
|
|
%\input{lec_13_05.tex}
|
|
|
|
|
|
|
|
\section{
|
|
|
|
\texorpdfstring{
|
|
|
|
\hfill\DTMdate{2019-05-20}}
|
|
|
|
{}}
|
2019-10-18 11:19:20 +02:00
|
|
|
\input{lec_20_05.tex}
|
2019-05-04 18:28:09 +02:00
|
|
|
|
2019-10-25 07:02:17 +02:00
|
|
|
\section{
|
|
|
|
\texorpdfstring{
|
|
|
|
\hfill\DTMdate{2019-05-27}}
|
|
|
|
{}}
|
2019-10-18 11:19:20 +02:00
|
|
|
\input{lec_27_05.tex}
|
2019-05-29 20:16:36 +02:00
|
|
|
|
2019-10-25 07:02:17 +02:00
|
|
|
\section{
|
|
|
|
\texorpdfstring{
|
|
|
|
Surgery \hfill\DTMdate{2019-06-03}}
|
|
|
|
{}}
|
2019-10-18 11:19:20 +02:00
|
|
|
\input{lec_03_06.tex}
|
2019-06-09 16:47:28 +02:00
|
|
|
|
2019-10-25 07:02:17 +02:00
|
|
|
\section{Surgery
|
|
|
|
\texorpdfstring{
|
|
|
|
\hfill\DTMdate{2019-06-10}}
|
|
|
|
{}}
|
2019-10-18 11:19:20 +02:00
|
|
|
\input{lec_10_06.tex}
|
2019-06-08 15:10:04 +02:00
|
|
|
|
2019-10-25 07:02:17 +02:00
|
|
|
\section{Mess
|
|
|
|
\texorpdfstring{
|
|
|
|
\hfill\DTMdate{2019-06-17}}
|
|
|
|
{}}
|
|
|
|
\input{mess.tex}
|
|
|
|
|
2019-10-18 11:19:20 +02:00
|
|
|
\end{document}
|
2019-05-29 20:16:36 +02:00
|
|
|
|
2019-06-15 17:23:44 +02:00
|
|
|
|
2019-06-09 16:47:28 +02:00
|
|
|
|