I am looking for a way for counting theorems and propositions by using letters instead of numbers. Looking for on this site, I have found this code:
\newtheorem{thma}{Theorem}
\newtheorem{propa}{Proposition}
\renewcommand{\thethma}{\Alph{thma}}
\renewcommand{\thepropa}{\Alph{propa}}
However, theorems and propositions are counted separately. Is there a way for a counting like below?
Theorem A
Proposition B
Theorem C