Discrete Mathematics Graph Worksheet
Discrete Mathematics Graph Worksheet
Hand-in 7
V = {a,b,c,d,e}
E = {{a,b}, {a,d}, {b,d}, {b,c}, {c,d}, {c,e}, {e,d}}
1. No, vortex f is disconnected due to there being no edge between it and the others.
2. No, the cycle between c,b and e disproves this.
3. Yes, by the following order {{d,e}, {e,b}, {b,c}, {c,e}, {e,a}}.
4. No, the disconnection of f breaks this.
V = {a,b,c}
E = {{a,a}, {a,b}, {b,c}, {c,b}}
V = {a,b,c,d,e}
E = {{a,b}, {b,c}, {a,d}, {d,e}}
The handshaking lemma states that in a graph, the sum of each vertex’s degree is equal to the
number of edges times 2.
∑(𝑑𝑒𝑔) = 2 · 𝑛 ⇔ 𝑛 · 𝑑𝑒𝑔 = 2 · 𝑛 (note that number of vertices and edges both equal n)
𝑛
𝑑𝑒𝑔 = 2(algebra)
Proof: Assume 𝐺1 is a connected graph. This means that for any two vertices a and b, there will
be a traversable path between them. Because 𝐺1 and 𝐺2 are isomorphic, any given vertex will
have an equivalent vertex in 𝐺2. That is, a bijection such that f(𝑎1)→𝑎2, f(𝑏1)→𝑏2 and a and b are
joined by an edge if and only if f(a) and f(b) are joined by an edge, will exist.
This means that any connected pair of vertices in 𝐺1can be found in 𝐺2, and likewise for any
vertices found in the path between that pair.