Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

A partial list of mathematical symbols and how to read them

Greek alphabet
A

alpha

beta

gamma

delta

epsilon

zeta

eta

theta

iota

kappa

lambda

mu

nu

xi

omicron

pi

rho

sigma

tau

upsilon

phi

chi

psi

omega

Important sets

empty set

natural numbers

{0, 1, 2, . . .}

positive integer numbers

{1, 2, . . .}

integer numbers

{. . . , 2, 1, 0, 1, 2, . . .}

rational numbers

{m/n : m Z, n N+ }

real numbers

(, +)

positive real numbers

(0, +)

complex numbers

{x + iy : x, y R}

N+

R+
C

(i is the imaginary unit, i2 = 1)

Logical operators

for all, universal quantifier

n N, n 0

exists, there is, existential quantifier

n N, n 7

there is exactly one

!n N, n < 1

and

(3 > 2) (2 > 1)
V
iN Bi = B0 B1 B2

. . . over an index set

implication, if-then

(2 > 3) (2 > 1)
W
iN Bi = B0 B1 B2

biimplication, if-and-only-if

a, b R, (a = b) (b = a)

negation, not

(2 > 3)

alternative notations for negation

(2 > 3), 2 6> 3

or
. . . over an index set

a, b R, (a = b) (a b)

Arithmetic operators
||
P

absolute value
summation

product

n
m

factorial
!

n choose m, combinatorial number

| 7| = |7| = 7
P
i = 1
iN+ 2
Qn
i=1 i = n!

7! = 1 2 3 4 5 6 7 = 5040
!
n
n!
=
(n m)!m!
m

mod

modulo, remainder

7 mod 3 = 1, -8 mod 5 = 2

div

integer quotient

7 div 3 = 2, -8 div 5 = -2

Set operators

in, membership

a {a, b, c}

union

{a, b, c} {a, d} = {a, b, c, d}


S
iN Si = S0 S1 S2

. . . over an index set

difference

{a, b, c} {a, d} = {a}


T
iN Si = S0 S1 S2

strict superset

ZN

superset

NN

strict subset

NZ

subset

NN

2A

power set of A

if A = {a, b, c}, then 2A = {, {a}, {b}, {c}, {a, b}, {a, c}, {b, c}, A}

intersection
. . . over an index set

{a, b, c} \ {a, d} = {b, c}

String, grammar, and formal language notation

empty string (at times, is used instead of )

a = a

Kleene star, zero or more occurrences

a = {, a, aa, aaa, . . .}

one or more occurrences

a+ = {a, aa, aaa, . . .}

||

string length

|abc| = 3, |an | = n, || = 0

Ax
A = x

A goes to x (grammar production)


A derives x

A = x
A = x

A derives x according to G

x
A =
G

A derives x according to G in some number of steps

(q, aa) (p, a)

A derives x in some number of steps

(q, aa) yields (p, a) in one step

(q, aa) (p, a)

(q, aa) yields (p, a) in some number of steps

(q, aa) (p, a)


M

(q, aa) (p, a)

(q, aa) yields (p, a) in one step according to M

(q, aa) yields (p, a) in some number of steps according to M

M w

the Turing machine M halts on string w

M w

the Turing machine does not M halt on string w

And remember...
0! = 1
n Z, m N, m > 0 n = (n div m)m + (n mod m)
S
i Si =
P
i ni = 0
Q
i ni = 1

LATEXsource available at http://www.cs.ucr.edu/~ciardo/teaching/Notation.tex

You might also like