I am using LaTeX theorem style where I have at the top:
\newtheorem{theorem}{Theorem}
\newtheorem{definition}{Definition}
\newtheorem{lemma}{Lemma}
and then I use
\begin{(theorem|definition|lemma)}
...
\end{(theorem|definition|lemma)}
This numbers the theorems, definitions, and lemmas separately. Is where a way to do it where the definitions aren't numbered (but still use the rest of the theorem style)?
