Sets

Set
\( \{a,b,c,d\} \)

A set of elements a, b, c and d. An ellipsis can be used to denote 'and so on'.

Set of four numbers

$$\{-2,0,3,9\}$$

Set of 0, 2, 4 and so on (positive even numbers)

$$\{0,2,4,…\}$$
Range Set
\([ a,b ]\)

A set of elements containing items x such that a ≤ x ≤ b. Can use '(' or ')' to exclude endpoint.

[$$\begin{eqnarray} [-2,2] &=& \{-2,-1,0,1,2\} \\ (-2,2] &=& \{-1,0,1,2\} \\ [-2,2) &=& \{-2,-1,0,1\} \\ (-2,2) &=& \{-1,0,1\} \end{eqnarray}$$]
Rational Number Set
\(\mathbb{Q}\)

The set of rational numbers (fractions). The set of numbers in the form \(^p/_q\) where \(p,q \in \mathbb{Z}\) and \(q \ne 0\)

[$$\begin{eqnarray} \frac{3}{4} &\in& \mathbb{Q} \\ \frac{\sqrt{3}}{4} &\notin& \mathbb{Q} \end{eqnarray}$$]
Real Number Set
\(\mathbb{R}\)

The set of real numbers. The set of all numbers between -∞ (negative infinity) and ∞ (infinity).

[$$\begin{eqnarray} \frac{\sqrt{3}}{4} &\in& \mathbb{R} \\ \mathbb{Z} &\subset& \mathbb{R} \end{eqnarray}$$]
Union
\( C \cup D \)

The union of sets C and D. The set of elements contained in set C or set D or both.

$$\{0,2,4\} \cup \{4,6\} = \{0,2,4,6\}$$
Intersection
\( C \cap D \)

The intersection of sets C and D. The set of elements in set C that are also elements of set D.

$$\{2,4\} \cap \{4,6\} = \{4\}$$

Logic & Proofs

For All
\( \forall \)

For all.

The square of x is greater than one for all x greater than 1

$$x^2 > 1 \quad \forall \quad x > 1$$
There Exists
\( \exists \)

There exists.

There exists a real number x such that x + 1 = 5 (i.e. x = 4)

$$\exists \; x \in \mathbb{R} \text{ such that } x+1=5$$
Such That
\( : \)

Such that. Can also use 'st'.

The negative real numbers is the set of values x such that x is between negative infinity and zero

$$\mathbb{R}^- = \{x:-\infty < x < 0 \}$$

There exists a real number x such that x + 1 = 5 (i.e. x = 4)

$$\exists \; x \in \mathbb{R} \text{ st } x + 1 = 5$$
Implies
\( \Rightarrow \)

Implies.

Where x takes the value of -2 implies that x squared is 4 (but x squared being 4 does not imply x is -2)

$$x=-2 \; \Rightarrow \; x^2 = 4$$
Implies and is Implied By
\( \Leftrightarrow \)

Implies and is implied by (equivalent to). Can also use 'iff' to mean 'if and only if'.

Where x takes the value of 0 implies that x cubed is also 0 (and vice-versa)

$$x=0 \; \Leftrightarrow \; x^3 = 0$$

The value n is even if, and only if, dividing by 2 produces an integer value

$$n \text{ is even iff } \frac{n}{2} \in \mathbb{N}$$
Tends To
\( \to \)

Tends to (or approaches). Can add '+' or '-' if approached from above or below respectively.

1 divided by x approaches 0 as x approaches infinity

$$\frac{1}{x} \to 0 \; \text{ as } \; x \to \infty$$

1 divided by x approaches 0 from above as x approaches infinity

$$\frac{1}{x} \to 0^+ \; \text{ as } \; x \to \infty$$

1 divided by x approaches 0 from below as x approaches negative infinity

$$\frac{1}{x} \to 0^- \; \text{ as } \; x \to -\infty$$

Greek Letters

Letter Symbol Common Usage
alpha \(\alpha\) parameter
beta \(\beta\) parameter
\(B\) beta function
gamma \(\gamma\) parameter
\(\Gamma\) gamma function
delta \(\delta\) small change
\(\Delta\) difference
epsilon \(\varepsilon\) small quantity
theta \(\theta\) parameter
kappa \(\kappa\) parameter
lambda \(\lambda\) parameter
mu \(\mu\) mean, mortality rate
nu \(\nu\) mortality rate when sick
pi \(\pi\) constant 3.14159...
\(\Pi\) product
rho \(\rho\) correlation coefficient, recovery rate
sigma \(\sigma\) standard deviation, sickness rate
\(\Sigma\) sum
tau \(\tau\) parameter
phi \(\varphi\) probability density function of standard normal distribution
\(\Phi\) cumulative distribution function of standard normal distribution
chi \(\chi\) \(\chi^2\) distribution
psi \(\psi\) probability of ultimate ruin
omega \(\omega\) limiting age in a life table