Graph theory Flashcards

1
Q

What is a simple graph?

A

A simple graph G is a pair of sets G(V,E) such that each element E is a 2 element subset of V.

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

What is the n-cube graph? (Qn)

A

It is a graph formed from the vertices and edges of an n dimensional hype cube.

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

What is the hand shaking lemma?

A

For any graph, the sum of the degrees of the vertices is equal to twice the number of edges.

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

What is the definition of isomorphism

A

Two simple graphs are isomorphic if there exists a bijection which preserves adjacency.

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

What is the compliment of G?

A

It is the graph which has all the other possible edges.

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

What is a walk?

A

It is a sequence of vertices and edges with vi and ei not necessarily distinct. v1,e1,v2,…,vk-1,ek-1,vk

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

What is the length of a walk?

A

k-1

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

what is a closed walk?

A

A walk in which the first vertex is equal to the last.

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

what is a trail?

A

A walk with no edges repeated

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

what is a circuit?

A

A closed trail.

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

what is a path?

A

A walk with no vertex repeated

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

What is an n-cycle?

A

A cycle with n vertices and so n edges

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

What is lemma 2.1

A

If a graph G has a walk from vertex v to vertex w, v≠w then G has a path from v to w.

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

What is lemma 2.2

A

if every vertex in a finite graph has degree >1 then G contains a cycle

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

what is a connected graph>

A

One in which given a v,w in V, there is a path from v to w.

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

What is an unconnected graph

A

One with two or more unconnected components

17
Q

What is a bridge

A

An edge whose removal will increase the number of connected components.

18
Q

What is a euler circuit

A

A circuit using each edge exactly once.

19
Q

What is a graph with a euler circuit called

A

Eulerian

20
Q

What is euler’s theorem

A

Let G be a finite connected graph. Then G has a euler circuit if and only if all vertices are of even degree.

21
Q

What is lemma 2.5

A

If G is finite connected with all vertices of even degree, then G is a finite union of edge disjoint cycles.

22
Q

What is a bipartite graph

A

Suppose V=V1⋃V1 and V1∩V2=∅ and every edge has one end in V1 and one end in V2

23
Q

What is a planar graph

A

One which can be drawn in the plane so that no edges meet except at their end points.

24
Q

What is a face

A

They are the regions which a planar representation of a graph divides the graph into

25
Q

What is the boundary of a face

A

the closed walk around it

26
Q

What is the planar hand shaking lemma

A

the sum of the length of boundaries of the faces is equal to twice the number of edges.

27
Q

What is the jordan curve theorem

A

A simple closed curve in the plane divides it into two regions; one inside, one out

28
Q

What is euler’s formula

A

|V| - |E| + |F| = k + 1

29
Q

What is the limit to edges on a simple planar graph

A

|V|>=3 , then |E| <= 3|V| -6

30
Q

What is the girth of a graph?

A

The shortest length of a cycle of G

31
Q

What is a subdivision of G?

A

G with some edges divided into two or more edges by new vertices

32
Q

What is kuratowski’s theorem?

A

For finite G, G is not planar if and only if G contains a subdivison of K5 or K3,3.

33
Q

What is a platonic graph

A

A finite simple planar connected graph with all vertices of the same degree d>=3 and all faces of the same boundary length

34
Q

How many platonic graphs are there?

A

5

35
Q

What are the 5 platonic graphs?

A

tetrahedron, cube, octahedron, dodecahedron, icosahedron