Rado's theorem is a theorem from the branch of mathematics known as Ramsey theory. It is named for the German mathematician Richard Rado. It was proved in his thesis, Studien zur Kombinatorik.
Let
Ax=0
A
r
r
Rado's theorem states that a system
Ax=0
si=
\Sigma | |
j\inCi |
cj
Folkman's theorem, the statement that there exist arbitrarily large sets of integers all of whose nonempty sums are monochromatic, may be seen as a special case of Rado's theorem concerning the regularity of the system of equations
xT=\sumi\inx\{i\
Other special cases of Rado's theorem are Schur's theorem and Van der Waerden's theorem. For proving the former apply Rado's theorem to the matrix
(1 1 {-1})
\left(\begin{matrix} 1&1&-1&0& … &0&0\\ 1&2&0&-1& … &0&0\\ \vdots&\vdots&\vdots&\vdots&\ddots&\vdots&\vdots \\1&m-1&0&0& … &-1&0\\ 1&m&0&0& … &0&-1 \end{matrix}\right)
Given a system of linear equations it is a priori unclear how to check computationally that it is regular. Fortunately, Rado's theorem provides a criterion which is testable in finite time. Instead of considering colourings (of infinitely many natural numbers), it must be checked that the given matrix satisfies the columns condition. Since the matrix consists only of finitely many columns, this property can be verified in finite time.
However, the subset sum problem can be reduced to the problem of computing the required partition C1, C2, ..., Cn of columns: Given an input set S for the subset sum problem we can write the elements of S in a matrix of shape 1 × |S|. Then the elements of S corresponding to vectors in the partition C1 sum to zero. The subset sum problem is NP-complete. Hence, verifying that a system of linear equations is regular is also an NP-complete problem.