I got an exception in the following latex code: "No Counter Theorem1 is defined", what is the problem?
\documentclass[conference]{IEEEtran}
\newtheorem{definition}[theorem1]{Definition}
\begin{document}
\title{Title}
\maketitle
\begin{abstract}
%\boldmath
The abstract goes here.
\end{abstract}
\section{Introduction}
\begin{definition}[dd]
sdfa
\end{definition}
\end{document}
