Question

Prove that if deg(v) ≤ 4 for all vertices in an (undirected) graph G = (V,...

Prove that if deg(v) ≤ 4 for all vertices in an (undirected) graph G = (V, E), then we can orient all edges in E such that the in-degree of every vertex is at most 2.

Homework Answers

Answer #1

Proof : We already know that the sum of in-degree and out-degree of all the vertices in a directed graph is equal to the sum of degrees of all the vertices in its undirected version with equal number of edges.So, for an udirected graph with V vertices,with at most 4 degrees of each vertex, we have,

Sum of degrees ≤ 4*V ...(1)

But we also know that ,

Sum of In-degree (in directed graph) + Sum of Out-degree (in directed graph) = Sum of degrees (in undirected graph) ...(2)

Also, for a particular case in a graph we CAN have,

Sum of In-degree ≤ Sum of Out-degree ...(3)

So, for that scenario Using (2) & (3) we get,

2*Sum of In-degree (in directed graph) ≤ Sum of degrees (in undirected graph) ....(4)

Using (1) and (4) we get,

2*Sum of In-degree (in directed graph) ≤ 4*V   ...(5)

Or, using (5) we can write,

Sum of In-degree (in directed graph) ≤ 2*V

( Hence Proved ) That there exists a case in which we can orient the directed edges such that in-degree of every vertex is at most 2.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
A K-regular graph G is a graph such that deg(v) = K for all vertices v...
A K-regular graph G is a graph such that deg(v) = K for all vertices v in G. For example, c_9 is a 2-regular graph, because every vertex has degree 2. For some K greater than or equal to 2, neatly draw a simple K-regular graph that has a bridge. If it is impossible, prove why.
Let G be a simple graph in which all vertices have degree four. Prove that it...
Let G be a simple graph in which all vertices have degree four. Prove that it is possible to color the edges of G orange or blue so that each vertex is adjacent to two orange edges and two blue edges. Hint: The graph G has a closed Eulerian walk. Walk along it and color the edges alternately orange and blue.
Let G be an undirected graph with n vertices and m edges. Use a contradiction argument...
Let G be an undirected graph with n vertices and m edges. Use a contradiction argument to prove that if m<n−1, then G is not connected
You are given a directed acyclic graph G(V,E), where each vertex v that has in-degree 0...
You are given a directed acyclic graph G(V,E), where each vertex v that has in-degree 0 has a value value(v) associated with it. For every other vertex u in V, define Pred(u) to be the set of vertices that have incoming edges to u. We now define value(u) = ?v∈P red(u) value(v). Design an O(n + m) time algorithm to compute value(u) for all vertices u where n denotes the number of vertices and m denotes the number of edges...
Draw an undirected graph with 6 vertices that has an Eulerian Cycle and a Hamiltonian Cycle.  The...
Draw an undirected graph with 6 vertices that has an Eulerian Cycle and a Hamiltonian Cycle.  The degree of each vertex must be greater than 2.  List the degrees of the vertices, draw the Hamiltonian Cycle on the graph and give the vertex list of the Eulerian Cycle. Draw a Bipartite Graph with 10 vertices that has an Eulerian Path and a Hamiltonian Cycle.  The degree of each vertex must be greater than 2.  List the degrees of the vertices, draw the Hamiltonian Cycle...
Suppose we are going to color the vertices of a connected planar simple graph such that...
Suppose we are going to color the vertices of a connected planar simple graph such that no two adjacent vertices are with the same color. (a) Prove that if G is a connected planar simple graph, then G has a vertex of degree at most five. (b) Prove that every connected planar simple graph can be colored using six or fewer colors.
Let G be a simple planar graph with fewer than 12 vertices. a) Prove that m...
Let G be a simple planar graph with fewer than 12 vertices. a) Prove that m <=3n-6; b) Prove that G has a vertex of degree <=4. Solution: (a) simple --> bdy >=3. So 3m - 3n + 6 = 3f <= sum(bdy) = 2m --> m - 3n + 6 <=0 --> m <= 3n - 6. So for part a, how to get bdy >=3 and 2m? I need a detailed explanation b) Assume all deg >= 5...
Graph Theory. A simple graph G with 7 vertices and 10 edges has the following properties:...
Graph Theory. A simple graph G with 7 vertices and 10 edges has the following properties: G has six vertices of degree a and one vertex of degree b. Find a and b, and draw the graph. Show all work.
Graph Theory Prove that if G is a graph with x(G-v-w)=x(G)-2 for every pair of vertices...
Graph Theory Prove that if G is a graph with x(G-v-w)=x(G)-2 for every pair of vertices v and w in G, then G is complete. Hint: assume G is not complete.
Use proof by induction to prove that every connected planar graph with less than 12 vertices...
Use proof by induction to prove that every connected planar graph with less than 12 vertices has a vertex of degree at most 4.
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT