I may have misunderstood the documentation, but I believe that if I use the amsmath package in the declaration, then typing \qed should give me a Q.E.D. symbol. When I do this, it crashes with undefined control sequence.
The snippet:
\documentclass[11 pt]{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{graphicx}
\graphicspath{{/texfiles/}}
\begin{document}
...
Since we proved that any function with the property ($\pi$) is an increasing involution, we have thus proved that $f(x) = x$ is the only function which satisfies ($\pi$).
\qed
What is going wrong here?
proofenvironment and that there's\qedherefor particular cases, when the proof ends with an alignment environment or a list. – egreg Jul 30 '12 at 09:41