42 lines
972 B
TeX
Raw Normal View History

2023-05-03 22:23:28 -07:00
\section{Table of Prime Knots}
2023-05-05 14:53:42 -07:00
A knot's \textit{crossing number} is the minimal number of crossings its projection must contain. \par
Finding a knot's crossing number is a fairly difficult problem.
2023-05-03 22:23:28 -07:00
2023-05-04 11:48:07 -07:00
\vspace{1mm}
2023-05-03 22:23:28 -07:00
2023-05-05 14:53:42 -07:00
This table contains the a 20 smallest prime knots, ordered by crossing number. \par
2023-05-04 11:48:07 -07:00
Mirror images are not included, even if the mirror image produces a nonisomorphic knot.
2023-05-03 22:23:28 -07:00
\vfill
2023-05-04 11:48:07 -07:00
% Images are from the appendix of the Knot book.
2023-05-03 22:23:28 -07:00
{
2023-05-04 11:48:07 -07:00
\def\w{24mm}
2023-05-05 14:53:42 -07:00
\newcounter{knotcounter}
\foreach \a in {%
{3_1},{4_1},{5_1},{5_2},%
{6_1},{6_2},{6_3},{7_1},%
{7_2},{7_3},{7_4},{7_5},%
{7_6},{7_7},{8_1},{8_2},%
{8_3},{8_4},{8_5},{8_6}%
2023-05-03 22:23:28 -07:00
}{
2023-05-05 14:53:42 -07:00
\stepcounter{knotcounter}
2023-05-03 22:23:28 -07:00
\hfill
\begin{minipage}{\w}
\begin{center}
2023-05-05 14:53:42 -07:00
\includegraphics[width=\linewidth]{knot table/\a.png} \par
2023-05-03 22:23:28 -07:00
\vspace{2mm}
2023-05-05 14:53:42 -07:00
{\huge $\a$}
2023-05-03 22:23:28 -07:00
\end{center}
\end{minipage}
2023-05-05 14:53:42 -07:00
\ifnum\value{knotcounter}=4
\hfill~\par
\vspace{4mm}
\setcounter{knotcounter}{0}
\fi
2023-05-03 22:23:28 -07:00
}
}
\vfill
\pagebreak