diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2013-06-24 23:01:34 +0200 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2013-06-24 23:01:34 +0200 |
| commit | d5f4afbbf188d745439e0e15b1857fb696477d70 (patch) | |
| tree | f9c6440448a67d05abff14ee413c4b82b6c51916 /definitions.tex | |
| parent | 7ff4a4d46dbd64cd8bc7c07d0c7f11f13779443c (diff) | |
| download | recommendation-d5f4afbbf188d745439e0e15b1857fb696477d70.tar.gz | |
Unifying pass over the whole paper
Diffstat (limited to 'definitions.tex')
| -rw-r--r-- | definitions.tex | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/definitions.tex b/definitions.tex index 281b290..a05edae 100644 --- a/definitions.tex +++ b/definitions.tex @@ -1,12 +1,14 @@ \newcommand{\mutual}{\ensuremath{{I}}} \newcommand{\entropy}{\ensuremath{{H}}} \newtheorem{lemma}{Lemma} -\newtheorem{proposition}{Proposition} -\newtheorem{fact}{Fact} -\newtheorem{example}{Example} -\newtheorem{prop}{Proposition} -\newtheorem{theorem}{Theorem} -\newtheorem{corollary}{Corollary} +\newtheorem{proposition}[lemma]{Proposition} +\newtheorem{fact}[lemma]{Fact} +\newtheorem{example}[lemma]{Example} +\newtheorem{prop}[lemma]{Proposition} +\newtheorem{theorem}[lemma]{Theorem} +\newtheorem{corollary}[lemma]{Corollary} +\theoremstyle{definition} +\newtheorem*{definition}{Definition} \newcommand{\citeN}{\citet} %\newcommand*{\defeq}{\stackrel{\text{def}}{=}} \newcommand*{\defeq}{\equiv} |
