What is the minimum number of arcs entering

Assignment Help Mathematics
Reference no: EM13909381

1. Given a graph G and a proper vertex r-colouring c : V(G) → [r], we can draw an auxiliary directed graph Ac on vertex set [r] by putting, for each i ≠ j, an arc ij if there is a vertex in c-1(i) which has no neighbours in c-1(j) (in other words, if there is a vertex with colour i which we could recolour to j and still have a proper colouring).

An equitable r-colouring of G is a proper vertex r-colouring c : V(G) → [r] such that |c-1(i)| = |c-1(j)| ± 1 for each i, j ∈ [r] (in other words, any two colour classes differ in size by at most one).

Suppose from now on that ?(G) ≤ k, for some integer k ≥ 1, and that c is a proper vertex r-colouring of G such that 1 ≤ |c-1(1)| ≤ ..... ≤ |c-1(r)|.

(a) What is the minimum number of arcs in Ac leaving each i? (Your answer should not depend on G or i, but only on r and k, and you must both give an example (G, c, i) showing that you can have so few arcs leaving i, and also a proof that for any G, c and i you cannot have fewer)

(b) What is the minimum number of arcs entering 1? How does the answer change if in addition you are told that n1 is not in Ac, and |c-1(n)| > |c-1(1)|? In both cases, give both a lower bound on the minimum number and also an example showing it is best possible.

(c) Suppose that r ≥ 2k. Prove that there is a directed path in Ac from a largest to a smallest colour class. Deduce that G has an equitable r-colouring.

(d) Give a polynomial-time algorithm which, on input a graph G with maximum degree k and any r ≥ 2k, returns an equitable r-colouring. Prove your algorithm is correct and has polynomial running time.

(e) (Bonus Points) Prove that if k ≥ 2 then G also has an equitable (2k - 1)-colouring.

The distance square G(2) of G is the graph on V(G) with xy ∈ E.G(2). if either xy ∈ E(G) or x ≠ y and xz and yz are in E(G) for some z ∈ V(G) (In other words, xy is in E.G(2). if x and y are at distance one or two from each other in G).

(f) If ?(G) ≤ k, how large can ?.G(2). be? Give an upper bound and an example which shows it is best possible. If c is a proper vertex r-colouring of G(2), then what structure does c reveal in G? (In other words, what can we say about the edges of G within one, or between two, colour classes of c?)

Given two graphs G and H, we say φ is an embedding of G into H if φ : V(G) → V(H) is injective (so φ(x) ≠ φ(y) whenever x ≠ y), and for all edges xy of G, the pair φ(x)φ(y) is an edge of H. (Note that this is not an ‘if and only if' condition, so if xy is not an edge of G then φ(x)φ(y) may or may not be an edge of H). If there exists an embedding of G into H, we say H contains G.

Suppose that G has 2k2n vertices (we assume V(G) is disjoint from [2k2n]), and c is an equitable (2k2)-colouring of G(2). Consider the following algorithm, which for input (G, c, p), where p ∈ [0, 1] may depend on n, returns a graph H on 2k2n vertices and either an embedding φ of G into H or ‘Fail'.

Algorithm 1: Embed(G, c, p)

Let V(H) = [2k2n] ;

Let φ1 : c-1(1) → V(H) be an arbitrary injective map with image {1, . . . , n} ;

For each unordered pair x, y in {1, . . . , n}, independently, add xy to H with probability p ;

foreach i = 2, . . . , 2k2 do
              For each unordered pair x, y with x ∈ [in] and y ∈ {(i - 1)n + 1, . . . , in},
              independently, add xy to H with probability p ;
               if φi-1 ≠ ‘Fail' then
                  Let V(Fi ) = c-1(i) ∪ {(i - 1)n + 1, . . . , in} ;
                  foreach u ∈ c-1(i) and x ∈ {(i - 1)n + 1, . . . , in} do
                         If φi-1(v)x is an edge of H for each neighbour v of u with c(v) < i, add ux
                         to Fi ;
                  end
if Fi has a perfect matching then

      Let M be a perfect matching in Fi ;
      Define φi : c-1({1, . . . , i}) → V(H) by φi (u) = φi 1(u) if c(u) < i and
      φi (u) = x if c(u) = i and ux ∈ M ;
end else
     Let φi = ‘Fail' ;
end
end else
Let φi = ‘Fail' ;
end
end
Let φ = φr ;
return H, φ ;

(g) Explain (briefly) why if Embed(G, c, p) does not return ‘Fail', then the map φ it returns is an embedding of G into H.

(h) Explain why the graph H returned by Embed(G, c, p) is distributed according to Gn,p. (Hint: for each fixed 2k2 n-vertex graph Hr , what is the probability that the returned H is equal to Hr ?)

(i) For each i = 2, . . . , r, if φi-1 ≠ ‘Fail', the graph Fi constructed in Embed(G   , c, p) is a bipartite graph with n vertices in each part. If φi-1 is given (formally: conditioning on φi-1), what is the probability that ux ∈ F for some u ∈ c-1 (i) and x ∈ {(i - 1)n + 1, . . . , n}? (Hint: your answer should depend on u but not x.) Explain why the edges of Fi are independent.

(j) Find some (not necessarily optimal!) n0 and C such that if n ≥ n0 and p ≥ C. (logn/n)1/k, then this algorithm succeeds with probability at least 0.99.

(k) For each k ≥ 1, find constants C' and n'0 , and modify Embed(G, c, p), to give an algorithm which runs in polynomial time and does the following. For input graphs G and H, both on n ≥ nr vertices, with ?(G) ≤ k, your algorithm should try to construct an embedding of G into H.

It is permitted to fail, but your algorithm must succeed with probability at least 0.99 when H is drawn from the distribution Gn,p if p ≥ Cr(logn/n)1/k. Prove that your algorithm has these properties.

(l) Suppose that C' and n0' are as above for k = 2. Suppose n ≥ nr , and that G = Cn and H is drawn from Gn,p, with p ≥ C'(logn/n)1/2. Show that it is possible (i.e., that there is some non-zero probability) that H does not contain G.

(m) Suppose that C' and n0' are as above for k = 2. Suppose n ≥ n'0 , and that G = Cn and H is drawn from Gn,p, with p ≥ Cr (log n/n)1/2. Suppose your algorithm fails to construct an embedding of G into H. Can we conclude that H does not contain G?

Reference no: EM13909381

Questions Cloud

The dividends are expected to grow at a constant rate : The Jackson–Timberlake Wardrobe Co. just paid a dividend of $1.60 per share on its stock. The dividends are expected to grow at a constant rate of 6 percent per year indefinitely. Investors require a return of 10 percent on the company's stock
Firm needs a computerized machine tool lathe : Your firm needs a computerized machine tool lathe which costs $50,000 and requires $12,000 in maintenance for each year of its 3-year life. After three years, this machine will be replaced. The machine falls into the MACRS 3-year class life category...
Implications or consequences and intellectual standards : Using the 8 elements of reasoning that were outlined in week 2 (Purpose, problem, information, concepts, assumptions, inferences, points of view, implications or consequences) choose a news article and break it down according to those elements..You w..
Evaluate result for the case in which x is an exponential rv : Evaluate your result for the case in which X is an exponential rv (you already know what the result should be in this case). Evaluate your result for a case in which E [X]  ∞ and E rX2l = ∞.
What is the minimum number of arcs entering : How does the answer change if in addition you are told that n1→ is not in Ac, and |c-1(n)| > |c-1(1)|? In both cases, give both a lower bound on the minimum number and also an example showing it is best possible.
Identify the bonds that the company has issued : Assess FedEx's fixed-income makeup. Please identify the bonds that the company has issued, the amounts of those bonds, their structure, their various due dates, and their various interest rates. Use the breakeven and payback analyses to elevate Fe..
The bonds make semi annual payments : Sqeekers Co. issued 11-year bonds a year ago at a coupon rate of 7.7 percent. The bonds make semi annual payments and have a par value of $1,000. If the YTM on these bonds is 6 percent, what is the current bond price?
The company annual fixed costs : Blanchard Company manufactures a single product that sells for $ 180 per unit and whose total variable costs are $ 135 per unit.
Present value and multiple cash flows : Present Value and Multiple Cash Flows [LO1] Investment X offers to pay you $5,200 per year for eight years, whereas Investment Y offers to pay you $7,300 per year for five years. Which of these cash flow streams has the higher present value if the di..

Reviews

Write a Review

Mathematics Questions & Answers

  Question regarding equivalence relations

Verify that each of the following are equivalence relations on the plane R^2 (where R are real numbers) and describe the equivalence classes geometrically.

  How much do you earn in interest

How much money (total) do you have after the 5 years pass and how much do you earn in interest over the 5 years?

  Express the monthly cost c as a function of the distance

the monthly cost of driving a car depends on the number of miles driven. lynn found that in may it cost her 380 to

  Question regarding group theory

Prove that the subgroup of A4 generated by any element of order 2 and and any element of order 3 is all of A4. Prove that if x and y are distinct 3-cycles in S4 with x != y^-1 (x not equal to the inverse of y), then the subgroup of S4 generated by x..

  Lagrange multipliers-temperature of plate

A thin plate occupies the region x^2/4 + y^2/9 is less than or equal to 1. If the temerature of the plate is T(x,y)= x^2 + y^2 - 5y + 5, find the coldest and hottest points on the plate.

  Verbal description of the variation

The force needed to keep a car from skidding on a curve varies jointly as the weight of the car and the square of the speed and inversely as the radius of the curve.

  What is the length of an edge of the base

the volume of a box with a square base and a height of 7in is 252 cubic in. what is the length of an edge of the base?

  Dimensional analysis-distance and speed

A 240 horsepower car beginning at a stop goes 1/10 of a mile. At optimum performance, what is the maximum speed in miles per hour the car can reach? Feet per minute?

  What happens to her caloric needs as she gets older

Sarah is a moderately active woman. She weighs 130 pounds, is 68 inches tall, and is 25 years old. Based on the following formula, what are her caloric needs? What happens to her caloric needs as she gets older? Why do you think this happens? usin..

  What are the dimensions

the length of the rectangular playing field is 3 yards longer then double the length. If the perimeter is 252 yards, what are the dimensions?

  What is the optimal solution for this production model

What is the mathematical model for the total profit earned by producing and selling x units ? What is the optimal solution for this production model?

  Determine the domain and range of the relation

To attend a friend's wedding, you must buy an airplane ticket and rent an automobile.  If you can spend a total of $685 and the plane ticket will cost $325, how much can you spend on car rental?

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd