Take an example, if a theorem written in section 1, it will be marked Theorem 1.x . In spite of those, can it be marked Theorem 2.x without moved into section 2?
It sounds a bit strange, but it is a problem someone will really meet once in a while, such as in using Laeqed to convert a single theorem to an image file. In this case it will be shown as Theorem 0.1 since the information of section is not concluded.


\newtheorem{theo}{Theorem}, you can say{\renewcommand\thetheo{2.\arabic{theo}}\begin{theo}...\end{theo}}(the pair of outer braces is just to keep the redefinition local). – Gonzalo Medina Mar 14 at 2:11