Apologies for wording my question strangely, but here's what I am asking. So I have the following commands:
\theoremstyle{definition}
\newtheorem{definition}{Definition}[section]
\theoremstyle{remark}
\newtheorem{remark}{Remark}[section]
\theoremstyle{theorem}
\newtheorem{theorem}{Theorem}[section]
\theoremstyle{corollary}
\newtheorem{corollary}{Corollary}[section]
\theoremstyle{lemma}
\newtheorem{lemma}{Lemma}[section]
\theoremstyle{example}
\newtheorem{exmp}{Example}[section]
When I do say three definitions they come up as Definition 1.1, 1.2 and 1.3 which is great, but when I do say a lemma after them it says Lemma 1.1, how do I change it so that it says Lemma 1.4?
Thank you.
