词条 | Minkowski's question-mark function |
释义 |
In mathematics, the Minkowski question-mark function (or the slippery devil's staircase), denoted by {{math|size=120%|?(x)}}, is a function possessing various unusual fractal properties, defined by {{harvs|txt|authorlink=Hermann Minkowski|first=Hermann |last=Minkowski|year= 1904|loc=pages 171–172}}. It maps quadratic irrationals to rational numbers on the unit interval, via an expression relating the continued fraction expansions of the quadratics to the binary expansions of the rationals, given by Arnaud Denjoy in 1938. In addition, it maps rational numbers to dyadic rationals, as can be seen by a recursive definition closely related to the Stern–Brocot tree. DefinitionIf is the continued-fraction representation of an irrational number {{mvar|x}}, then whereas if is a continued-fraction representation of a rational number {{mvar|x}}, then Intuitive explanationTo get some intuition for the definition above, consider the different ways of interpreting an infinite string of bits beginning with 0 as a real number in {{closed-closed|0, 1}}. One obvious way to interpret such a string is to place a binary point after the first 0 and read the string as a binary expansion: thus, for instance, the string 001001001001001001001001... represents the binary number 0.010010010010..., or {{math|2/7}}. Another interpretation views a string as the continued fraction {{math|[0; a1, a2, …]}}, where the integers {{mvar|ai}} are the run lengths in a run-length encoding of the string. The same example string 001001001001001001001001... then corresponds to {{math|1=[0; 2, 1, 2, 1, 2, 1, …] = ({{sqrt|3}} − 1)/2}}. If the string ends in an infinitely long run of the same bit, we ignore it and terminate the representation; this is suggested by the formal "identity": {{math|1=[0; a1, … ,an, ∞] = [0; a1, … ,an + 1/∞] = [0; a1, … ,an + 0] = [0; a1, … ,an]}}. The effect of the question-mark function on {{closed-closed|0, 1}} can then be understood as mapping the second interpretation of a string to the first interpretation of the same string,[1][2] just as the Cantor function can be understood as mapping a triadic base-3 representation to a base-2 representation. Our example string gives the equality Recursive definition for rational argumentsFor rational numbers in the unit interval, the function may also be defined recursively; if {{math|p/q}} and {{math|r/s}} are reduced fractions such that {{math|1={{!}}ps − rq{{!}} = 1}} (so that they are adjacent elements of a row of the Farey sequence) then[2] Using the base cases it is then possible to compute {{math|?(x)}} for any rational {{mvar|x}}, starting with the Farey sequence of order 2, then 3, etc. If and are two successive convergents of a continued fraction, then the matrix has determinant ±1. Such a matrix is an element of SL(2, Z), the group of 2 × 2 matrices with determinant ±1. This group is related to the modular group. AlgorithmThis recursive definition naturally lends itself to an algorithm for computing the function to any desired degree of accuracy for any real number, as the following C function demonstrates. The algorithm descends the Stern–Brocot tree in search of the input {{mvar|x}}, and sums the terms of the binary expansion of y = ?(x) on the way. As long as the loop invariant remains satisfied there is no need to reduce the fraction since it is already in lowest terms. Another invariant is The To prove termination, it is sufficient to note that the sum increases by at least 1 with every iteration of the loop, and that the loop will terminate when this sum is too large to be represented in the primitive C data type long. However, in practice, the conditional break when "y + d == y" is what ensures the termination of the loop in a reasonable amount of time. Self-symmetryThe question mark is clearly visually self-similar. A monoid of self-similarities may be generated by two operators {{mvar|S}} and {{mvar|R}} acting on the unit square and defined as follows: Visually, {{mvar|S}} shrinks the unit square to its bottom-left quarter, while {{mvar|R}} performs a point reflection through its center. A point on the graph of ? has coordinates {{math|(x, ?(x))}} for some {{mvar|x}} in the unit interval. Such a point is transformed by {{mvar|S}} and {{mvar|R}} into another point of the graph, because ? satisfies the following identities for all : These two operators may be repeatedly combined, forming a monoid. A general element of the monoid is then for positive integers . Each such element describes a self-similarity of the question-mark function. This monoid is sometimes called the period-doubling monoid, and all period-doubling fractal curves have a self-symmetry described by it (the de Rham curve, of which the question mark is a special case, is a category of such curves). Note also that the elements of the monoid are in correspondence with the rationals, by means of the identification of with the continued fraction . Since both and are linear fractional transformations with integer coefficients, the monoid may be regarded as a subset of the modular group PSL(2, Z). Properties of ?(x){{wide image|Minkowski'sQuestionMarkLessTheIdentity.png|1024px|align-cap=center|alt=?(x) − x}}The question-mark function is a strictly increasing and continuous,[3] but not absolutely continuous function. The derivative vanishes on the rational numbers. There are several constructions for a measure that, when integrated, yields the question-mark function. One such construction is obtained by measuring the density of the Farey numbers on the real number line. The question-mark measure is the prototypical example of what are sometimes referred to as multi-fractal measures. The question-mark function maps rational numbers to dyadic rational numbers, meaning those whose base two representation terminates, as may be proven by induction from the recursive construction outlined above. It maps quadratic irrationals to non-dyadic rational numbers. It is an odd function, and satisfies the functional equation {{math|1=?(x + 1) = ?(x) + 1}}; consequently {{math|x → ?(x) − x}} is an odd periodic function with period one. If {{math|?(x)}} is irrational, then {{mvar|x}} is either algebraic of degree greater than two, or transcendental. The question-mark function has fixed points at 0, 1/2 and 1, and at least two more, symmetric about the midpoint. One is approximately 0.42037.[3] In 1943, Raphaël Salem raised the question of whether the Fourier–Stieltjes coefficients of the question-mark function vanish at infinity.[4] In other words, he wanted to know whether or not This was answered affirmatively by Jordan and Sahlsten,[5] as a special case of a result on Gibbs measures. The graph of Minkowski question mark function is a special case of fractal curves known as de Rham curves. Conway box function{{See also|Sawtooth wave}}The ? is invertible, and the inverse function has also attracted the attention of various mathematicians, in particular John Conway, who discovered it independently, and whose notation for {{math|?−1(x)}} is {{mvar|x}} with a box drawn around it: {{mvar|x}} The box function can be computed as an encoding of the base-2 expansion of , where denotes the floor function. To the right of the point, this will have {{math|size=120%|n1}} 0s, followed by {{math|size=120%|n2}} 1s, then {{math|size=120%|n3}} 0s and so on. For , {{math|1=x = [n0; n1, n2, n3, … ],}} where the term on the right is a continued fraction. See also
Notes1. ^Finch (2003) pp. 441–442. 2. ^1 Pytheas Fogg (2002) p. 95. 3. ^1 Finch (2003) p. 442 4. ^Salem (1943) 5. ^Jordan and Sahlsten (2013) Historical references
References
| last = Alkauskas | first = Giedrius | publisher = University of Nottingham | series = PhD thesis | title = Integral transforms of the Minkowski question mark function | url = http://eprints.nottingham.ac.uk/10641/ | year = 2008}}.
|last1 = Bibiloni |first1 = L. |last2 = Paradis |first2 = J. |last3 = Viader |first3 = P. |doi = 10.1006/jnth.1998.2294 |journal = Journal of Number Theory |pages = 212–227 |title = A new light on Minkowski's ?(x) function |issue = 2 |url = http://www.econ.upf.es/en/research/onepaper.php?id=226 |volume = 73 |year = 1998 |zbl = 0928.11006 |deadurl = yes |archiveurl = https://web.archive.org/web/20150622194657/http://www.econ.upf.es/en/research/onepaper.php?id=226 |archivedate = 22 June 2015 |df = dmy-all }}.
|last1 = Bibiloni |first1 = L. |last2 = Paradis |first2 = J. |last3 = Viader |first3 = P. |journal = Journal of Mathematical Analysis and Applications |pages = 107–125 |title = The derivative of Minkowski's singular function |issue = 1 |url = http://www.econ.upf.es/en/research/onepaper.php?id=378 |volume = 253 |year = 2001 |doi = 10.1006/jmaa.2000.7064 |zbl = 0995.26005 |deadurl = yes |archiveurl = https://web.archive.org/web/20150622192620/http://www.econ.upf.es/en/research/onepaper.php?id=378 |archivedate = 22 June 2015 |df = dmy-all }}.
| last = Conley | first = R. M. | publisher = West Virginia University | series = Masters thesis | title = A Survey of the Minkowski ?(x) Function | year = 2003}}.
| last = Conway | first = J. H. | author-link = John Horton Conway | contribution = Contorted fractions | edition = 2nd | location = Wellesley, MA | pages = 82–86 | publisher = A K Peters | title = On Numbers and Games | year = 2000}}.
| last = Vepstas | first = L. | title = The Minkowski Question Mark and the Modular Group SL(2,Z) | url = http://www.linas.org/math/chap-minkowski.pdf | year = 2004}}
| last = Vepstas | first = L. | title = On the Minkowski Measure | arxiv = 0810.1265 | series= arXiv:0810.1265 | year = 2008| bibcode = 2008arXiv0810.1265V}} External links
6 : De Rham curves|Continued fractions|Special functions|Continuous mappings|Articles with example C code|Hermann Minkowski |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。