Cobham's theorem

From testwiki
Jump to navigation Jump to search

Template:Distinguish Cobham's theorem is a theorem in combinatorics on words that has important connections with number theory, notably transcendental numbers, and automata theory. Informally, the theorem gives the condition for the members of a set S of natural numbers written in bases b1 and base b2 to be recognised by finite automata. Specifically, consider bases b1 and b2 such that they are not powers of the same integer. Cobham's theorem states that S written in bases b1 and b2 is recognised by finite automata if and only if S differs by a finite set from a finite union of arithmetic progressions. The theorem was proved by Alan Cobham in 1969[1] and has since given rise to many extensions and generalisations.[2][3]

Definitions

Let n>0 be an integer. The representation of a natural number n in base b is the sequence of digits n0n1nh such that

n=n0+n1b++nhbh

where 0n0,n1,,nh<b and nh>0. The word n0n1nh is often denoted nb, or more simply, nb.

A set of natural numbers S is recognisable in base b or more simply b-recognisable or b-automatic if the set {nbnS} of the representations of its elements in base b is a language recognisable by a finite automaton on the alphabet {0,1,,b1}.

Two positive integers k and are multiplicatively independent if there are no non-negative integers p and q such that kp=q. For example, 2 and 3 are multiplicatively independent, but 8 and 16 are not since 84=163. Two integers are multiplicatively dependent if and only if they are powers of a same third integer.

Problem statements

Original problem statement

More equivalent statements of the theorem have been given. The original version by Cobham is the following:[1] Template:Math theoremAnother way to state the theorem is by using automatic sequences. Cobham himself calls them "uniform tag sequences.".[4] The following form is found in Allouche and Shallit's book:[5]Template:Math theoremWe can show that the characteristic sequence of a set of natural numbers S recognisable by finite automata in base k is a k-automatic sequence and that conversely, for all k-automatic sequences u and all integers 0i<k, the set Si of natural numbers s such that us=i is recognisable in base k.

Formulation in logic

Cobham's theorem can be formulated in first-order logic using a theorem proven by Büchi in 1960.[6] This formulation in logic allows for extensions and generalisations. The logical expression uses the theory[7]

N,+,Vr

of natural integers equipped with addition and the function Vr defined by Vr(0)=1 and for any positive integer n, Vr(n)=rm if rm is the largest power of r that divides n. For example, V2(20)=4, and V3(20)=1.

A set of integers S is definable in first-order logic in N,+,Vr if it can be described by a first-order formula with equality, addition, and Vr.

Examples:

  • The set of odd numbers is definable (without Vr) by the formula (y)(x=y+y+1)
  • The set {2nn0} of the powers of 2 is definable by the simple formula V2(x)=x.

Template:Math theoremWe can push the analogy with logic further by noting that S is first-order definable in Presburger arithmetic if and only if it is ultimately periodic. So, a set S is definable in the logics N,+,Vk and N,+,V if and only if it is definable in Presburger arithmetic.

Generalisations

Approach by morphisms

An automatic sequence is a particular morphic word, whose morphism is uniform, meaning that the length of the images generated by the morphism for each letter of its input alphabet is the same. A set of integers is hence k-recognisable if and only if its characteristic sequence is generated by a uniform morphism followed by a coding, where a coding is a morphism that maps each letter of the input alphabet to a letter of the output alphabet. For example, the characteristic sequence of the powers of 2 is produced by the 2-uniform morphism (meaning each letter is mapped to a word of length 2) over the alphabet B={a,0,1} defined by

aa1 ,110 ,000

which generates the infinite word

a11010001,

followed by the coding (that is, letter to letter) that maps a to 0 and leaves 0 and 1 unchanged, giving

011010001.

The notion has been extended as follows:[8] a morphic word s is α-substitutive for a certain number α if when written in the form

s=π(fω(b))

where the morphism f:B*B*, prolongable in b, has the following properties:

  • all letters of B occur in fω(b), and
  • α>1 is the dominant eigenvalue of the matrix of morphism f, namely, the matrix M(f)=(mx,y)xB,yA, where mx,y is the number of occurrences of the letter x in the word f(y).

A set S of natural numbers is α-recognisable if its characteristic sequence s is α-substitutive.

A last definition: a Perron number is an algebraic number z>1 such that all its conjugates belong to the disc {z,|z|<z}. These are exactly the dominant eigenvalues of the primitive matrices of positive integers.

We then have the following statement:[8]Template:Math theorem

Logic approach

The logic equivalent permits to consider more general situations: the automatic sequences over the natural numbers or recognisable sets have been extended to the integers , to the Cartesian products m, to the real numbers and to the Cartesian products m.[7]

Extension to

We code the base k integers by prepending to the representation of a positive integer the digit 0, and by representing negative integers by k1 followed by the number's k-complement. For example, in base 2, the integer 6=8+2 is represented as 1010. The powers of 2 are written as 010*, and their negatives 110* (since 11000 is the representation of 16+8=8).

Extension to m

A subset X of Nm is recognisable in base k if the elements of X, written as vectors with m components, are recognisable over the resulting alphabet.

For example, in base 2, we have 3=112 and 9=10012; the vector (39) is written as (00111001)=(01)(00)(10)(11).Template:Math theoremAn elegant proof of this theorem is given by Muchnik in 1991 by induction on m.[9]

Other extensions have been given to the real numbers and vectors of real numbers.[7]

Proofs

Samuel Eilenberg announced the theorem without proof in his book;[10] he says "The proof is correct, long, and hard. It is a challenge to find a more reasonable proof of this fine theorem." Georges Hansel proposed a more simple proof, published in the not-easily accessible proceedings of a conference.[11] The proof of Dominique Perrin[12] and that of Allouche and Shallit's book[13] contains the same error in one of the lemmas, mentioned in the list of errata of the book.[14] This error was uncovered in a note by Tomi Kärki,[15] and corrected by Michel Rigo and Laurent Waxweiler.[16] This part of the proof has been recently written.[17]

In January 2018, Thijmen J. P. Krebs announced, on Arxiv, a simplified proof of the original theorem, based on Dirichlet's approximation criterion instead of that of Kronecker; the article appeared in 2021.[18] The employed method has been refined and used by Mol, Rampersad, Shallit and Stipulanti.[19]

Notes and references

Template:Reflist

Bibliography