Graph Theory Exam 2

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

planar graph

a graph that can be drawn without crossings

2
New cards

plane graph

a plane drawing of a planar graph

3
New cards

A graph is planar if and only if it contains no subgraph homeomorphic to K5 or K3,3

Kuratowski’s theorem

4
New cards

contractible to K5 or K3,3

we can obtain K5 or K3,3 by contracting edges

5
New cards

crossing number of G (cr(G))

the minimum number of crossings that can occur when G is drawn in the plane

6
New cards

faces

If G is a planar graph, then any plane drawing of G divides the set of points of the plane not lying on G into regions called ____

7
New cards

Euler’s formula

formula that tells us that whatever plane drawing of a planar graph we take, the number of faces is always the same

8
New cards

n-m+f=2

Euler’s formula: Let G be a plane drawing of a connected planar graph, and let n be the number of vertices, m the number of edges, and f the number of faces. Then…

9
New cards

n-m+f=k+1

Euler’s formula can be applied to disconnected graphs: Let G be a plane graph with n vertices, m edges, f faces, and k components. Then…

10
New cards

5

Every simple planar graph contains a vertex of degree at most _

11
New cards

thickness of G (t(G))

the smallest number of planar graphs that can be superimposed to form a graph G

12
New cards

k-colorable

For a graph G without loops, we can assign one of k colors to each vertex so that adjacent vertices have different colors

13
New cards

k-chromatic

If G is k-colorable but not (k-1)-colorable, G is _______

14
New cards

chromatic number of G

If G is k-chromatic, then k is the _____

15
New cards

n

chromatic number of Kₙ

16
New cards

G is (D+1)-colorable

If G is a simple graph with largest vertex degree D, then…

17
New cards

every simple planar graph is 4-colorable

four color theorem

18
New cards

map

3-connected plane graph

19
New cards

cutsets with 1 or 2 edges or vertices of degree 1 or 2

a map contains no…

20
New cards

k-colorable(f)

a map whose faces can be colored with k colors so that no two faces with a boundary edge in common have the same color

21
New cards

G is an Eulerian graph

a map G is 2-colorable(f) if and only if…

22
New cards

A necessary and sufficient condition for a solution of the matching problem is that each set of k girls collectively knows at least k boys (for 1 <= k <= m with m total girls)

Hall’s theorem

23
New cards

the maximum number of edge-disjoint paths connecting two distinct vertices v and w of a connected graph is equal to the minimum number of edges in a vw-disconnecting set

Menger’s theorem

24
New cards

edge-disjoint paths

paths from v to w that have no edge in common

25
New cards

vertex-disjoint paths

paths from v to w that have no vertex in common (except v and w)

26
New cards

vw-disconnecting set

a set E of edges of G such that each path from v to w includes an edge of E

27
New cards

vw-separating set

a set of S vertices (other than v and w) such that each path from v to w passes through a vertex of S

28
New cards