See [Aigner et al. 2010, Chapter 37] for more details. Suppose is a set of symbols to be communicated over a network. However, some symbols are likely to be confused. How best to choose a set of symbols that cannot be confused ? Place an edge between two symbols that can be confused and form a graph . Let us call , the confusion graph. A set of symbols that cannot be confused is an independent set. Best strategy for communication is to choose independent set.
A different question leading to the same answer. is set of people trying to communicate but two neighbours cannot communicate at the same time. The best strategy is to choose an indepndent set of vertices and they can communicate at the same time.
In the first problem, if we are allowed to communicate over multiple rounds, can we do better ?
Given graphs , define as the graph with vertex set and edges if and . Then, the confusion graph for strings of length is . Similarly, the confusion graph for strings of length is .
TO BE COMPLETED