Connectivity Flashcards

1
Q

When is a graph G connected?

A

If there exists a u-v path between all vertices in G

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

What is an AB-path in G?

A

Two subsets of vertices A and B in G, which consists of paths in G with 1 endpoint in A and 1 endpoint in B

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

What is an AB-separator, S? And what is s(G,A,B)?

A

S is a set of vertices in which every AB-path goes through S. s(G,A,B) is the minimum number of vertices in an AB-separator, S.

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

State: Menger’s Theorem-Vertex Version

A

For every graph G and for all A,B in V(G) there is a set of s(G,A,B) disjoint AB-paths in G

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

What does it mean for two vw-paths to be internally disjoint?

A

It means they have no common vertices other than v and w

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

State: Menger’s Theorem-Local Vertex Version

A

For distinct vertices v, w in a graph G, there are t(G,v,w) internally disjoint paths between v a w.

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

When is a graph G k-connected?

A

If G has more than k vertices and every cutset has size at least k

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

What is the connectivity of G, kappa(G)?

A

The maximum k such that that G is k-connected. Or it is the size of the smallest cutset.

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

State Menger’s Theorem - Global Vertex Version

A

for k at least 1 a graph G is k-connected iff for each pair of distinct vertices, there are k internally disjoint path between them

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

Mader’s Theorem: For every integer k at least 1, every graph G with average degree d(G) at least 4k contains a ___-connected subgraph H with minimum degree delta(G) at least ___ and average degree d(H) \geq ___ \geq ___

A

(k+1)… 2k+1… d(G) - 2k… 2k

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

What is an edge-cutset U of E(G)?

A

A subset of the edge set of G, U of E(G), such that G-U is disconnected.

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

When is G edge k-connected?

A

if |V(G)| \geq 2 and ever cutset has size at least kW

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

What is the edge-connectivity of a graph G with |V(G)| \geq 2 deonted lambda(G)?

A

The maximum integer k such that G is edge-connected or it is the size of the smallest edge-cutset.

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

Vertex connectivity of (G) \leq edge connectivity (G) \leq minimum degree of (G)

A

kappa(G) \leq lambda(G) \leq delta(G)

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

When are two u-v paths edge-disjoint? And what is t(G,u,v)?

A

If they share no edges in common. The minimum number of edge whose deletion destroys all u-v paths in G

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

State Menger’s Theorem-Local Edge Version

A

For distinct vertices u,v in a graph G, the maximum number of edge-disjoint uv paths in G equals t(G,u,v)

17
Q

State Menger’s Theorem-Local Edge Version

A

For every graph G and integer k \geq 1, G is k edge-connected iff for each pair of vertices, there are at least k edge disjoint paths between them.