Final Flashcards

1
Q

Let A and B be sets. Give the definition of A and B having the same cardinality

A

The sets A and B have the same cardinality if there exists a bijection f : A → B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Give the definition of a k–to–1 correspondence.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Give the definition of a permutation.

A

A permutation is a bijection from {1, . . . , n} to itself, for some nonzero n ∈ N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Give the definition of an r–permutation on a set S.

A

An r–permutation on a set S is an injective function f : {1, . . . , r} → S

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Give the definition of an r–subset of a set S

A

An r–subset of S is a subset of S which contains r elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

State the pigeonhole principle.

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Give the definition of a finite simple graph.

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

a and b are endpoints of e if e = {a, b}.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Let G be a graph with vertices a and b and edge e. Give the definition of e being incident to a and
b.

A

e is incident to a and b if e = {a, b}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Let G be a graph with vertices a and b. Give the definition of a and b being adjacent.

A

a and b are adjacent if they are the endpoints of a common edge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Let G be a graph and let v be a vertex of G. Give the definition of the degree of v

A

The degree of v is the number of edges incident to v

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Give the definition of a subgraph.

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Let G be a graph. Give the definition of a walk in G

A

A walk in G is a sequence of vertices for which each vertex is adjacent to the preceding
vertex.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Give the definition of a path.

A

A path is a walk without repeated vertices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Let G be a graph and let v and w be vertices of G. Give the definition of v and w being connected

A

v and w are connected if there exists a path between them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Let G be a graph and let S be a subset of vertices of G. Give the definition of S being connected

A

S is connected if all of its vertices are pairwise connected

17
Q

Give the definition of a disconnected graph.

A

A disconnected graph is a graph which is not connected.

18
Q

Give the definition of a connected component of a graph G

A

A connected component of a graph G is a connected subgraph which is not part of any
larger connected subgraph

19
Q

Give the definition of a cycle.

A

A cycle is a walk without repeated vertices, except the first and last vertices which must
coincide

20
Q

Give the definition of a trail.

A

A trail is a walk without repeated edges.

21
Q

Give the definition of a circuit.

A

A circuit is a trail whose first and last vertices coincide.

22
Q

Give the definition of an Eulerian trail.

A

An Eulerian trail is a trail passing through every edge.

23
Q

Give the definition of an Eulerian circuit.

A

An Eulerian circuit is a circuit passing through every edge.

24
Q

Give the definition of a tree.

A

A tree is a connected graph without cycles.

25
Q

Let G be a graph. Give the definition of a spanning tree of G

A

A spanning tree of G is a subgraph of G which contains all of its vertices and which is
a tree.

26
Q

Give the definition of a weighted graph.

A

A weighted graph is a triple (V, E, w) where (V, E) is a graph and w is a function from
E to R called a weight function.

27
Q

Let H be a subgraph of a weighted graph G = (V, E, w). Give the definition of the weight of H

A

see quiz 10 question 4

28
Q

Let G be a weighted graph. Give the definition of a minimal spanning tree of G

A

A minimal spanning tree of G is a spanning tree T of G such that, for every spanning
tree T ′ of G, weight (T ) ⩽ weight (T ′)