bookshelf/mathematical-introduction-l.../Enderton/Chapter0.tex

21 lines
367 B
TeX
Raw Normal View History

2023-04-09 18:08:30 +00:00
\documentclass{article}
\input{../../common/preamble}
2023-04-09 18:08:30 +00:00
\begin{document}
\begin{theorem}[Lemma 0A]
Assume that $\langle x_1, \ldots, x_m \rangle = \langle y_1, \ldots, y_m, \ldots, y_{m+k} \rangle$.
Then $x_1 = \langle y_1, \ldots, y_{k+1} \rangle$.
2023-04-09 18:08:30 +00:00
\end{theorem}
\begin{proof}
\href{Chapter0.lean}{Enderton.Chapter0.lemma_0a}
2023-04-09 18:08:30 +00:00
\end{proof}
\end{document}