aboutsummaryrefslogtreecommitdiffstats
path: root/notes/defs.tex
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-11-23 03:21:53 -0500
committerThibaut Horel <thibaut.horel@gmail.com>2014-11-23 03:21:53 -0500
commitb6d9207a03a8babea55b1e97493633c36744dd72 (patch)
tree5acf6b0ab554a19d0cd2c7831090e8cdeca379cb /notes/defs.tex
parentf0817dd5adc4b54ddb20f6a1b0e13e999ec53207 (diff)
downloadcascades-b6d9207a03a8babea55b1e97493633c36744dd72.tar.gz
Add introduction with high level remarks about the approach
Diffstat (limited to 'notes/defs.tex')
-rw-r--r--notes/defs.tex17
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}{=}}}