We define B as:
$B = \{ <G> | \text{ G is an undirected graph in which} \\ \text{the number of vertices in the largest independent set} \\ \text{is greater than the number of vertices in the largest clique} \}$
Can you prove that B is NP-Hard? I have tried to polynomialy reduce from $CLIQUE$ but couldn't get it to work (I have tried to look at the complement graph, and add vertices)