I want to have different numbering for Theorems, Examples, Definition, and Lemma. I use the following code in preamble
\setbeamertemplate{theorem}[ams style]
\setbeamertemplate{theorems}[numbered]
This code works fine but it has continuing numbering for Theorems and other Environments. I'd appreciate your help if you guide me how to get different numbering for Theorems, Examples, Definition, and Lemma in beamer.
