23 lines
429 B
TeX
23 lines
429 B
TeX
\documentclass{article}
|
|
|
|
\input{preamble}
|
|
|
|
\newcommand{\ns}{Exercises.Enderton.Chapter0}
|
|
\newcommand{\link}[1]{\href{../Chapter0.html\#\ns.#1}{\ns.#1}}
|
|
|
|
\begin{document}
|
|
|
|
\section*{Lemma 0A}%
|
|
\label{sec: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$.
|
|
|
|
\begin{proof}
|
|
|
|
\link{lemma\_0a}
|
|
|
|
\end{proof}
|
|
|
|
\end{document}
|