diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2014-11-23 11:30:57 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2014-11-23 11:30:57 -0500 |
| commit | 5244bcf872dca2f839aac699dc14aa5e0a5fcd5f (patch) | |
| tree | 5b0f6317341987399765cb4be59ad209575e6205 /notes/defs.tex | |
| parent | 996ae8397fc86767d51f743bcabd936f9fa8be4e (diff) | |
| parent | c39e48798659133abcb9bfe7b7c407b940b73c1a (diff) | |
| download | cascades-5244bcf872dca2f839aac699dc14aa5e0a5fcd5f.tar.gz | |
Merge branch 'master' of https://github.com/jeanpouget-abadie/cracking_cascades
Diffstat (limited to 'notes/defs.tex')
| -rw-r--r-- | notes/defs.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/notes/defs.tex b/notes/defs.tex new file mode 100644 index 0000000..ca5dd55 --- /dev/null +++ b/notes/defs.tex @@ -0,0 +1,17 @@ +\newtheorem{theorem}{Theorem}[section] +\newtheorem{lemma}[theorem]{Lemma} +\newtheorem{proposition}[theorem]{Proposition} +\newtheorem{corollary}[theorem]{Corollary} +\theoremstyle{definition} +\newtheorem*{remark}{Remark} + +\DeclareMathOperator{\E}{\mathbb{E}} +\let\P\relax +\DeclareMathOperator{\P}{\mathbb{P}} +\newcommand{\ex}[1]{\E\left[#1\right]} +\newcommand{\prob}[1]{\P\left[#1\right]} +\newcommand{\inprod}[1]{\left\langle #1 \right\rangle} +\newcommand{\R}{\mathbb{R}} +\newcommand{\N}{\mathbb{N}} +\newcommand{\eps}{\varepsilon} +\newcommand{\eqdef}{\mathbin{\stackrel{\rm def}{=}}} |
