I am writing my dissertation (the document class is report if that makes any difference) and would like to repeat two conjectures which I state in the introduction in a later chapter. The conjecture environment I currently have is:
\newtheorem{conjecture}[theorem]{Conjecture}
and my conjecture looks like this:
\begin{conjecture}\label{r paths}
At most $r$ disjoint monochromatic paths are needed to cover the vertices of any r-edge-coloured $K_n$.
\end{conjecture}
Edit: Sorry for not being clearer, I would like the conjecture to have the same number both times in my document.
thmtoolspackage. It allows you to repeat theorems. – Denis Aug 23 '16 at 12:37