I have defined lemma and use it as follows:
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
...
\begin{lemma}
abc_\textbf{indice}
\end{lemma}
It turns out that the indice becomes italic, does anyone know how to just make it bold, not italic?


\newtheoremusing\itshape, or italics. – Werner Dec 24 '11 at 16:02