HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
the Baum–Sweet sequence is an infinite
automatic sequence In mathematics and theoretical computer science, an automatic sequence (also called a ''k''-automatic sequence or a ''k''-recognizable sequence when one wants to indicate that the base of the numerals used is ''k'') is an infinite sequence of terms ...
of 0s and 1s defined by the rule: :''b''''n'' = 1 if the binary representation of ''n'' contains no block of consecutive 0s of odd length; :''b''''n'' = 0 otherwise; for ''n'' ≥ 0. For example, ''b''4 = 1 because the binary representation of 4 is 100, which only contains one block of consecutive 0s of length 2; whereas ''b''5 = 0 because the binary representation of 5 is 101, which contains a block of consecutive 0s of length 1. Starting at ''n'' = 0, the first few terms of the Baum–Sweet sequence are: :1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1 ...


Historical motivation

The properties of the sequence were first studied by
Leonard E. Baum Leonard Esau Baum (August 23, 1931 – August 14, 2017) was an American mathematician, known for the Baum–Welch algorithm and Baum–Sweet sequence. He graduated Phi Beta Kappa from Harvard University in 1953, and earned a Ph.D. in mathematics fr ...
and Melvin M. Sweet in 1976. In 1949, Khinchin conjectured that there does not exist a non-quadratic algebraic real number having bounded partial quotients in its continued fraction expansion. A counterexample to this conjecture is still not known. Baum and Sweet's paper showed that the same expectation is not met for algebraic power series. They gave an example of cubic power series in \mathbb_2((X^)) whose partial quotients are bounded. (The degree of the power series in Baum and Sweet's result is analogous to the degree of the field extension associated with the algebraic real in Khinchin's conjecture.) One of the series considered in Baum and Sweet's paper is a root of :f^3 + x^f + 1 = 0. The authors show that by
Hensel's lemma In mathematics, Hensel's lemma, also known as Hensel's lifting lemma, named after Kurt Hensel, is a result in modular arithmetic, stating that if a univariate polynomial has a simple root modulo a prime number , then this root can be ''lifted'' to ...
, there is a unique such root in \mathbb_2((X^)) because reducing the defining equation of f modulo X^ gives f^3+1, which factors as :f^3+1 = (f+1)(f^2+f+1). They go on to prove that this unique root has partial quotients of degree \le 2. Before doing so, they state (in the remark following Theorem 2, p 598) that the root can be written in the form :f = \sum_ f_i X^ where f_0 = 1 and f_k = 1 for k \ge 1 if and only if the binary expansion of n contains only even length blocks of 0's. This is the origin of the Baum–Sweet sequence. Mkaouar and Yao proved that the partial quotients of the continued fraction for f above do not form an automatic sequence. However, the sequence of partial quotients can be generated by a non-uniform morphism.


Properties

The Baum–Sweet sequence can be generated by a 3-state
automaton An automaton (; plural: automata or automatons) is a relatively self-operating machine, or control mechanism designed to automatically follow a sequence of operations, or respond to predetermined instructions.Automaton – Definition and More ...
. The value of term ''b''''n'' in the Baum–Sweet sequence can be found recursively as follows. If ''n'' = ''m''·4''k'', where ''m'' is not divisible by 4 (or is 0), then :b_n = \begin 1 & \text n = 0 \\ 0 & \text m \text \\ b_ & \text m \text. \end Thus b76 = ''b''9 = ''b''4 = ''b''0 = 1, which can be verified by observing that the binary representation of 76, which is 1001100, contains no consecutive blocks of 0s with odd length. The Baum–Sweet word 1101100101001001..., which is created by concatenating the terms of the Baum–Sweet sequence, is a fixed point of the morphism or
string substitution In computer science, in the area of formal language theory, frequent use is made of a variety of string functions; however, the notation used is different from that used for computer programming, and some commonly used functions in the theoretical ...
rules :00 → 0000 :01 → 1001 :10 → 0100 :11 → 1101 as follows: :11 → 1101 → 11011001 → 1101100101001001 → 11011001010010011001000001001001 ... From the morphism rules it can be seen that the Baum–Sweet word contains blocks of consecutive 0s of any length (''b''''n'' = 0 for all 2''k'' integers in the range 5.2''k'' ≤ ''n'' < 6.2''k''), but it contains no block of three consecutive 1s. More succinctly, by Cobham's little theorem the Baum–Sweet word can be expressed as a coding \tau applied to the fixed point of a uniform morphism \varphi. Indeed, the morphism :\varphi(A) = AB, \varphi(B) = CB, \varphi(C) = BD, \varphi(D) = DD and coding :\tau(A) = 1, \tau(B) = 1, \tau(C) = 0, \tau(D) = 0 generate the word in that way.Allouche and Shallit (2003) p 176.


Notes


References

* {{DEFAULTSORT:Baum-Sweet sequence Binary sequences