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

  Find the number of combinations

Find the number of combinations that can be made from 9 objects taken 3 at a time.

  Describe the kinds of actions or things

Describe the kinds of actions or things that a teacher should be doing in each of the three parts of a lesson. (Note that not all of these would be done in every lesson.) Which actions should you use almost all of the time?

  Find the midpoint of the midsegment of the trapezoid

find the midpoint of the midsegment of the trapezoid if A=(4r, 4s), B=(4t, 4s) and C=(4u, 0)

  Determine the probability that no cars arrive ever

suppose that cars arrive at a traffic light according to a Poisson process with a rate of one car per minute starting from t=0 minutes.

  Find the equation for those products and cpi

find the equation for those products and CPI, & use those equations to predict the average cost of each product for the year 2020.

  What is the monthly payment

You are applying for a $175,000.00 loan at an annual percentage rate of 6.5 % for 30 years.

  What is the effect of doubling the investment period

The final amount for $5000 invested for 25 years at 10% annual interest compounded semiannually is $57, 337.

  What are dimensions of such a cylinder has maximum volume

A cylinder is inscribed in a right circular cone of height 4.5 and radius (at the base) equal to 7.5. What are the dimensions of such a cylinder which has maximum volume?

  Find the speed of the tailwind

a plane flying with a tailwind flew at a speed of 460 mph, relative to ground. When flying against the tailwind, it flew at a speed of 310mph. Find the speed of the tailwind.

  Assuming that the period of the system is 12 second

a weight attached to a spring is pulled down 3 inches below the equilibrium position. assuming that the period of the

  What is the authority score of a node after one iteration

what is the hub/authority score of a node after one iteration?

  What was the graduation rate for asian american

What was the graduation rate for Asian American students in 2011-2012 and describe anything that makes the graphs hard to read. What would you do differently?

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