I want to change the word "Proof" into "Solution". Of course the following works.
\begin{proof}[Solution] \end{proof}
But it's quite cumbersome to add this additional [Solution] every time. Is there a way to make it automatic?
Edit: I'm using amsthm.
\documentclass{amsbook}
\usepackage{amsthm}
\begin{document}
\begin{proof}[Solution]
This is a solution.
\end{proof}
\end{document}
proofenvironment (presumably it'samsthm, but who knows?). Ideally, please provide a MWE :) – cmhughes Jul 03 '12 at 02:48