You may be familiar with the endfloat package, which moves all figures and tables to the end of your document.
Is there a similar package for achieving that kind of results with proof environments (as defined in the amsthm package)? For instance, the following chunk:
Theorem 1: some wonderful statement.
Proof: some astonishing proof.
would appear (when the package is used) in the text as:
Theorem 1: some wonderful statement.
Proof: see page P.
and then page P would contain something like:
Proof of Theorem 1 page XXX: some astonishing proof.
thrmappendix. I'm not sure it does exactly what you want, I believe it's pretty close though. – Roelof Spijker Nov 18 '11 at 09:21