Graph Theory Assignment 5 solved

$30.00

Category: You will receive a download link of the .ZIP file upon Payment

Description

5/5 - (1 vote)

1. The graph 𝐺 = 𝐢3 Γ— 𝐢3 is drawn below:
a. Show that 𝐺 is Eulerian. The suggested way is to use the
characterization we discussed in class. The not-so-easy way is to
actually produce an Euler circuit; if you choose this latter route, it
suffices to list the vertices in order as they’d be encountered in the
circuit.
b. Show that 𝐺 is Hamiltonian. Here, you’ll want to produce a Hamilton
cycle. Again, it suffices to list the vertices in order as they’d be
encountered in the cycle.
00 01 02
10 11 12
20 21 22
2. Now, for 𝑛, π‘ž β‰₯ 2, consider the grid graph 𝑃𝑛,π‘ž = 𝑃𝑛 Γ— π‘ƒπ‘ž.
a. Show that if either 𝑛 or π‘ž is at least 3, then 𝑃𝑛,π‘ž is not Eulerian. The
easy way is to consider what happens along the boundary.
b. Show that for any π‘ž β‰₯ 2, 𝑃2,π‘ž is Hamiltonian
c. Show that 𝑃4,4 is Hamiltonian. The most straightforward way is to
produce a Hamilton cycle.
d. Show that 𝑃3,3 is not Hamiltonian. The drawing below may suggest a
clever approach:
e. If 𝑛 and π‘ž are both odd, show that 𝑃𝑛,π‘ž is not Hamiltonian. (Use the
same clever argument from part d).
f. (⋆) If either 𝑛 or π‘ž is even, show that 𝑃𝑛,π‘ž is Hamiltonian.
00 01 02
10 11
11
12
20 21 22
3. Recall that if a graph 𝐺 has no links (this means every edge of 𝐺 is a
bridge), then there is a relationship among π‘˜, π‘š, and 𝑛. Here, π‘˜ is the
number of components, π‘š is the number of edges, and 𝑛 is the
number of vertices in the graph 𝐺.
We now consider when 𝐺 has links.
a. What is the relationship among π‘˜, π‘š, 𝑛 if deleting any 1 link of 𝐺
turns every other link into a bridge (Example: 𝐺 is a cycle)?
Consider the effect of deleting a link.
b. Now, suppose 𝐺 is a graph where you can arrive at an all-bridge
graph by deleting β„“ links, one at a time, taking care not to delete
any edges that become bridges in this process. What is the
relationship among π‘˜, π‘š, 𝑛 now?
c. (⋆) Show that for any graph 𝐺, there is a unique value β„“ that
works in part 𝑏. (What would happen if there were two such
values β„“1 and β„“2?)
d. What is the value of β„“ in the β€œtheta” graph (𝐢8 with an extra
edge) below?
e. What is the value of β„“ for 𝐾5
, the complete graph on 5 vertices?