]> gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-theorem.tex
Add mjo-calculus.tex for the gradient.
[mjotex.git] / mjo-theorem.tex
1 %
2 % The standard corollary, definition, theorem, etc. that we all define
3 % in every single paper.
4 %
5
6 \usepackage{amsthm}
7
8 \theoremstyle{plain}
9 \newtheorem{corollary}{Corollary}
10 \newtheorem{exercise}{Exercise}
11 \newtheorem{lemma}{Lemma}
12 \newtheorem{proposition}{Proposition}
13 \newtheorem{theorem}{Theorem}
14
15 \theoremstyle{definition}
16 \newtheorem{definition}{Definition}
17 \newtheorem{example}{Example}
18
19 \theoremstyle{remark}
20 \newtheorem{remark}{Remark}