← Back to arXiv
arXivCombinatoricsarXiv:2608.18169

Ramsey number $R(4, 20) \ge 252$

Ramsey numbers are a way of measuring how large a network (graph) must be before it inevitably contains either a clique (a set of mutually connected nodes) of a certain size or an independent set (a set of mutually disconnected nodes) of a certain size. The Ramsey number R(4,20) asks: what is the smallest number of nodes such that any possible graph on that many nodes must contain either a group of 4 all connected to each other, or a group of 20 with no connections between them? Proving a lower bound means constructing an explicit graph that avoids both of these patterns, showing the threshold has not yet been reached.

The authors construct two specific graphs, each with 251 nodes, that successfully avoid both forbidden patterns. These graphs are built using a mathematical structure called circulant graphs, where nodes are arranged in a cycle and connections follow a symmetric rule based on number theory, specifically properties of the number 251 as a prime. By verifying that neither a 4-clique nor an independent set of 20 nodes exists in these graphs, the authors establish that R(4,20) must be at least 252, improving the previous best lower bound of 237. They also indirectly improve a related bound involving R(4,21).

The verification has two parts. Checking that no 4-clique exists is handled by straightforward calculation. Confirming that no independent set of 20 nodes exists is harder and required a computational search using a technique called branch-and-bound, which systematically explores possibilities while pruning dead ends, applied to a reduced version of the graph with 186 nodes. The construction mirrors an approach previously used for a related Ramsey problem, adapting the underlying number theory to fit the new target.

Read original →