Beamer Manual
The beamer Document Class
Manual for Version 3.7.0
Unofficial HTML Version
This HTML version of the documentation is maintained by Siyu Wu, and is produced with the help of the lwarp package
Editors of the Beamer documentation: Till Tantau, Joseph Wright, Vedran Miletić
\begin{frame}
  \frametitle{There Is No Largest Prime Number}
  \framesubtitle{The proof uses \textit{reductio ad absurdum}.}
  \begin{theorem}
    There is no largest prime number.
  \end{theorem}
  \begin{proof}
    \begin{enumerate}
    \item<1-| alert@1> Suppose $p$ were the largest prime number.
    \item<2-> Let $q$ be the product of the first $p$ numbers.
    \item<3-> Then $q+1$ is not divisible by any of them.
    \item<1-> Thus $q+1$ is also prime and greater than $p$.\qedhere
    \end{enumerate}
  \end{proof}
\end{frame}