Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Dyadic transformation
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Doubling map on the unit interval}} [[Image:Dyadic trans.gif|right|thumb|''xy'' plot where ''x'' = ''x''<sub>0</sub> ∈ [0, 1] is [[Rational number|rational]] and ''y'' = ''x''<sub>''n''</sub> for all ''n'']] The '''dyadic transformation''' (also known as the '''dyadic map''', '''bit shift map''', '''2''x'' mod 1 map''', '''Bernoulli map''', '''doubling map''' or '''sawtooth map'''<ref>[http://www.ibiblio.org/e-notes/Chaos/saw.htm Chaotic 1D maps], Evgeny Demidov</ref><ref>Wolf, A. "Quantifying Chaos with Lyapunov exponents," in ''Chaos'', edited by A. V. Holden, Princeton University Press, 1986.</ref>) is the [[map (mathematics)|mapping]] (i.e., [[recurrence relation]]) : <math>T: [0, 1) \to [0, 1)^\infty</math> : <math>x \mapsto (x_0, x_1, x_2, \ldots)</math> (where <math>[0, 1)^\infty</math> is the set of [[sequence]]s from <math>[0, 1)</math>) produced by the rule : <math>x_0 = x</math> : <math>\text{for all } n \ge 0,\ x_{n+1} = (2 x_n) \bmod 1</math>.<ref>[http://www.maths.bristol.ac.uk/~maxcu/Doubling.pdf Dynamical Systems and Ergodic Theory – The Doubling Map] {{webarchive|url=https://web.archive.org/web/20130212163126/http://www.maths.bristol.ac.uk/~maxcu/Doubling.pdf |date=2013-02-12 }}, Corinna Ulcigrai, University of Bristol</ref> Equivalently, the dyadic transformation can also be defined as the [[iterated function]] map of the [[piecewise linear function]] : <math>T(x)=\begin{cases}2x & 0 \le x < \frac{1}{2} \\2x-1 & \frac{1}{2} \le x < 1. \end{cases}</math> The name ''bit shift map'' arises because, if the value of an iterate is written in [[binary number|binary]] notation, the next iterate is obtained by shifting the binary point one bit to the right, and if the bit to the left of the new binary point is a "one", replacing it with a zero. The dyadic transformation provides an example of how a simple 1-dimensional map can give rise to [[chaos theory|chaos]]. This map readily generalizes to several others. An important one is the [[beta transformation]], defined as <math>T_\beta (x)=\beta x\bmod 1</math>. This map has been extensively studied by many authors. It was introduced by [[Alfréd Rényi]] in 1957, and an invariant measure for it was given by [[Alexander Gelfond]] in 1959 and again independently by [[Bill Parry (mathematician)|Bill Parry]] in 1960.<ref> A. Rényi, “Representations for real numbers and their ergodic properties”, Acta Math Acad Sci Hungary, 8, 1957, pp. 477–493. </ref><ref> A.O. Gel’fond, “A common property of number systems”, Izv Akad Nauk SSSR Ser Mat, 23, 1959, pp. 809–814. </ref><ref> W. Parry, “On the β -expansion of real numbers”, Acta Math Acad Sci Hungary, 11, 1960, pp. 401–416. </ref> ==Relation to the Bernoulli process== [[Image:Exampleergodicmap.svg|thumb|The map ''T'' : [0, 1) → [0, 1), <math>x \mapsto 2x \bmod 1</math> preserves the [[Lebesgue measure]].]] The map can be obtained as a [[homomorphism]] on the [[Bernoulli process]]. Let <math>\Omega = \{H,T\}^{\mathbb{N}}</math> be the set of all semi-infinite strings of the letters <math>H</math> and <math>T</math>. These can be understood to be the flips of a coin, coming up heads or tails. Equivalently, one can write <math>\Omega = \{0,1\}^{\mathbb{N}}</math> the space of all (semi-)infinite strings of binary bits. The word "infinite" is qualified with "semi-", as one can also define a different space <math>\{0,1\}^{\mathbb{Z}}</math> consisting of all doubly-infinite (double-ended) strings; this will lead to the [[Baker's map]]. The qualification "semi-" is dropped below. This space has a natural [[shift space|shift operation]], given by :<math>T(b_0, b_1, b_2, \dots) = (b_1, b_2, \dots)</math> where <math>(b_0, b_1, \dots)</math> is an infinite string of binary digits. Given such a string, write :<math>x = \sum_{n=0}^\infty \frac{b_n}{2^{n+1}}.</math> The resulting <math>x</math> is a [[real number]] in the [[unit interval]] <math>0 \le x \le 1.</math> The shift <math>T</math> induces a [[homomorphism]], also called <math>T</math>, on the unit interval. Since <math>T(b_0, b_1, b_2, \dots) = (b_1, b_2, \dots),</math> one can easily see that <math>T(x)=2x\bmod 1.</math> For the doubly-infinite sequence of bits <math>\Omega = 2^{\mathbb{Z}},</math> the induced homomorphism is the [[Baker's map]]. The dyadic sequence is then just the sequence :<math>(x, T(x), T^2(x), T^3(x), \dots)</math> That is, <math>x_n = T^n(x).</math> ===The Cantor set=== Note that the sum :<math>y=\sum_{n=0}^\infty \frac{b_n}{3^{n+1}}</math> gives the [[Cantor function]], as conventionally defined. This is one reason why the set <math>\{H,T\}^\mathbb{N}</math> is sometimes called the [[Cantor set]]. ==Rate of information loss and sensitive dependence on initial conditions== One hallmark of chaotic dynamics is the loss of information as simulation occurs. If we start with information on the first ''s'' bits of the initial iterate, then after ''m'' simulated iterations (''m'' < ''s'') we only have ''s'' − ''m'' bits of information remaining. Thus we lose information at the exponential rate of one bit per iteration. After ''s'' iterations, our simulation has reached the fixed point zero, regardless of the true iterate values; thus we have suffered a complete loss of information. This illustrates sensitive dependence on initial conditions—the mapping from the truncated initial condition has deviated exponentially from the mapping from the true initial condition. And since our simulation has reached a fixed point, for almost all initial conditions it will not describe the dynamics in the qualitatively correct way as chaotic. Equivalent to the concept of information loss is the concept of information gain. In practice some real-world process may generate a sequence of values (''x''<sub>''n''</sub>) over time, but we may only be able to observe these values in truncated form. Suppose for example that ''x''<sub>0</sub> = 0.1001101, but we only observe the truncated value 0.1001. Our prediction for ''x''<sub>1</sub> is 0.001. If we wait until the real-world process has generated the true ''x''<sub>1</sub> value 0.001101, we will be able to observe the truncated value 0.0011, which is more accurate than our predicted value 0.001. So we have received an information gain of one bit. ==Relation to tent map and logistic map== The dyadic transformation is [[topologically semi-conjugate]] to the unit-height [[tent map]]. Recall that the unit-height tent map is given by :<math>x_{n+1} = f_1(x_n) = \begin{cases} x_n & \mathrm{for}~~ x_n \le 1/2 \\ 1-x_n & \mathrm{for}~~ x_n \ge 1/2 \end{cases}</math> The conjugacy is explicitly given by :<math>S(x)=\sin \pi x</math> so that :<math>f_1 = S^{-1} \circ T \circ S</math> That is, <math>f_1(x) = S^{-1}(T(S(x))).</math> This is stable under iteration, as :<math>f_1^n = f_1\circ\cdots\circ f_1 = S^{-1} \circ T \circ S \circ S^{-1} \circ \cdots \circ T \circ S = S^{-1} \circ T^n \circ S</math> It is also conjugate to the chaotic ''r'' = 4 case of the [[logistic map]]. The ''r'' = 4 case of the logistic map is <math>z_{n+1}=4z_n(1-z_n)</math>; this is related to the [[bit shift]] map in variable ''x'' by :<math>z_n =\sin^2 (2 \pi x_n).</math> There is also a semi-conjugacy between the dyadic transformation (here named angle doubling map) and the [[Complex quadratic polynomial|quadratic polynomial]]. Here, the map doubles angles measured in [[turn (angle)|turns]]. That is, the map is given by :<math>\theta\mapsto 2\theta\bmod 2\pi.</math> ==Periodicity and non-periodicity== Because of the simple nature of the dynamics when the iterates are viewed in binary notation, it is easy to categorize the dynamics based on the initial condition: If the initial condition is [[irrational number|irrational]] (as [[almost all]] points in the unit interval are), then the dynamics are non-periodic—this follows directly from the definition of an irrational number as one with a non-repeating binary expansion. This is the chaotic case. If ''x''<sub>0</sub> is [[rational number|rational]] the image of ''x''<sub>0</sub> contains a finite number of distinct values within [0, 1) and the [[orbit (dynamics)|forward orbit]] of ''x''<sub>0</sub> is eventually periodic, with period equal to the period of the [[Binary numeral system|binary]] expansion of ''x''<sub>0</sub>. Specifically, if the initial condition is a rational number with a finite binary expansion of ''k'' bits, then after ''k'' iterations the iterates reach the fixed point 0; if the initial condition is a rational number with a ''k''-bit transient (''k'' ≥ 0) followed by a ''q''-bit sequence (''q'' > 1) that repeats itself infinitely, then after ''k'' iterations the iterates reach a cycle of length ''q''. Thus cycles of all lengths are possible. For example, the forward orbit of 11/24 is: : <math>\frac{11}{24} \mapsto \frac{11}{12} \mapsto \frac{5}{6} \mapsto \frac{2}{3} \mapsto \frac{1}{3} \mapsto \frac{2}{3} \mapsto \frac{1}{3} \mapsto \cdots, </math> which has reached a cycle of period 2. Within any subinterval of [0, 1), no matter how small, there are therefore an infinite number of points whose orbits are eventually periodic, and an infinite number of points whose orbits are never periodic. This sensitive dependence on initial conditions is a characteristic of [[list of chaotic maps|chaotic maps]]. ===Periodicity via bit shifts=== The periodic and non-periodic orbits can be more easily understood not by working with the map <math>T(x)=2x\bmod 1</math> directly, but rather with the [[bit shift]] map <math>T(b_0,b_1,b_2,\dots) = (b_1, b_2,\dots)</math> defined on the [[Cantor space]] <math>\Omega=\{0,1\}^\mathbb{N}</math>. That is, the [[homomorphism]] :<math>x=\sum_{n=0}^\infty \frac{b_n}{2^{n+1}}</math> is basically a statement that the Cantor set can be mapped into the reals. It is a [[surjection]]: every [[dyadic rational]] has not one, but two distinct representations in the Cantor set. For example, :<math>0.1000000\dots = 0.011111\dots</math> This is just the binary-string version of the famous [[0.999...|0.999... = 1]] problem. The doubled representations hold in general: for any given finite-length initial sequence <math>b_0,b_1,b_2,\dots,b_{k-1}</math> of length <math>k</math>, one has :<math>b_0,b_1,b_2,\dots,b_{k-1},1,0,0,0,\dots = b_0,b_1,b_2,\dots,b_{k-1},0,1,1,1,\dots</math> The initial sequence <math>b_0,b_1,b_2,\dots,b_{k-1}</math> corresponds to the non-periodic part of the orbit, after which iteration settles down to all zeros (equivalently, all-ones). Expressed as bit strings, the periodic orbits of the map can be seen to the rationals. That is, after an initial "chaotic" sequence of <math>b_0,b_1,b_2,\dots,b_{k-1}</math>, a periodic orbit settles down into a repeating string <math>b_k,b_{k+1},b_{k+2},\dots,b_{k+m-1}</math> of length <math>m</math>. It is not hard to see that such repeating sequences correspond to rational numbers. Writing :<math>y = \sum_{j=0}^{m-1} b_{k+j}2^{-j-1}</math> one then clearly has :<math>\sum_{j=0}^\infty b_{k+j}2^{-j-1} = y\sum_{j=0}^\infty 2^{-jm} = \frac{y}{1-2^{-m}}</math> Tacking on the initial non-repeating sequence, one clearly has a rational number. In fact, ''every'' rational number can be expressed in this way: an initial "random" sequence, followed by a cycling repeat. That is, the periodic orbits of the map are in one-to-one correspondence with the rationals. This phenomenon is note-worthy, because something similar happens in many chaotic systems. For example, [[geodesic]]s on [[compact space|compact]] [[manifold]]s can have periodic orbits that behave in this way. Keep in mind, however, that the rationals are a set of [[measure zero]] in the reals. [[Almost all]] orbits are ''not'' periodic! The aperiodic orbits correspond to the irrational numbers. This property also holds true in a more general setting. An open question is to what degree the behavior of the periodic orbits constrain the behavior of the system as a whole. Phenomena such as [[Arnold diffusion]] suggest that the general answer is "not very much". ==Density formulation== Instead of looking at the orbits of individual points under the action of the map, it is equally worthwhile to explore how the map affects densities on the unit interval. That is, imagine sprinkling some dust on the unit interval; it is denser in some places than in others. What happens to this density as one iterates? Write <math>\rho:[0,1]\to\mathbb{R}</math> as this density, so that <math>x\mapsto\rho(x)</math>. To obtain the action of <math>T</math> on this density, one needs to find all points <math>y=T^{-1}(x)</math> and write<ref name="driebe"> Dean J. Driebe, Fully Chaotic Maps and Broken Time Symmetry, (1999) Kluwer Academic Publishers, Dordrecht Netherlands {{ISBN|0-7923-5564-4}} </ref> :<math>\rho(x) \mapsto \sum_{y=T^{-1}(x)} \frac{\rho(y)}{|T^\prime(y)|}</math> The denominator in the above is the [[Jacobian matrix and determinant|Jacobian determinant]] of the transformation, here it is just the [[derivative]] of <math>T</math> and so <math>T^\prime(y)=2</math>. Also, there are obviously only two points in the preimage of <math>T^{-1}(x)</math>, these are <math>y=x/2</math> and <math>y=(x+1)/2.</math> Putting it all together, one gets :<math>\rho(x) \mapsto \frac{1}{2}\rho\!\left(\frac{x}{2}\right) + \frac{1}{2}\rho\!\left(\frac{x+1}{2}\right)</math> By convention, such maps are denoted by <math>\mathcal{L}</math> so that in this case, write :<math>\left[\mathcal {L}_T\rho\right](x) = \frac{1}{2}\rho\!\left(\frac{x}{2}\right) + \frac{1}{2}\rho\!\left(\frac{x+1}{2}\right)</math> The map <math>\mathcal{L}_T</math> is a [[linear operator]], as one easily sees that <math>\mathcal{L}_T(f+g)= \mathcal{L}_T(f) + \mathcal{L}_T(g)</math> and <math>\mathcal{L}_T(af)= a\mathcal{L}_T(f)</math> for all functions <math>f,g</math> on the unit interval, and all constants <math>a</math>. Viewed as a linear operator, the most obvious and pressing question is: what is its [[spectrum of a matrix|spectrum]]? One [[eigenvalue]] is obvious: if <math>\rho(x)=1</math> for all <math>x</math> then one obviously has <math>\mathcal{L}_T\rho=\rho</math> so the uniform density is invariant under the transformation. This is in fact the largest eigenvalue of the operator <math>\mathcal{L}_T</math>, it is the [[Frobenius–Perron theorem|Frobenius–Perron eigenvalue]]. The uniform density is, in fact, nothing other than the [[invariant measure]] of the dyadic transformation. To explore the spectrum of <math>\mathcal{L}_T</math> in greater detail, one must first limit oneself to a suitable [[function space|space of functions]] (on the unit interval) to work with. This might be the space of [[Lebesgue measure|Lebesgue measurable functions]], or perhaps the space of [[square integrable]] functions, or perhaps even just [[polynomial]]s. Working with any of these spaces is surprisingly difficult, although a spectrum can be obtained.<ref name="driebe"/> ===Borel space=== A vast amount of simplification results if one instead works with the [[Cantor space]] <math>\Omega=\{0,1\}^\mathbb{N}</math>, and functions <math>\rho:\Omega\to\mathbb{R}.</math> Some caution is advised, as the map <math>T(x)=2x\bmod 1</math> is defined on the [[unit interval]] of the [[real number line]], assuming the [[natural topology]] on the reals. By contrast, the map <math>T(b_0, b_1, b_2, \dots)=(b_1, b_2, \dots)</math> is defined on the [[Cantor space]] <math>\Omega = \{0,1\}^{\mathbb{N}}</math>, which by convention is given a very different [[topological space|topology]], the [[product topology]]. There is a potential clash of topologies; some care must be taken. However, as presented above, there is a homomorphism from the Cantor set into the reals; fortunately, it maps [[open set]]s into open sets, and thus preserves notions of [[continuous function (topology)|continuity]]. To work with the Cantor set <math>\Omega=\{0,1\}^{\mathbb{N}}</math>, one must provide a topology for it; by convention, this is the [[product topology]]. By adjoining set-complements, it can be extended to a [[Measurable space|Borel space]], that is, a [[sigma algebra]]. The topology is that of [[cylinder set]]s. A cylinder set has the generic form :<math>(*,*,*,\dots,*,b_k,b_{k+1},*,\dots, *,b_m,*,\dots)</math> where the <math>*</math> are arbitrary bit values (not necessarily all the same), and the <math>b_k, b_m, \dots</math> are a finite number of specific bit-values scattered in the infinite bit-string. These are the open sets of the topology. The canonical measure on this space is the [[Bernoulli measure]] for the fair coin-toss. If there is just one bit specified in the string of arbitrary positions, the measure is 1/2. If there are two bits specified, the measure is 1/4, and so on. One can get fancier: given a real number <math>0 < p < 1</math> one can define a measure :<math>\mu_p( *,\dots,*,b_k,*,\dots) = p^n(1-p)^m</math> if there are <math>n</math> heads and <math>m</math> tails in the sequence. The measure with <math>p=1/2</math> is preferred, since it is preserved by the map :<math>(b_0, b_1, b_2, \dots) \mapsto x = \sum_{n=0}^\infty \frac{b_n}{2^{n+1}}.</math> So, for example, <math>(0,*,\cdots)</math> maps to the [[interval (mathematics)|interval]] <math>[0,1/2]</math> and <math>(1,*,\dots)</math> maps to the interval <math>[1/2,1]</math> and both of these intervals have a measure of 1/2. Similarly, <math>(*,0,*,\dots)</math> maps to the interval <math>[0,1/4]\cup[1/2,3/4]</math> which still has the measure 1/2. That is, the embedding above preserves the measure. An alternative is to write :<math>(b_0, b_1, b_2, \dots) \mapsto x = \sum_{n=0}^\infty \left[b_n p^{n+1} + (1-b_n)(1-p)^{n+1}\right]</math> which preserves the measure <math>\mu_p.</math> That is, it maps such that the measure on the unit interval is again the Lebesgue measure. ===Frobenius–Perron operator=== Denote the collection of all open sets on the Cantor set by <math>\mathcal{B}</math> and consider the set <math>\mathcal{F}</math> of all arbitrary functions <math>f:\mathcal{B}\to\mathbb{R}.</math> The shift <math>T</math> induces a [[pushforward measure|pushforward]] :<math>f\circ T^{-1}</math> defined by <math>\left(f \circ T^{-1}\right)\!(x) = f(T^{-1}(x)).</math> This is again some function <math>\mathcal{B}\to\mathbb{R}.</math> In this way, the map <math>T</math> induces another map <math>\mathcal{L}_T</math> on the space of all functions <math>\mathcal{B}\to\mathbb{R}.</math> That is, given some <math>f:\mathcal{B}\to\mathbb{R}</math>, one defines :<math>\mathcal{L}_T f = f \circ T^{-1}</math> This linear operator is called the [[transfer operator]] or the ''Ruelle–Frobenius–Perron operator''. The largest eigenvalue is the [[Frobenius–Perron theorem|Frobenius–Perron eigenvalue]], and in this case, it is 1. The associated [[eigenvector]] is the invariant measure: in this case, it is the [[Bernoulli measure]]. Again, <math>\mathcal{L}_T(\rho)= \rho</math> when <math>\rho(x)=1.</math> ===Spectrum=== To obtain the spectrum of <math>\mathcal{L}_T</math>, one must provide a suitable set of [[basis function]]s for the space <math>\mathcal{F}.</math> One such choice is to restrict <math>\mathcal{F}</math> to the set of all polynomials. In this case, the operator has a [[discrete spectrum]], and the [[eigenfunction]]s are (curiously) the [[Bernoulli polynomial]]s!<ref>Pierre Gaspard, "''r''-adic one-dimensional maps and the Euler summation formula", ''Journal of Physics A'', '''25''' (letter) L483-L485 (1992).</ref> (This coincidence of naming was presumably not known to Bernoulli.) Indeed, one can easily verify that :<math>\mathcal{L}_T B_n= 2^{-n}B_n</math> where the <math>B_n</math> are the [[Bernoulli polynomials]]. This follows because the Bernoulli polynomials obey the identity :<math>\frac{1}{2}B_n\!\left(\frac{y}{2}\right) + \frac{1}{2}B_n\!\left(\frac{y+1}{2}\right) = 2^{-n}B_n(y)</math> Note that <math>B_0(x)=1.</math> Another basis is provided by the [[Haar basis]], and the functions spanning the space are the [[Haar wavelet]]s. In this case, one finds a [[continuous spectrum]], consisting of the unit disk on the [[complex plane]]. Given <math>z\in\mathbb{C}</math> in the unit disk, so that <math>|z|<1</math>, the functions :<math>\psi_{z,k}(x)=\sum_{n=1}^\infty z^n \exp i\pi(2k+1)2^nx</math> obey :<math>\mathcal{L}_T \psi_{z,k}= z\psi_{z,k}</math> for <math>k\in\mathbb{Z}.</math> This is a complete basis, in that every [[integer]] can be written in the form <math>(2k+1)2^n.</math> The Bernoulli polynomials are recovered by setting <math>k=0</math> and <math>z=\frac{1}{2}, \frac{1}{4}, \dots</math> A complete basis can be given in other ways, as well; they may be written in terms of the [[Hurwitz zeta function]]. Another complete basis is provided by the [[Takagi function]]. This is a fractal, [[nowhere differentiable|differentiable-nowhere]] function. The eigenfunctions are explicitly of the form :<math>\mbox{blanc}_{w,k}(x) = \sum_{n=0}^\infty w^n s((2k+1)2^{n}x)</math> where <math>s(x)</math> is the [[triangle wave]]. One has, again, :<math>\mathcal{L}_T \mbox{blanc}_{w,k} = w\;\mbox{blanc}_{w,k}.</math> All of these different bases can be expressed as linear combinations of one-another. In this sense, they are equivalent. The fractal eigenfunctions show an explicit symmetry under the fractal [[groupoid]] of the [[modular group]]; this is developed in greater detail in the article on the [[Takagi function]] (the blancmange curve). Perhaps not a surprise; the Cantor set has exactly the same set of symmetries (as do the [[continued fraction]]s.) This then leads elegantly into the theory of [[Elliptic partial differential equation|elliptic equation]]s and [[modular form]]s. ==Relation to the Ising model== The Hamiltonian of the zero-field one-dimensional [[Ising model]] of <math>2N</math> spins with periodic boundary conditions can be written as :<math>H(\sigma) = g \sum_{i\in \mathbb{Z}_{2N}}\sigma_i\sigma_{i+1}. </math> Letting <math>C</math> be a suitably chosen normalization constant and <math>\beta</math> be the inverse temperature for the system, the partition function for this model is given by :<math>Z = \sum_{\{\sigma_i=\pm 1,\, i\in \mathbb{Z}_{2N}\}}\prod_{i\in \mathbb{Z}_{2N}}Ce^{-\beta g \sigma_i\sigma_{i+1}}. </math> We can implement the [[renormalization group]] by integrating out every other spin. In so doing, one finds that <math>Z</math> can also be equated with the partition function for a smaller system with but <math>N</math> spins, :<math>Z = \sum_{\{\sigma_i=\pm 1,\, i\in \mathbb{Z}_{N}\}}\prod_{i\in \mathbb{Z}_{N}}\mathcal{R}[C]e^{-\mathcal{R}[\beta g] \sigma_i\sigma_{i+1}}, </math> provided we replace <math>C</math> and <math>\beta g</math> with renormalized values <math>\mathcal{R}[C]</math> and <math>\mathcal{R}[\beta g]</math> satisfying the equations :<math>\mathcal{R}[C]^2= 4\cosh(2\beta g)C^4,</math> :<math>e^{-2\mathcal{R}[\beta g]}= \cosh(2\beta g).</math> Suppose now that we allow <math>\beta g</math> to be complex and that <math>\operatorname{Im}[2\beta g]=\frac{\pi}{2}+\pi n</math> for some <math>n\in \mathbb{Z}</math>. In that case we can introduce a parameter <math>t\in[0, 1)</math> related to <math>\beta g</math> via the equation :<math>e^{-2\beta g}= i\tan\big(\pi(t-\frac{1}{2})\big),</math> and the resulting renormalization group transformation for <math>t</math> will be precisely the dyadic map:<ref> M. Bosschaert; C. Jepsen; F. Popov, “Chaotic RG flow in tensor models”, Physical Review D, 105, 2022, p. 065021. </ref> :<math>\mathcal{R}[t]=2t \bmod 1 .</math> ==See also== * [[Bernoulli process]] * [[Bernoulli scheme]] * [[Gilbert–Shannon–Reeds model]], a random distribution on permutations given by applying the doubling map to a set of ''n'' uniformly random points on the unit interval ==Notes== {{reflist}} ==References== {{refbegin}} * Dean J. Driebe, ''Fully Chaotic Maps and Broken Time Symmetry'', (1999) Kluwer Academic Publishers, Dordrecht Netherlands {{ISBN|0-7923-5564-4}} * Linas Vepstas, ''[http://www.linas.org/math/gkw.pdf The Bernoulli Map, the Gauss-Kuzmin-Wirsing Operator and the Riemann Zeta]'', (2004) {{refend}} {{Chaos theory}} [[Category:Chaotic maps]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Chaos theory
(
edit
)
Template:ISBN
(
edit
)
Template:Refbegin
(
edit
)
Template:Refend
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Webarchive
(
edit
)