Symbol |
Description |
Location |
Kn |
the complete graph on n vertices |
Paragraph |
Kn |
the complete graph on n vertices. |
Item |
Km,n |
the complete bipartite graph of of m and n vertices. |
Item |
Cn |
the cycle on n vertices |
Item |
Pn |
the path on n+1 vertices |
Item |
χ(G) |
the chromatic number of G |
Paragraph |
χ′(G) |
the chromatic index of G |
Paragraph |
N(S) |
the set of neighbors of S. |
Paragraph |
P,Q,R,S,… |
propositional (sentential) variables |
Paragraph |
∧ |
logical “and” (conjunction) |
Item |
∨ |
logical “or” (disjunction) |
Item |
¬ |
logical negation |
Item |
∃ |
existential quantifier |
Subsection B.1.3 |
∀ |
universal quantifier |
Subsection B.1.3 |
∅ |
the empty set |
Item |
U |
universal set (domain of discourse) |
Item |
N |
the set of natural numbers |
Item |
Z |
the set of integers |
Item |
Q |
the set of rational numbers |
Item |
R |
the set of real numbers |
Item |
P(A) |
the power set of A |
Item |
{,} |
braces, to contain set elements. |
Item |
: |
“such that” |
Item |
∈ |
“is an element of” |
Item |
⊆ |
“is a subset of” |
Item |
⊂ |
“is a proper subset of” |
Item |
∩ |
set intersection |
Item |
∪ |
set union |
Item |
× |
Cartesian product |
Item |
∖ |
set difference |
Item |
¯A |
the complement of A |
Item |
|A| |
cardinality (size) of A |
Item |
A×B |
the Cartesian product of A and B |
Paragraph |
f(A) |
the image of A under f. |
Paragraph |
f−1(B) |
the inverse image of B under f. |
Paragraph |
P(n) |
the nth case we are trying to prove by induction |
Paragraph |
42 |
the ultimate answer to life, etc. |
Paragraph |