Search in Co-Wiki

Clique game

game-theory 771 tokens 6 outbound links

Clique game

The clique game is a positional-game where two players alternately pick edges, trying to occupy a complete clique of a given size.

The game is parameterized by two integers n > k. The game-board is the set of all edges of a complete graph on n vertices. The winning-sets are all the cliques on k vertices. There are several variants of this game:

The clique game (in its strong-positional variant) was first presented by Paul Erdős and John Selfridge, who attributed it to Simmons. They called it the Ramsey game, since it is closely related to Ramsey's theorem (see below).

Winning conditions Ramsey's theorem implies that, whenever we color a graph with 2 colors, there is at least one monochromatic clique. Moreover, for every integer k, there exists an integer R(k,k) such that, in every graph with <math>n \geq R_2(k,k)</math> vertices, any 2-coloring contains a monochromatic clique of size at least k. This means that, if <math>n \geq R_2(k,k)</math>, the clique game can never end in a draw. a strategy-stealing-argument implies that the first player can always force at least a draw; therefore, if <math>n \geq R_2(k,k)</math>, Maker wins. By substituting known bounds for the Ramsey number we get that Maker wins whenever <math>k \leq {\log_2 n\over 2}</math>.

On the other hand, the Erdos-Selfridge theorem

Ramsey game on higher-order hypergraphs Instead of playing on complete graphs, the clique game can also be played on complete hypergraphs of higher orders. For example, in the clique game on triplets, the game-board is the set of triplets of integers 1,...,n (so its size is <math>{n \choose 3}</math> ), and winning-sets are all sets of triplets of k integers (so the size of any winning-set in it is <math>{k \choose 3}</math>).

By Ramsey's theorem on triples, if <math>n \geq R_3(k,k)</math>, Maker wins. The currently known upper bound on <math>R_3(k,k)</math> is very large, <math>2^{k^2/6} < R_3(k,k) < 2^{2^{4k-10}}</math>. In contrast, Beck proves that <math>2^{k^2/6} < R^_3(k,k) < k^4 2^{k^3/6}</math>, where <math>R^_3(k,k)</math> is the smallest integer such that Maker has a winning strategy. In particular, if <math>k^4 2^{k^3/6} < n</math> then the game is Maker's win.

References