My codes are follows:
\documentclass{book}
\usepackage{proof}
\usepackage{bussproofs}
\begin{document}
This is for test
\begin{center}
\begin{prooftree}
\AxiomC{$\vdash \{A \land b \}c\{A\}$}
\UnaryInfC{$\vdash \{A\} \textrm{ while } b \textrm{ do } c \{A \land
\lnot b\}$}
\end{prooftree}
\end{center}
This is for test
\end{document}
This codes working fine, but I need to insert a period at the end of display proof, please advise how to do it?
