Named Theorems Flashcards

1
Q

Konig Bipartite

A

A graph is bipartite IFF it has no odd cycles

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

Mantel’s Theorem

A

Max edges on a triangle free graph is n^2/4 rounded down

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

Havel-Hakimi Algorithm

A

Remove largest int x, then reduce x largest ints by 1. If new sequence is graphic so is old

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

Cayley’s Theorem

**𝜏(K_n)

A

𝜏(K_n) = n ^ n-2

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

Matrix-Tree Theorem

A

Suppose G is loopless, A is adjaceny matrix and D is diagonal matrix with degrees of vertices. 𝜏(G) is the determinant of A-D.

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

Kruskal’s Algortithm

A

Take cheapest edge unless it makes a cycle until you get a tree. This is a MST

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

Dijkstra’s Algorithm

A

Calculates the shortest distance (in weight) from a fixed vertex to any other vertex

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

Berge’s Theorem (Matchings)

A

A matching is maximum IFF G has no M-augmenting path (proof by contrapositive both ways)

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

Hall’s Theorem

A

Let G be bipartite. G has a matching saturating X IFF |N(S)| ≥ |S| for all S in X.

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

Konig-Egervary Theorem

A

If G is bipartite, α’(G) = β(G).

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

Gallai’s Theorem

A

α’(G) + β’(G) = n(G)

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

Gale–Shapley algorithm

A
  1. every unmatched man proposes to the favorite woman on his list.
  2. Every Woman says no to all but the highest proposer, to whom they say maybe
  3. If every man is matched, terminate

BETTER FOR THE PROPOSERS

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

Tutte’s 1-Factor Theorem

A

A graph has a 1 factor IFF o(G-S) ≤ |S| for all sets of vertices S. **o(G-S) = the number of components of G-S with an odd number of vertices. If we find an S that violates, there is no 1-factor and thus no perfect matching.

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

Petersen’s 1-Factor

A

Every 3 regular graph without a cut edge has a 1 factor.

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

Petersen’s 2-Factor

A

Let k>0. Every (2k) regular graph has a 2 factor.

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

Whitney’s (Connectivity) Theorem

A

κ(G) ≤ κ’(G) ≤ δ(G)

17
Q

Whitney’s 2-Connected Theorem (at least 3 vertices)

A

A graph on at least 3 vertices is 2-connected IFF for all u,v there are 2 internally disjoint uv paths. (pf by induction on distance of shortest uv path)

18
Q

Expansion Lemma

A

If G is k connected, and we add a vertex with at least k neighbors, then it is still k-connected.

19
Q

Whitney’s Ear Decomp Theorem

A

G is 2-connected IFF G has an ear decomp. Any cycle can be used as the initial cycle.

20
Q

Menger’s Theorem

A

κ(x,y) = λ(x,y) if x,y is not an edge

21
Q

Dirac Fan Lemma

A

Let G be a graph on at least k+1 vertices. G is k-connected IFF for every vertex and set U of at least k vertices there is an xU fan of size k.

22
Q

Szekeres-Wilf

A

x(G) ≤ 1 + max {δ(H) : H in G}

23
Q

Brooks’ Theorem

A

If G is a connected graph other than an odd cycle or complete graph then x(G) ≤ Δ(G)

24
Q

Mycielski’s Construction Myc(G)

A

Graph with the vertex set {v1, v2… vn} U {u1, u2, … un}{ U {w} in which all edges vivj in G implies vivj, uivj, viuj are all edges in Myc(G) and N(w) = {u1, u2… un}.

25
Q

Grotzch Graph

A

Myc(C5)

26
Q

Konig edge coloring

A

If G is bipartite, x’(G) = Δ(G)

27
Q

Vizing’s Theorem

A

If G is simple, then x’(G) is either Δ(G) [class 1] or Δ(G) +1 [class 2]