Week 3
Week 3
No Yes Yes
To be traversable it must have 2 or 0 odd degrees
• In order to start and end at the same vertex the network must be Eularian (all
vertexs must be even degree).
• If exactly two nodes have odd degree, the network is still traversable, but you start
and end at different nodes (and the network is Semi-Eularian)
To be route for a
postman it must be
closed and so have 0
odd nodes
Traversability
• A network is said to be Traversable if you can draw it without removing
your pen from the paper and without retracing the same arc twice. It
is Closed if you can start anywhere and finish at the start point.
• We will first present some definitions and then present a theorem that Euler used to
show that it is in fact impossible to walk through the town and traverse all the bridges
only once.
Definitions
Eulerian trail: An Eulerian trail is a trail that visits every edge of the graph once and only once. It can
end on a vertex different from the one on which it began. A graph of this kind is said to be traversable
Eulerian Circuit: An Eulerian circuit is an Eulerian trail that is a circuit. That is, it begins and ends on
the same vertex.
A vertex is odd if its degree is odd and even if its degree is even
***Theorem: An Eulerian trail exists in a connected graph if and only if there are either no odd
vertices or two odd vertices
Page 3
• walks that include every edge exactly once and end back at the initial
vertex; such graphs and digraphs are called Eulerian.
• graphs and digraphs containing cycles that pass through every vertex;
these are called Hamiltonian.
Eulerian Graph
Page 40
Exercise page 45
Hamiltonian page 47
Maximal Path1.2.24
Must
P u
v
u
P
Impossible
Graph Theory Ch. 1. Fundamental Concept 16
Theorem: A graph G is Eulerian if and only if it has at most one
nontrivial component and its vertices all have even degree.
1.2.26
Proof: (Necessity)
• Suppose that G has an Eulerian circuit C
• Each passage of C through a vertex uses two incident
edges
• And the first edge is paired with the last at the first vertex
• Hence every vertex has even degree
Proof: (Necessity)
• Also, two edges can be in the same trail only when
they lie in the same component, so there is at most
one nontrivial component.
Component 1 Component 2
Proof:
• In the proof of Theorem 1.2.26
• It is noted that every even nontrivial graph has a
cycle
• The deletion of a cycle leaves an even graph
• Thus this proposition follows by induction on
the number of edges
Proof: (1/2)
• Let u be an endpoint of a maximal path P in G.
• Since P does not extend, every neighbor of u is
in V(P).
• Since u has at least k neighbors and G is
simple, P therefore has at least k vertices other
than u and has length at least k.
G A B
d(B) = 3, d(C) = 2
F C
Δ(G) = 3, δ(G) = 2
E D
• G is regular if (G ) = (G )
• G is k-regular if the common degree is k.
• The neighborhood of v, written Ng (v ) or N (v )
is the set of vertices adjacent to v.
3-regular
Proof:
• Summing the degrees counts each edge twice,
• Because each edge has two ends and contributes to
the degree at each endpoint.
d (x) =
x
k
d (x) = y d (y) =
x k
k