\documentclass[letterpaper,11pt]{amsart}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\N}{\mathbb{N}}

\renewcommand{\Re}{\mathrm{Re} }
\renewcommand{\Im}{\mathrm{Im} }

% Reasonable page size
\addtolength{\voffset}{-1.5cm}
\addtolength{\textheight}{3cm}
\addtolength{\hoffset}{-1cm}
\addtolength{\textwidth}{2cm}
\addtolength{\parskip}{0.15cm}

\begin{document}
\begin{center}
{\bf Math 999 Homework 14\\}
Aldous Huxley\\
\end{center}

\vspace{5mm}

\begin{enumerate}
\addtolength{\itemsep}{3mm}
\renewcommand{\labelenumi}{(C\arabic{enumi})}
\item[(2.1.5)] \emph{Show that every natural number is interesting.}
\begin{proof}
  Suppose not.  Then the set $E \subset \N$ of uninteresting natural
  numbers is nonempty, and therefore it contains a unique minimal
  element $n$.  Equivalently $n$ is the smallest uninteresting
  natural number.  But that's rather interesting, so $n \notin E$,
  a contradiction.
\end{proof}

\end{enumerate}

\end{document}
