Exam Revision Flashcards
Planar graph
a graph that can be drawn in the plane in such a way that no edges cross each other, and no edge touches a vertex other than its endpoints
Relationship between n (vertices), m (edges) and r (regions) in planar graph
n - m + r = 2
Bipartite graph
a graph G = (V, E) with the property that V can be partitioned into two disjoint sets V1 and V2 such that V = V1 ∪ V2 and every edge has one endpoint in V1 and the other in V2.
Bipartite graph definition using colouring
A graph that has a proper colouring using two colours
Bipartite graph definition using cycles
A graph that does not contain any cycles of odd length
R(4,5)=R(5,4)=
25
Subgraph
A subgraph of a graph G is a graph obtained from G by deleting vertices and/or edges
Bipartite graph
a graph that does not contain any cycles of odd length
Hamiltonian cycle
a Hamilton cycle in a graph G is a cycle in the graph which contains every vertex (exactly once)
Proper k-colouring
A proper k-colouring of a graph G is a function f : V (G) → {1, . . . , k} such that f(u) =/= f(v) whenever uv ∈ E(G).
Clique number
The clique number of a graph G is the largest natural number t such that G contains Kt as a subgraph
Independent set
An independent set in a graph G is a set U ⊆ V (G) such that no edge in G has both endpoints in U.
Independence number
The independence number of G is the size of the largest independent set in G.
Ramsey number R(s, t) for integers s, t > 2. 4
The Ramsey number R(s, t) (for natural numbers s and t) is the smallest natural number n such that every colouring of the edges of Kn with red and blue contains either a copy of Ks with all edges red or a copy of Kt with all edges blue.
Using the fact that R(4, 4) = 18, show that the graph in part 2(ii)b must contain an independent set of size at least 4.
Since R(4, 4) = 18, any graph with 18 vertices must contain either a clique or independent set on 4 vertices. The graph in part (ii)(b) has 18 vertices and does not contain any clique on 4 vertices (since the clique number is 3), so it must contain an independent set of size at least 4.