Harman Patil (Editor)

Incompressibility method

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematics, the incompressibility method is a proof method like the probabilistic method, the counting method or the pigeonhole principle. To prove that an object in a certain class (on average) satisfies a certain property, select an object of that class which is incompressible. If it does not satisfy the property, it can be compressed by computable coding. Since it can be generally proven that almost all objects in a given class are incompressible, the argument demonstrates that almost all objects in the class have the property involved (not just the average). To select an incompressible object is ineffective, and cannot be done by a computer program. However, a simple counting argument usually shows that almost all objects of a given class can be compressed by only a few bits (are incompressible).

Contents

History

The incompressibity method depends on an objective, fixed notion of incompressibility. Such a notion was provided by the Kolmogorov complexity theory, named for Andrey Kolmogorov.

The Kolmogorov complexity of an object, represented by a finite, binary string, is the length of the shortest binary program on a fixed, optimal universal Turing machine. Since the machine is fixed and the program concerned is the shortest, the Kolmogorov complexity is a definite positive integer. The Kolmogorov complexity of an object is the length of the shortest binary program from which it can be computed. Therefore, it is a lower bound on the length of a computably-compressed version (in bits) of that object by any existing (or future) compression program.

One of the first uses of the incompressibility method with Kolmogorov complexity its theory of computation was to prove that the running time of a one-tape Turing machine is quadratic for accepting a palindromic language and sorting algorithms require at least n log n time to sort n items. The first influential paper using the incompressibility method was published in 1980. The method was applied to a number of fields, and its name was coined in a textbook.

Number theory

According to an elegant Euclidian proof, there is an infinite number of prime numbers. Bernhard Riemann demonstrated that the number of primes less than a given number is connected with the 0s of the Riemann zeta function. Jacques Hadamard and Charles Jean de la Vallée-Poussin proved in 1896 that this number of primes is asymptotic to n / ln n ; see Prime number theorem (use ln for the natural logarithm an log for the binary logarithm). Using the incompressibility method, G. J. Chaitin argued as follows: Each n can be described by its prime factorization n = p 1 n 1 p k n k (which is unique), where p 1 , , p k are the first k primes which are (at most) n and the exponents (possibly) 0. Each exponent is (at most) log n , and can be described by log log n bits. The description of n can be given in k log log n bits, provided we know the value of log log n (enabling one to parse the consecutive blocks of exponents). To describe log log n requires only log log log n bits. Using the incompressibility of most positive integers, for each k > 0 there is a positive integer n of binary length l log n which cannot be described in fewer than l bits. This shows that the number of primes, π ( n ) less than n , satisfies

π ( n ) log n log log n o ( 1 ) .

A more-sophisticated approach attributed to Piotr Berman (present proof partially by John Tromp) describes every incompressible n by k and n / p k , where p k is the largest prime number dividing n . Since n is incompressible, the length of this description must exceed log n . To parse the first block of the description k must be given in prefix form P ( k ) = log k + log log k + log ε ( k ) , where ε ( k ) is an arbitrary, small, positive function. Therefore, log p k P ( k ) . Hence, p k n k with n k = ε ( k ) k log k for a special sequence of values n 1 , n 2 , . This shows that the expression below holds for this special sequence, and a simple extension shows that it holds for every n > 0 :

π ( n ) n ε ( n ) log n .

Both proofs are presented in more detail.

Graph theory

A labeled graph G = ( V , E ) with n nodes can be represented by a string E ( G ) of ( n 2 ) bits, where each bit indicates the presence (or absence) of an edge between the pair of nodes in that position. K ( G ) ( n 2 ) , and the degree d of each vertex satisfies

| d n / 2 | = O ( n log n ) .

To prove this by the incompressibity method, if the deviation is larger we can compress the description of G below K ( G ) ; this provides the required contradiction. This theorem is required in a more complicated proof, where the incompressibility argument is used a number of times to show that the number of unlabeled graphs is

2 ( n 2 ) n ! .

Combinatorics

A transitive tournament is a complete directed graph, G = ( V , E ) ; if ( i , j ) , ( j , k ) E , ( i , k ) E . Consider the set of all transitive tournaments on n nodes. Since a tournament is a labeled, directed complete graph, it can be encoded by a string E ( G ) of ( n 2 ) bits where each bit indicates the direction of the edge between the pair of nodes in that position. Using this encoding, every transitive tournament contains a transitive subtournament on (at least) v ( n ) vertices with

v ( n ) 1 + 2 log n .

This was shown as the first problem. It is easily solved by the incompressibility method, as are the coin-weighing problem, the number of covering families and expected properties; for example, at least a fraction of 1 1 / n of all transitive tournaments on n vertices have transitive subtournaments on not more than 1 + 2 2 log n vertices. n is large enough.

If a number of events are independent (in probability theory) of one another, the probability that none of the events occur can be easily calculated. If the events are dependent, the problem becomes difficult. Lovász local lemma is a principle that if events are mostly independent of one another and have an individually-small probability, there is a positive probability that none of them will occur. It was proven by the incompressibility method. Using the incompressibility method, several versions of expanders and superconcentrator graphs were shown to exist.

Topological combinatorics

In the Heilbronn triangle problem, throw n points in the unit square and determine the maximum of the minimal area of a triangle formed by three of the points over all possible arrangements. This problem was solved for small arrangements, and much work was done on asymptotic expression as a function of n . The original conjecture of Heilbronn was O ( 1 / n 2 ) during the early 1950s. Paul Erdos proved that this bound is correct for n , a prime number. The general problem remains unsolved, apart from the best-known lower bound Ω ( ( log n ) / n 2 ) (achievable; hence, Heilbronn's conjecture is not correct for general n ) and upper bound exp ( c log n ) / n 8 / 7 (proven by Komlos, Pintsz and Szemeredi in 1982 and 1981, respectively). Using the incompressibility method, the average case was studied. It was proven that if the area is too small (or large) it can be compressed below the Kolmogorov complexity of a uniformly-random arrangement (high Kolmogorov complexity). This proves that for the overwhelming majority of the arrangements (and the expectation), the area of the smallest triangle formed by three of n points thrown uniformly at random in the unit square is Θ ( 1 / n 3 ) . In this case, the incompressibility method proves the lower and upper bounds of the property involved.

Probability

The law of the iterated logarithm, the law of large numbers and the recurrence property were shown to hold using the incompressibility method and Kolmogorov's zero-one law, with normal numbers expressed as binary strings (in the sense of E. Borel) and the distribution of 0s and 1s in binary strings of high Kolmogorov complexity.

Turing-machine time complexity

The basic Turing machine, as conceived by Alan Turing in 1936, consists of a memory: a tape of potentially-infinite cells on which a symbol can be written and a finite control, with a read-write head attached, which scans a cell on the tape. At each step, the read-write head can change the symbol in the cell being scanned and move one cell left, right, or not at all according to instruction from the finite control. Turing machines with two tape symbols may be considered for convenience, but this is not essential.

In 1968, F. C. Hennie showed that such a Turing machine requires order n 2 to recognize the language of binary palindromes in the worst case. In 1977, W. J. Paul presented an incompressibility proof which showed that order n 2 time is required in the average case. For every integer n , consider all words of that length. For convenience, consider words with the middle third of the word consisting of 0s. The accepting Turing machine ends with an accept state on the left (the beginning of the tape). A Turing-machine computation of a given word gives for each location (the boundary between adjacent cells) a sequence of crossings from left to right and right to left, each crossing in a particular state of the finite control. Positions in the middle third of a candidate word all have a crossing sequence of length O ( n ) (with a total computation time of O ( n 2 ) ), or some position has a crossing sequence of o ( n ) . In the latter case, the word (if it is a palindrome) can be identified by that crossing sequence.

If other palindromes (ending in an accepting state on the left) have the same crossing sequence, the word (consisting of a prefix up to the position of the involved crossing sequence) of the original palindome concatenated with a suffix the remaining length of the other palindrome would be accepted as well. Taking the palindrome of Ω ( n ) , the Kolmogorov complexity described by o ( n ) bits is a contradiction.

Since the overwhelming majority of binary palindromes have a high Kolmogorov complexity, this gives a lower bound on the average-case running time. The result is much more difficult, and shows that Turing machines with k + 1 work tapes are more powerful than those with k work tapes in real time (here one symbol per step).

In 1984, W. Maass and M. Li and P. M. B. Vitanyi showed that the simulation of two work tapes by one work tape of a Turing machine takes Θ ( n 2 ) time deterministically (optimally, solving a 30-year open problem) and Ω ( n 2 / ( log n log log n ) ) time nondeterministically (in, this is Ω ( n 2 / ( log 2 n log log n ) ) . More results concerning tapes, stacks and queues, deterministically and nondeterministically, were proven with the incompressibiity method.

Theory of computation

Heapsort is a sorting method, invented by J. W. J. Williams and refined by R. W. Floyd, which always runs in O ( n log n ) time. It is questionable whether Floyd's method is better than Williams' on average, although it is better in the worst case. Using the incompressibility method, it was shown that Williams' method runs on average in 2 n log n + O ( n ) time and Floyd's method runs on average in n log n + O ( n ) time. The proof was suggested by Ian Munro.

Shellsort, discovered by Donald Shell in 1959, is a comparison sort which divides a list to be sorted into sublists and sorts them separately. The sorted sublists are then merged, reconstituting a partially-sorted list. This process repeats a number of times (the number of passes). The difficulty of analyzing the complexity of the sorting process is that it depends on the number n of keys to be sorted, on the number p of passes and the increments governing the scattering in each pass; the sublist is the list of keys which are the increment parameter apart. Although this sorting method inspired a large number of papers, only the worst case was established. For the average running time, only the best case for a two-pass Shellsort and an upper bound on the best case for a three-pass Shellsort were established. A general lower bound on an average p -pass Shellsort was established, the first advance in this problem in four decades. In every pass, the comparison sort moves a key to another place a certain distance (a path length). All these path lengths are logarithmically coded for length in the correct order (of passes and keys). This allows the reconstruction of the unsorted list from the sorted list. If the unsorted list is incompressible (or nearly so), since the sorted list has near-zero Kolmogorov complexity (and the path lengths together give a certain code length) the sum must be at least as large as the Kolmogorov complexity of the original list. The sum of the path lengths corresponds to the running time, and the running time is lower-bounded in this argument by Ω ( p n 1 + 1 / p ) . If n , r , s are natural numbers and 2 log n r , s n / 4 , it was shown that for every n there is a Boolean n × n matrix; every s × ( n r ) submatrix has a rank at least n / 2 by the incompressibility method.

Logic

According to Gödel's first incompleteness theorem, in every formal system with computably enumerable theorems (or proofs) strong enough to contain Peano arithmetic, there are true (but unprovable) statements or theorems. This is proved by the incompressibility method; every formal system F can be described finitely (for example, in f bits). In such a formal system, we can express K ( x ) | x | since it contains arithmetic. Given F , we can search exhaustively for a proof that some string y of length n f satisfies K ( y ) n . In this way, we obtain the first such string; K ( y ) log n + f : contradiction.

Comparison with other methods

Although the probabilistic method generally shows the existence of an object with a certain property in a class, the incompressibility method tends to show that the overwhelming majority of objects in the class (the average, or the expectation) have that property. It is sometimes easy to turn a probabilistic proof into an incompressibility proof or vice versa. In some cases, it is difficult or impossible to turn a proof by incompressibility into a probabilistic (or counting proof). In virtually all the cases of Turing-machine time complexity cited above, the incompressibility method solved problems which had been open for decades; no other proofs are known. Sometimes a proof by incompressibility can be turned into a proof by counting, as happened in the case of the general lower bound on the running time of Shellsort.

References

Incompressibility method Wikipedia