Final Flashcards
Let A and B be sets. Give the definition of A and B having the same cardinality
The sets A and B have the same cardinality if there exists a bijection f : A → B
Give the definition of a k–to–1 correspondence.
A function f : A → B is a k–to–1 correspondence if, for every y ∈ B, there exist exactly
k–many elements x ∈ A for which f (x) = y.
Give the definition of a permutation.
A permutation is a bijection from {1, . . . , n} to itself, for some nonzero n ∈ N
Give the definition of an r–permutation on a set S.
An r–permutation on a set S is an injective function f : {1, . . . , r} → S
Give the definition of an r–subset of a set S
An r–subset of S is a subset of S which contains r elements
State the pigeonhole principle.
Consider f : A → B where A and B are finite sets. If |A| > |B| then there are two
elements in A which map to the same element of B under f
Give the definition of a finite simple graph.
A finite simple graph is a pair (V, E) where V is a finite set of vertices and E is a set
of 2–subsets of V called edges
Let G be a graph with vertices a and b and edge e. Give the definition of a and b being endpoints
of e
a and b are endpoints of e if e = {a, b}.
Let G be a graph with vertices a and b and edge e. Give the definition of e being incident to a and
b.
e is incident to a and b if e = {a, b}
Let G be a graph with vertices a and b. Give the definition of a and b being adjacent.
a and b are adjacent if they are the endpoints of a common edge
Let G be a graph and let v be a vertex of G. Give the definition of the degree of v
The degree of v is the number of edges incident to v
Give the definition of a subgraph.
Let G = (V, E) and H = (W, F ) be graphs. We say that H is a subgraph of G if
W ⊆ V and F ⊆ E
Let G be a graph. Give the definition of a walk in G
A walk in G is a sequence of vertices for which each vertex is adjacent to the preceding
vertex.
Give the definition of a path.
A path is a walk without repeated vertices.
Let G be a graph and let v and w be vertices of G. Give the definition of v and w being connected
v and w are connected if there exists a path between them