When using LaTeX for numbered theorems (or other numbered environments for that matter), if you have a theorem, and then you want to give a reformulation of the theorem, is there anyway to get LaTeX to number your first theorem, say Theorem 5, and your reformulation as say Theorem 5'?
To obtain numbered theorems, I am not using any package, just using the command
\newtheorem{theorem}{Theorem}
in my preamble.