Graph Theory

For all positive integers r and d that satisfy r ≤ d ≤ 2r, construct a simple graphwith radius r and diameter d.

728x90
반응형

문제출처

광주과학기술원 GIST 최정옥 교수님의 “그래프 이론” 수업, 2024년 가을학기 중 Homework 5

Solution

(c) Construct a simple graph with radius rr and diameter dd

Construction:

  1. Consider the cycle C2rC2r defined on V=0,1,2,,2r1V=0,1,2,,2r1.

    • In this case, we have:
      rad(C2r)=r.rad(C2r)=r.
    • When d=rd=r, the graph satisfies:
      diam(C2r)=rad(C2r)=r.diam(C2r)=rad(C2r)=r.
  2. Now assume 2rd>r2rd>r.

    • Define a path PdrPdr starting from a vertex rVrV, with a length of drdr, consisting of vertices rv1v2vdrrv1v2vdr, where viVviV.
    • Define G=C2rPdrG=C2rPdr.

Verification:

  1. Starting from vertex 00, a path of length dd can be created to vertex vdrvdr. Therefore:
    diam(G)=d.diam(G)=d.

  2. The shortest path from any vertex to rr must include rr. Thus:
    ϵG(v)=ϵG(r)=r.ϵG(v)=ϵG(r)=r.

  3. Therefore:
    rad(G)=r.rad(G)=r.

Thus, GG is a simple graph with radius rr and diameter dd satisfying rd2rrd2r.

728x90
반응형