Introduction to Graph Theory (2nd) - West - Solution Manual

  • Upload
    kha-man

  • View
    290

  • Download
    4

Embed Size (px)

Citation preview

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    1/260

    i ii

    INTRODUCTION TO GRAPH THEORY

    SECOND EDITION (2001)

    SOLUTION MANUAL

    SUMMER 2005 VERSION

    c DOUGLAS B. WEST

    MATHEMATICS DEPARTMENT

    UNIVERSITY OF ILLINOIS

    All rights reserved. No part of this work may be reproduced

    or transmitted in any form without permission.

    NOTICE

    This is the Summer 2005 version of the Instructors Solution Manual for

    Introduction to Graph Theory, by Douglas B. West. A few solutions have

    been added or clarified since last years version.

    Also present is a (slightly edited) annotated syllabus for the one-

    semester course taught from this book at the University of Illinois.This version of the Solution Manual contains solutions for 99.4% of

    the problems in Chapters 17 and 93% of the problems in Chapter 8. The

    author believes that only Problems 4.2.10, 7.1.36, 7.1.37, 7.2.39, 7.2.47,

    and 7.3.31 in Chapters 17 are lacking solutions here. There problems are

    too long or difficult for this text or use concepts not covered in the text; they

    will be deleted in the third edition.

    The positions of solutions that have not yet been written into the files

    are occupied by the statements of the corresponding problems. These prob-

    lems retain the (), (!), (+), () indicators. Also()is added to introducethe statements of problems without other indicators. Thus every problem

    whose solution is not included is marked by one of the indicators, for ease

    of identification.

    The author hopes that the solutions contained herein will be useful to

    instructors. The level of detail in solutions varies. Instructors should feel

    free to write up solutions with more or less detail according to the needs of

    the class. Please do not leave solutions posted on the web.

    Due to time limitations, the solutions have not been proofread or edited

    as carefully as the text, especially in Chapter 8. Please send corrections [email protected]. The author thanks Fred Galvin in particular for con-

    tributing improvements or alternative solutions for many of the problems

    in the earlier chapters.

    This will be the last version of the Solution Manual for the second

    edition of the text. The third edition will have many new problems, such

    as those posted at http://www.math.uiuc.edu/ west/igt/newprob.html . The

    effort to include all solutions will resume for the third edition. Possibly

    other pedagogical features may also be added later.

    Inquiries may be sent to [email protected]. Meanwhile, the authorapologizes for any inconvenience caused by the absence of some solutions.

    Douglas B. West

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    2/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    3/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    4/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    5/260

    1 Chapter 1: Fundamental Concepts Section 1.1: What Is a Graph? 2

    1.FUNDAMENTAL CONCEPTS

    1.1. WHAT IS A GRAPH?

    1.1.1. Complete bipartite graphs and complete graphs. The complete bipar-

    tite graphKm,nis a completegraphif and onlyifm = n = 1 or {m, n} = {1, 0}.1.1.2. Adjacency matrices and incidence matrices for a 3-vertex path.

    0 1 1

    1 0 0

    1 0 0

    0 1 0

    1 0 1

    0 1 0

    0 0 1

    0 0 1

    1 1 0

    1 1

    1 0

    0 1

    1 1

    0 1

    1 0

    1 0

    1 1

    0 1

    0 1

    1 1

    1 0

    1 0

    0 1

    1 1

    0 1

    1 0

    1 1

    Adjacency matrices for a path and a cycle with six vertices.

    0 1 0 0 0 0

    1 0 1 0 0 0

    0 1 0 1 0 0

    0 0 1 0 1 0

    0 0 0 1 0 1

    0 0 0 0 1 0

    0 1 0 0 0 1

    1 0 1 0 0 0

    0 1 0 1 0 0

    0 0 1 0 1 0

    0 0 0 1 0 1

    1 0 0 0 1 0

    1.1.3. Adjacency matrix for Km,n.

    m n

    m 0 1

    n 1 0

    1.1.4. G = H if and only ifG = H. If fis an isomorphism from G to H,

    then fis a vertex bijection preserving adjacency and nonadjacency, and

    hence f preserves non-adjacency and adjacency in G and is an isomor-phism fromG to H. The same argument applies for the converse, since the

    complement ofG is G .

    1.1.5. If every vertex of a graphG has degree 2, then G is a cycleFALSE.

    Such a graph can be a disconnected graph with each component a cycle. (If

    infinite graphs are allowed, then the graph can be an infinite path.)

    1.1.6. The graph below decomposes into copies of P4.

    1.1.7. A graph with more than six vertices of odd degree cannot be decom-

    posed into three paths. Every vertex of odd degree must be the endpoint

    of some path in a decomposition into paths. Three paths have only six

    endpoints.

    1.1.8. Decompositions of a graph. The graph below decomposes into copies

    of K1,3 with centers at the marked vertices. It decomposes into bold and

    solid copies ofP4 as shown.

    1.1.9. A graph and its complement. With vertices labeled as shown, two

    vertices are adjacent in the graph on the right if and only if they are not

    adjacent in the graph on the left.

    a

    b c

    d

    e

    f g

    h

    a

    f d

    g

    c

    h b

    e

    1.1.10. The complement of a simple disconnected graph must be connected

    TRUE. A disconnected graph G has vertices x,y that do not belong to apath. Hencexand y are adjacent inG . Furthermore, xand y have no com-

    mon neighbor in G , since that would yield a path connecting them. Hence

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    6/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    7/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    8/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    9/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    10/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    11/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    12/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    13/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    14/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    15/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    16/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    17/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    18/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    19/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    20/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    21/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    22/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    23/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    24/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    25/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    26/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    27/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    28/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    29/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    30/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    31/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    32/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    33/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    34/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    35/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    36/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    37/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    38/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    39/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    40/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    41/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    42/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    43/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    44/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    45/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    46/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    47/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    48/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    49/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    50/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    51/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    52/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    53/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    54/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    55/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    56/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    57/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    58/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    59/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    60/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    61/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    62/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    63/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    64/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    65/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    66/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    67/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    68/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    69/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    70/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    71/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    72/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    73/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    74/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    75/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    76/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    77/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    78/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    79/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    80/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    81/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    82/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    83/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    84/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    85/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    86/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    87/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    88/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    89/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    90/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    91/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    92/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    93/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    94/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    95/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    96/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    97/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    98/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    99/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    100/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    101/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    102/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    103/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    104/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    105/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    106/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    107/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    108/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    109/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    110/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    111/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    112/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    113/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    114/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    115/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    116/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    117/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    118/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    119/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    120/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    121/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    122/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    123/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    124/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    125/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    126/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    127/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    128/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    129/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    130/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    131/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    132/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    133/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    134/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    135/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    136/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    137/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    138/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    139/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    140/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    141/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    142/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    143/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    144/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    145/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    146/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    147/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    148/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    149/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    150/260

    293 Chapter 5: Coloring of Graphs Section 5.3: Enumerative Aspects 294

    currence for the chromatic polynomial, we begin with the compatible pairs

    forG e and consider the effect of addinge. If(D, f) is a compatible pairfor G e such that f(u)= f(v), say f(u) < f(v), thene must be orientedfrom u to v to obtain an orientation ofG compatible with f. The result

    is indeed acyclic, else it has a directed v, u-path along which the value f

    must step downward at some point. Conversely, we can delete e from a

    compatible pair for G with f(u)

    = f(v) to obtain a compatible pair for

    G e. Hence the compatible pairs with differing labels foru andv are in1-1 correspondence in G and G e.

    Now consider pairs with f(u)= f(v). It suffices to show that eachsuch pair for G e becomes a compatible pair for G by addinge orientedin at least one way, and that for (G e, k) of these, both orientations ofeyield compatible pairs for G . For the first statement, consider an arbitrary

    compatible pair (D, f) with f(u)= f(v) for Ge, and suppose neitherorientation for e yields a compatible pair for G This requires D to have

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    151/260

    orientation for e yields a compatible pair for G. This requires D to haveboth a u, v-path and a v , u-path, which cannot happen since D is acyclic.

    For the second statement, suppose that (D, f) is a compatible pair for Gwith f(u)= f(v) and that the orientation obtained by reversinge is alsocompatible with f. Then D e has neither a u, v-path nor a v, u-path,and contractinge yields a compatible pair for Ge. Conversely, given acompatible pair for G e, we can split the contracted vertex to obtain acompatible pair for Ge with f(u)= f(v) so that orientinge in eitherdirection yields a compatible pair for G .

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    152/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    153/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    154/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    155/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    156/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    157/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    158/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    159/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    160/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    161/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    162/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    163/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    164/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    165/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    166/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    167/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    168/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    169/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    170/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    171/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    172/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    173/260

    339 Chapter 7: Edges and Cycles Section 7.1: Line Graphs and Edge Coloring 340

    7.EDGES AND CYCLES

    7.1. LINE GRAPHS & EDGE COLORING

    7.1.1. Edge-chromatic number and line graph for the two graphs below.

    The labelings are proper edge colorings, the number of colors used is the

    maximum degree, so the colorings are optimal.

    2

    7.1.4. For every graph G, (G) e(G)/(G). In a proper edge-coloring,

    each color class has at most (G)edges. The lower bound follows because

    alle(G)edges must be colored.

    7.1.5. The Petersen graph is the complement ofL (K5). The vertices ofL (K5)

    are the edges in K5, which can be named as the 2-element subsets of [5].

    Two such pairs are adjacent in the Petersen graph if and only if they are

    disjoint, which is the condition for them being nonadjacent in L(K5).

    7.1.6. The line graph of the Petersen graph has 10 triangles. For a simple

    graphG, there is a triangle in L(G) for every set of three edges in G that

    share one common endpoint and for every set of three edges that form

    a triangle in G. The Petersen graph has no triangles, so the latter type

    does not arise. However, the Petersen graph has 10 triples of edges with a

    common endpoint, one for each of its vertices.

    7.1.7. P5 is a line graph. The complement ofP5 is a 5-cycle with a chord.

    It is the line graph of a 4-cycle with a pendant edge.

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    174/260

    1

    2

    3

    0

    3

    0 1

    0

    2

    0

    1

    2

    0

    1

    2

    0

    1

    2

    7.1.2. (Qk) = (Qk), by explicit coloring. In the cube Qk, the edges

    between vertices differing in coordinate j form a complete matching. Over

    thekchoices of j , these partition the edges.

    7.1.3. (Cn K2)= 3. The lower bound is given by the maximum degree.

    For the upper bound, when n is even colors 0 and 1 can alternate alongthe two cycles, with color 2 appearing on the edges between the two copies

    of the factor Cn. Whenn is odd, colors 0 and 1 can alternate in this way

    except for the use of one 2. Color 2 appears on all cross edges except those

    incident to edges on the cycles with color 2, as shown below.

    2 2 0 1 2 2

    0 1 2 0 1

    0 1 2 0 1

    HP5 = L(H)

    7.1.8. The line graph ofKm,n is the cartesian product ofKm and Kn . For

    each edge xiyj in Km,n , we have a vertex (i, j) in L(Km,n); these are also

    the vertices ofKm Kn . Pairs(i, j)and (k, l)in V(Km Kn)are adjacent inKm Kn if and only ifi = kor j =l . This is the same as the condition for

    adjacency inL (Km,n), becausexiyj andxkyl share an endpoint inKm,n if and

    only ifi = kor j = l.

    7.1.9. A set of vertices in the line graph of a simple graphG form a clique

    if and only if the corresponding edges in G have one common endpoint orform a triangle. Let Sbe the corresponding set of edges in G, and choosee S. If all other elements of Sintersect e at the same endpoint ofe, we

    have one common endpoint. Otherwise, we have edges f and g such that

    f shares endpoint x with e and g shares endpoint y with e. Since f and

    g must share an endpoint, they share their other endpoint z and complete

    a triangle. Since no single vertex lies in all ofe, f, g, no additional edge of

    the simple graphG can share a vertex with all of these.

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    175/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    176/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    177/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    178/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    179/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    180/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    181/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    182/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    183/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    184/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    185/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    186/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    187/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    188/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    189/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    190/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    191/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    192/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    193/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    194/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    195/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    196/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    197/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    198/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    199/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    200/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    201/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    202/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    203/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    204/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    205/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    206/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    207/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    208/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    209/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    210/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    211/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    212/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    213/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    214/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    215/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    216/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    217/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    218/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    219/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    220/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    221/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    222/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    223/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    224/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    225/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    226/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    227/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    228/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    229/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    230/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    231/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    232/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    233/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    234/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    235/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    236/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    237/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    238/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    239/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    240/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    241/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    242/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    243/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    244/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    245/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    246/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    247/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    248/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    249/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    250/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    251/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    252/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    253/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    254/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    255/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    256/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    257/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    258/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    259/260

  • 8/10/2019 Introduction to Graph Theory (2nd) - West - Solution Manual

    260/260