Possible Duplicate:
ntheorem environment with indentation
Skipping line after “Proof” in proof environment
\begin{theorem}[label]
The theorem text.
\end{theorem}
I want to have automatically a line break after the label. So far I always do the following
\begin{theorem}[label]\ \\
The theorem text.
\end{theorem}
I thought of renewing the theorem environment. But I would need to do this several times since I've got a few theorem environments (lemma, proposition, corollar, etc.) and I always want a line break after the label.

