Vertex Cover

is vertex cover of an undirected graph , s.t

Minimum size of a vertex Cover
  • is number of vertices of minimum vertex cover.

Independent Set

Independent Set (קבוצה בלתי תלויה) is a set of vertices in a graph, no two of which are adjacent.

Maximum independent set
  • is number of vertices of maximum independent set.
Maximal independent set

maximal independent set (קבוצה בלתי תלויה מקסימלית להכלה) is an independent set that is not a subset of any other independent set. In other words, there is no vertex outside the independent set that may join it because it is maximal with respect to the independent set property.

  • A MIS is also a dominating set in the graph. (question 6a)

Dominating set

dominating set (קבוצה שלטת) of graph is, such that any vertex of is either in , or has a neighbor in .

  • Theorem 4.13 - is independent set in if and only if is vertex-cover of .
  • Theorem 4.14 - for every graph . i.e. a set is independent if and only if its complement is a vertex cover.
  • Theorem 4.15 - for any graph, the size of every vertex cover is greater than or equal to size of every matching in , in particular .