Graph Theory final

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

1/41

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.

42 Terms

1
New cards

A graph is a tree iff

Every 2 vertices are connected by a unique path

2
New cards

How many leaves does every tree have

At least 2

3
New cards

Equation for the edges in a tree

||T|| = |T| - 1

4
New cards

Every connected graph has a

Spanning tree

5
New cards

A graph is bipartite iff (2 things)

2 colorable, no odd cycles

6
New cards

A graph if Eurlerian iff

It is connected and even

7
New cards

Veblem’s theorem, TFAE:

  1. G is even

  2. All components of G are Eulerian

  3. There exists a family of circuits C so that every edge of G is in exactly one circuit in C

  4. There exists a family of cycles C so that every edge of G is in exactly one circuit in C

8
New cards

Dirac’s

(Let G have order n>=3) G is Hamiltonian if for every vertex v of G we have deg(v)>=n/2

9
New cards

Ore’s

(Let G have order n>=2) G is Hamiltonian if for every pair of vertices v, w of G we have deg(v)+ deg(w) >= n

10
New cards

A graph is Hamiltonian iff

Its closure is Hamiltonian

11
New cards

If the closure if a graph is complete then

The original graph is Hamitonian

12
New cards

Chvatal: If graph G of order n>=3 has degree sequence d1<=…<=dn satisfying…

satisfying, for all k<n/2, if dk<=k then d(n-k)>=n-k, then G is Hamiltonian

13
New cards

If G is connected then G³ is

Hamiltonian-connected

14
New cards

Degree equivalense is

2-switch equivalence

15
New cards

A block-cut graph is a

Tree

16
New cards

A graph is 2-edge connected if and only if it has

Closed ear decomposition

17
New cards

A graph is 2-connected if and only if it has

Open ear decomposition

18
New cards

Every 3-connected graph as an edge e such that

G/e (the edge contraction) is 3-conencted

19
New cards

Menger’s vertex/set

The maximum size of a collection of pairwise disjoint A-B paths is equal to the minimum size of an A-B separating set

20
New cards

Menger’s vertex/vertex

The maximum size of a collection of pairwise internally disjoint u-v paths is equal to the minimum size of a set separating u and v

21
New cards

Menger’s Vertex/Global

A graph with at least k+1 vertices is k-connected if and only if for every pair of distinct vertices u and v, there is a collection of k internally disjoint u-v paths.

22
New cards

Menger’s Edge/Vertex

The maximum size of a collection of pairwise edge-disjoint u-v paths is equal to the minimum size of a u-v edge separating set

23
New cards

Menger’s edge/global

A graph G is L-egde connected iff for all distinct vertices u, v there are L edge disjoint u-v paths in G

24
New cards

Whitney’s inequalities

kappa(G) <= lambda(G) <= delta(G)

25
New cards

Konig-Egervary

The maximum size of a matching in (bipartite) G equals the minimum size of a vertex cover

26
New cards

Hall’s Marriage Theorem

  • A (bipartite) graphg G has a matching of U with a subset of W iff for every S subset of U we have |S|<=|N(S)|

  • A graph G has a perfect matching iff |U|=|W| and for every S subset of U |S|<=|N(S)|

27
New cards

Chvatal & Erdos

kappa(G) > alpha(G) → Hamiltonian

28
New cards

Euler’s Polyhedral Formula

V-E+F=2

29
New cards

Euler’s identity

n-m+r=2

30
New cards

G is planar and n>=3 then": (bound for edges)

m<=3n-6

31
New cards

Every planar graph contains a vertex

of degree 5 or less

32
New cards

A graph is Kuratovski if

It is a subdivision of K3,3 or K5

33
New cards

G is outerplanar iff (2 things)

It has no subdivision of K2,3 or K4 OR iff G * K² is planar

34
New cards

Upper bound for chrmatic number

chromatic number <= |G| - alpha(G) + 1

35
New cards

Lower bound for chromatic number

clique number <= chromatic number

36
New cards

Upper bound for chromatic number (less simple)

chromatic number <= ½ + sqrt(2||G|| + 1/4)

37
New cards

Vizing (an upper bound on chromatic number)

chromatic number <= max degree + 1

38
New cards

If G is an interval graph then the chromatic number

Chromatic number equal the clique number

39
New cards

Lower bound for chromatic number (with alpha)

|G| / alpha(G) <= chromatic number

40
New cards

There are two classes of graph with resepct to edge coloring:

  • Edge chromatic number = max degree

  • Edge chromatic number = max degree + 1

41
New cards

Tait (statement…)

Every planar, 3-regular, bridgeless graph is 3-edge colorable

42
New cards

What is a snark

A planar, 3-regular, bridgeless graph that is NOT 3-edge colorable