1comb-lecture5-basicgraph2
1comb-lecture5-basicgraph2
4 Eulerian graphs
We choose a maximal closed walk W in G that traverses every edge of G at most once.
Let F be the set of edges used in W.
If F = E(G), then we are done. We may assume that E(G)∖F ≠ ∅.
We introduce directed graphs (or digraphs), where every edge has a direction.
It is natural to define a directed path, walk, tour, closed/ Eulerian tour in a similar way,
respecting directions.
Directed graphs
[Proposition 4.5.2]
A directed graph G is contains a closed Eulerian tour if and only if
it is connected (when we forget the directions) and $
+ −
degG (v) = degG (v) for each vertex v of G.
Let ℓ(k) denote the maximum possible number of digits in such a sequence.
k k
PF) As ℓ(k) ≤ 2 , it is enough to construct a cyclic sequence of length 2 ,
k
which shows ℓ(k) ≥ 2 .
If k = 1, then it is trivial. Assume k ≥ 2.
k
Directed edges are in bijection with (a1, …, ak), and so | E(G) | = 2 .
PF) We want to see that this directed graph has a closed Eulerian tour.
− +
It is straightforward to verify that degG (v) = degG (v) = 2 for all vertices v.
Also, it is connected when you forget directions
(any vertex can be made to 0-sequence 1-by-1).
1 2 K
We obtain a sequence (a1 , a1 , …, a1 ).
Each subsequence of k consecutive digits corresponds to one directed edge,
and since no directed edge is repeated, no two k-digits are the same.
4.6 2-connectivity
We can similarly define the 'edge version' of the connectivity, but we skip the definition.
[Question] What can we expect for 2-connected graphs?
Some graph operations
(Edge subdivision)
Let e = xy be an edge of G.
G % e is the graph obtained from G by removing e and
adding a new vertex v and new edges vx, vy.
For a path P and two vertices v, w, we write vPw be the subpath from v to w.


[Theorem 4.6.3] A graph G is 2-connected if and only if
for any two vertices v, w of G, there is a cycle containing v, w.
This theorem is a particular case of a very important result called ‘Menger’s theorem’.
As G has at least three vertices, one of Cv and Cw has at least two vertices.
Then vertices of v, w in the component disconnected the graph, a contradiction.
(=>) Assume that distG(v, w) ≥ 2.
Let P = v1v2⋯vk be a shortest path from v = v1 to w = vk.
Note that distG(v1, vk−1) = k − 1 (if you can shorten, you can shorten to vk).
(2)
n
The answer is easy : .
Let T(n) be the maximum possible number of edges in a graph on n vertices with no
triangles.
T(1) = 0
T(2) = 1
T(3) = 2
What is T(5)?
⌊4⌋
2
n
[Theorem 4.7.1 (Mantel 1907)] For every n ≥ 1, we have T(n) = .
⌊ 4 ⌋
2
(n − 2)
By the induction hypothesis, G − {u, v} has at most edges,
⌊ 4 ⌋ ⌊4⌋ ⌊4⌋
2 2 2
(n − 2) n n
Hence | E(G) | ≤ + (n − 2) + 1 = . This shows T(n) ≤
⌊4⌋
2
n
[Theorem 4.7.1 (Mantel 1907)] For every n ≥ 1, we have T(n) = .
⌊4⌋
2
n
PF) To show T(n) ≥ , we need to give an example having this many edges.
2
If n = 2k + 1, then Kk,k+1 has k + k edges.
2
If n = 2k, then Kk,k has k edges.
r−1
For n < r − 1, we define T (n) as Kn.