Mathematical Notations Cheatsheet
This is a short list of some math notations that we discussed during class that can be helpful for review and reading.
1. (Sum notation)
Sum notation is used to compress writing sum of terms if there's a pattern. It's just a different way of writing sums on paper.
Example 1:
The summation can be written as
It can be read as "the sum of from equals to 1 up to 1000"
Example 2:
The summation can be written as
This notation can be read as "the sum of from up to "
Example 3:
If you have data points of heights in meters:
you can write the summation as:
It can be read as "the sum of for to ."
2. (conditional probability)
The bar in the probability notation is used for conditional probability when a posterior event has a priori.
You would read as "the probability of given that happened"
3. (infinity symbol)
It's just a symbol to denote infinity. We would have for positive infinity, and for negative infinity.
4. (open and closed brackets for ranges)
I describing ranges, the closed bracket "" means to include the value, and the closed bracket "" means to exclude that value.
Example 1
- is the set of all real numbers between 0 and 1, including 0 and 1.
- is the set of all real numbers between 0 and 1, excluding 0 and 1.
- is the set of all real numbers between 0 and 1, including 0 and excluding 1.
Example 2
When we are describing ranges up to positive infinity, for example, the notation to be used is to have open brackets:- the set of all non-negative real numbers.
- the set of all positive real numbers.
5. (set of real numbers)
The symbol denotes the set of all real numbers. We can also write it as .
We use to denote the set of natural numbers: ,
for integers ,
for positive integers ,
for negative integers , and
for non-negative integers .
6. (in symbol)
The symbol means "is an element of" or "belongs to" a set.
Example
- (Head is an element of the set {Head, Tail})
- (2 belongs to the set {1, 2, 3, 4})
7. (union and intersection)
The symbols and are used when dealing with sets.
- means union: it represents all elements that are in either set (or both).
- means intersection: it represents only the elements that are in both sets.
Example
If and , then:
(all unique elements in either set)
(only what they share)
8. (average notation)
The notation is used to represent the mean (average) of a set of numbers.
Example
Given data points: , the average is:
This is often used in statistics to denote the sample mean.
9. (mean and variance of normal distribution)
In probability and statistics, especially with the normal distribution, the symbols and are used:
(mu) denotes the mean (or expected value).
(sigma squared) denotes the variance, which measures how spread out the values are.
Example
In a normal distribution ( is sampled from a normal distribution with mean and variance ):
- cm could represent average height.
- means the variance is 25, so standard deviation .
10. in vs. (arrow for maps and approaches)
The symbol can mean different things depending on context:
- In functions:
- means “ is a function from set to set ”.
- For example, means the function takes real numbers as inputs and outputs real numbers.
- In limits:
- as means “as approaches , approaches ”.
- For example: as , (as goes to , goes to ).
So, in short:
- : function definition (domain → codomain)
- : limit or convergence behavior (approaching a value)