diff --git a/macros.tex b/macros.tex index aa7afe5..7938cd1 100644 --- a/macros.tex +++ b/macros.tex @@ -249,16 +249,17 @@ \DeclareMathAlphabet{\mathbbold}{U}{bbold}{m}{n} \newtheorem{Theorem}{Theorem}[section] -\newtheorem{Definition}{Definition} -\newtheorem{Lemma}{Lemma} -\newtheorem{Proposition}{Proposition} -\newtheorem{Property}{Property} -\newtheorem{Corollary}{Corollary} -\newtheorem{Claim}{Claim} -\newtheorem{Example}{Example} -\newtheorem{Axiom}{Axiom} -\newtheorem{Question}{Question} -\newtheorem{Assumption}{Assumption} +\newtheorem{Definition}[Theorem]{Definition} +\newtheorem{Lemma}[Theorem]{Lemma} +\newtheorem{Proposition}[Theorem]{Proposition} +\newtheorem{Property}[Theorem]{Property} +\newtheorem{Corollary}[Theorem]{Corollary} +\newtheorem{Claim}[Theorem]{Claim} +\newtheorem{Example}[Theorem]{Example} +\newtheorem{Axiom}[Theorem]{Axiom} +\newtheorem{Question}[Theorem]{Question} +\newtheorem{Assumption}[Theorem]{Assumption} +\newtheorem{hypo}[Theorem]{Conjecture}