Notation

Sets

Sets Meaning
N Natural numbers
Z Integers
Q Rational numbers
R Real numbers
C Complex numbers
H Quaternions
P Prime numbers
Empty Set

Notation

Notation Meaning
aG a in G
a for all values of a
 a there exists a
i=abi summation of i from a to b
i=abSi the union of all the sets Sa to Sb
limxaf(x) the value f(x) approaches as x approaches a
supx[a,b]f(x) the smallest upper bound of f(x) over x[a,b]
maxx[a,b]f(x) the maximum of f(x) over x[a,b]
Therefore
Because
xy Elements from x maps to y

Logical Operators

Logic Operators Meaning
¬a NOT a
ab a AND b
ab a OR b
ab a implies b
On the distinction between sup and max

In terms of sets, the maximum is the largest member of the set, while the supremum is the smallest upper bound of the set.

So, consider A={1,2,3,4}. Assuming we're operating with the normal reals, the maximum is 4, as that is the largest element. The supremum is also 4, as four is the smallest upper bound.

However, consider the set B={xR|x<2}. Then, the maximum of B is not 2, as 2 is not a member of the set; in fact, the maximum is not well defined. The supremum, though is well defined: 2 is clearly the smallest upper bound for the set.