Help Needed: Graph Theory Assignment on Vertex Colouring

In summary, the user is working on a graph theory assignment and is stuck on how to approach a question regarding vertex colouring. They have tried playing around with the problem but have not made any progress. Suggestions for solving the problem include using an example, considering the definitions of vertex colouring and the relationship between G and G complement, and using mathematical induction.
  • #1
ak_89
5
0
I am working on graph theory assignment. I need help because I am not seeing where I am going with this question.

Here's the question: G is a simple graph with n vertices.

-> show that vertex colouring of G [ X(G) ]* vertex colouring of G complement >= n

-> show that the vertex colouring of G + the vertex colouring of G complement >= 2 n1/2



Here's what I have looked at. I know Chi (G) =< [tex]\Delta G +1[/tex] and same with G complement.

[tex]\Delta G[/tex] =< n-1. Then I kind of played around with it. Didn't get anywhere.

Then I tried again.

I know Chi (X) >= n/[tex]\alpha (G)[/tex]
and Chi (X) >= [tex]\omega (G complement)[/tex] = [tex]\alpha (G)[/tex]

So I know Chi(G) >= [tex]\alpha (G complement) [/tex]
and Chi(G complement) >=[tex]\alpha (G) [/tex]

and Now I am totally confused... not sure what to do.
If I could get some help that would be great.
Thanks
 
Physics news on Phys.org
  • #2


Thank you for reaching out for help with your graph theory assignment. It seems like you have made some good progress in your thinking so far, but are stuck on how to approach the problem further. Here are some suggestions that may help you:

1. Try using an example: Sometimes, working through a specific example can help you see the pattern or logic behind a problem. You could try drawing a simple graph with a few vertices and working through the steps to see how the vertex colouring of G and G complement compare.

2. Think about the definitions: Remember that the vertex colouring of a graph is the minimum number of colours needed to colour all the vertices in such a way that no two adjacent vertices have the same colour. Keeping this definition in mind, see if you can apply it to the problem at hand.

3. Consider the relationship between G and G complement: Since G complement is the set of all edges that are not in G, think about how the vertex colouring of G and G complement may relate to each other. Can you use this relationship to prove the statements given in the question?

4. Use mathematical induction: It may be helpful to use mathematical induction to prove these statements. This involves proving the statements for a base case (such as n = 1 or n = 2) and then showing that if the statements hold for n, they also hold for n+1.

I hope these suggestions help you make progress on your assignment. If you are still stuck, don't hesitate to reach out for more help. Good luck!
 

Related to Help Needed: Graph Theory Assignment on Vertex Colouring

1. What is vertex colouring in graph theory?

Vertex colouring in graph theory is a process of assigning colours to the vertices of a graph in such a way that no adjacent vertices have the same colour. The minimum number of colours needed for such a colouring is called the chromatic number of the graph.

2. Why is vertex colouring important in graph theory?

Vertex colouring is important in graph theory because it has many real-world applications, such as scheduling tasks, assigning frequencies in wireless networks, and solving timetabling problems. It also helps in understanding the structure and properties of a graph.

3. What are the different methods for vertex colouring in graph theory?

There are several methods for vertex colouring in graph theory, including greedy algorithms, backtracking algorithms, and linear programming-based algorithms. Each method has its own advantages and limitations, and the choice of method depends on the characteristics of the graph and the specific problem being solved.

4. How do you determine the chromatic number of a graph?

The chromatic number of a graph can be determined using various algorithms, such as the greedy algorithm or the backtracking algorithm. These algorithms involve systematically assigning colours to the vertices of a graph until all vertices are coloured, and the minimum number of colours needed to achieve a proper colouring is found. The chromatic number can also be determined by using mathematical properties of the graph, such as its degree sequence.

5. Are there any practical applications of vertex colouring?

Yes, there are many practical applications of vertex colouring, such as scheduling tasks in project management, assigning frequencies in wireless networks, and solving timetabling problems in schools and universities. It is also used in computer science for optimizing register allocation in compilers and in image processing for colouring pixels in digital images.

Similar threads

  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
15
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
13
Views
2K
Back
Top