A set of elements a, b, c and d. An ellipsis can be used to denote 'and so on'.
A set of elements a, b, c and d. An ellipsis can be used to denote 'and so on'.
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}$$]
The empty set, ie the set that contains no elements
$$\varnothing = \{\}$$
The set of natural numbers
$$\mathbb{N} = \{1,2,3,4,…\}$$
The set of integers
$$\mathbb{Z} = \{…,-2,-1,0,1,2,…\}$$
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}$$]
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}$$]
Value x is a member of the set S
$$2 \in \{0,2,4,6\}$$
Value x is not a member of the set S
$$5 \notin \{0,2,4,6\}$$
Set C is a subset of D. Every element of set C is also an element of set D.
$$\{2,4\} \subset \{0,2,4,6\}$$
Set C is not a subset of set D. Set C contains at least one element that is not an element of set D.
$$\{3,4\} \not\subset \{0,2,4,6\}$$
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\}$$
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\}$$
Complement of Set C (all elements that are not in set C)
For all.
There exists.
There does not exist.
Such that. Can also use 'st'.
Implies.
Implies and is implied by (equivalent to). Can also use 'iff' to mean 'if and only if'.
Tends to (or approaches). Can add '+' or '-' if approached from above or below respectively.
| 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 |