Skip to main content
Logo image

Applied Discrete Structures

Appendix E Notation

The following table defines the notation used in this book. Page numbers or references refer to the first appearance of each symbol.
Symbol Description Location
xA x is an element of A Paragraph
xA x is not an element of A Paragraph
|A| The number of elements in a finite set A. Definition 1.1.2
AB A is a subset of B. Definition 1.1.3
the empty set Paragraph
{} the empty set Paragraph
AB The intersection of A and B. Definition 1.2.1
AB The union of A and B. Definition 1.2.4
BA The complement of A relative to B Definition 1.2.10
Ac The complement of set A relative to the universe. Definition 1.2.10
AB The symmetric difference of A and B. Definition 1.2.15
A×B The cartesian product of A with B. Definition 1.3.1
P(A) The power set of A, the set of all subsets of A. Definition 1.3.3
n! n factorial, the product of the first n positive integers Definition 2.2.5
(nk) n choose k, the number of k element subsets of an n element set. Definition 2.4.3
pq the conjunction, p and q Definition 3.1.3
pq the disjunction, p or q Definition 3.1.4
¬p the negation of p, “not p Definition 3.1.5
pq The conditional proposition If p then q. Definition 3.1.6
pq The biconditional proposition p if and only if q Definition 3.1.12
1 symbol for a tautology Definition 3.3.2
0 symbol for a contradiction Definition 3.3.4
rs r is logically equivalent to s Definition 3.3.6
rs r implies s Definition 3.3.11
pq the Sheffer Stroke of p and q Definition 3.3.14
Symbol that denotes the end of a proof. Can be replaced with QED Paragraph
Tp the truth set of p Definition 3.6.3
(n)U(p(n)) The statement that p(n) is true for at least one value of n Definition 3.8.1
(n)U(p(n)) The statement that p(n) is always true. Definition 3.8.3
00m×n the m by n zero matrix Item
In The n×n identity matrix Definition 5.2.4
A1 A inverse, the multiplicative inverse of A Definition 5.2.5
detA or |A| The determinant of A, 2 by 2 case Definition 5.2.7
ab a divides b, or a divides evenly into b Definition 6.1.5
xsy x is related to y through the relation s Paragraph
rs the composition of relation r with relation s Definition 6.1.9
[a] The equivalence class of a Definition 6.3.13
A/r Partition of A with respect to an equivalence relation r Definition 6.3.13
anb a is congruent to b modulo n Definition 6.3.15
ab(mod n) a is congruent to b modulo n Definition 6.3.15
r+ The transitive closure of r Definition 6.5.1
f:AB A function, f, from A into B Definition 7.1.1
BA The set of all functions from A into B Definition 7.1.5
f(a) The image of a under f Definition 7.1.7
f(X) Range of function f:XY Definition 7.1.8
χS Characteristic function of the set S Exercise 7.1.5.4
|A|=n A has cardinality n Definition 7.2.7
(gf)(x)=g(f(x)) The composition of g with f Definition 7.3.2
ff=f2 the “square” of a function. Definition 7.3.5
i or iA The identity function (on a set A) Definition 7.3.8
f1 The inverse of function f read “f inverse” Definition 7.3.11
logba Logarithm, base b of a Definition 8.4.4
Definition 8.5.1
S S pop Definition 8.5.3
S S push Definition 8.5.3
ST
Convolution of sequences S and T
Definition 8.5.3
Sp
Multiple pop operation on S
Definition 8.5.6
Sp
Multiple push operation on S
Definition 8.5.6
Kn A complete undirected graph with n vertices. Definition 9.1.10
deg(v),indeg(v),outdeg(v) degree, indegree and outdegree of vertex v Definition 9.1.30
e(v) The eccentricity of a vertex Paragraph
d(G) The diameter of graphG Paragraph
r(G) The radius of graph G Paragraph
C(G) The center of graph G Paragraph
Qn
the n-cube
Definition 9.4.17
V(f) The value of flow f Definition 9.5.21
Pn a path graph of length n Definition 9.6.4
χ(G) the chromatic number of G Definition 9.6.15
Cn A cycle with n edges. Definition 10.1.1
generic symbol for a binary operation Definition 11.1.1
string1+string2 The concatenation of string1 and string2 Item a
[G;] a group with elements G and binary operation Definition 11.2.3
gcd(a,b) the greatest common divisor of a and b Definition 11.4.4
Zn the integers modulo n Definition 11.4.12
a+nb the mod n sum of a and b Definition 11.4.13
a×nb the mod n product of a and b Definition 11.4.14
Zn The Additive Group of Integer Modulo n Definition 11.4.18
Un The Multiplicative Group of Integer Modulo n Definition 11.4.19
WV W is a subsystem of V Definition 11.5.1
a the cyclic subgroup generated by a Definition 11.5.6
ord(a) Order of a Definition 11.5.9
V1×V2××Vn The direct product of algebraic structures V1,V2,,Vn Definition 11.6.1
G1×G2 The direct product of groups G1 and G2 Definition 11.6.3
G1G2 G1 is isomorphic to G2 Definition 11.7.9
Definition 12.3.6
dim(V) The dimension of vector space V Definition 12.3.18
00 least element in a poset Definition 13.1.7
11 greatest element in a poset Definition 13.1.7
Dn the set of divisors of integer n Definition 13.1.9
ab the join, or least upper bound of a and b Definition 13.2.1
ab the meet, or greatest lower bound of a and b Definition 13.2.1
[L;,] A lattice with domain having meet and join operations Definition 13.2.2
a¯ The complement of lattice element a Definition 13.3.6
[B;,,¯] a boolean algebra with operations join, meet and complementation Definition 13.3.8
Definition 13.3.12
Mδ1δ2δk the minterm generated by x1,x2,,xk, where yi=xi if δi=1 and yi=xi¯ if δi=0 Definition 13.6.3
A The set of all strings over an alphabet A Definition 14.2.1
An The set of all strings of length n over an alphabet A Definition 14.2.1
λ The empty string Definition 14.2.1
s1+s2 The concatenation of strings s1 and s2 Definition 14.2.4
L(G) Language created by phrase structure grammar G Definition 14.2.15
(S,X,Z,w,t) A finite-state machine with states S, input alphabet X, output alphabet X, and output function w and next-state function t Definition 14.3.1
m(M) The machine of monoid M Definition 14.5.1
Definition 15.1.1
aH,Ha the left and right cosets generated by a Definition 15.2.2
G/H The factor group G mod H. Definition 15.2.20
SA The group of permutations of the set A Definition 15.3.5
Sn The group of permutations on a set with n elements Definition 15.3.5
An The Alternating Group Definition 15.3.18
Dn The nth dihedral group Definition 15.3.26
HG H is a normal subgroup of G Definition 15.4.5
kerθ the kernel of homomorphism θ Definition 15.4.19
dH(a,b) Hamming distance between a and b Definition 15.5.3
[R;+,] a ring with domain R and operations + and Definition 16.1.1
U(R) the set of units of a ring R Definition 16.1.10
Definition 16.1.13
Definition 16.1.20
D a generic integral domain Definition 16.1.23
deg f(x) the degree of polynomial f(x) Definition 16.3.1
R[x] the set of all polynomials in x over R Definition 16.3.1
R[[x]] the set of all powers series in R Definition 16.5.1
x`,x´ pre and post values of a variable x Definition A.2.1
M(A)i,j The i,j minor of A Definition C.1.2
C(A)i,j The i,j cofactor of A Definition C.1.4
det(A)or|A| The determinant of A Definition C.1.6