![]() |
Consider continuous tent map
fc(x)
f(x) = 2 - 2x = 1.111... - 1.b2 b3 b4 ... = 0.u2 u3 u4 ... . where uk = 1 - bk is inversion of the bit bk. Thus after the left shift the upper bit is truncated again but if it is 1 then all the rest bits are inverted. |
0 | . | p1 p2 p3 p4 ... |
s1= p1 | . | (p1 p2 ) (p1 p3 ) (p1 p4 ) ... |
s2= p1 p2 | . | (p1 p2 p1 p3 ) (p1 p2 p1 p4 ) ... or taking into account that pk2 = 1 |
. | (p2 p3 ) (p2 p4 ) ... | |
s3= p2 p3 | . | (p3 p4 ) (p3 p5 ) ... |
... | ||
sn= pn-1 pn | . | (pn pn+1 ) (pn pn+2 ) ... |
bn = | { |
bn-1
1 - bn-1 |
if sn = 0
if sn = 1 |
![]() |
Fig.1 shows, how the classic Cantor set emerges in dynamics of the tent map
fc(x) for c = 3 .
Really, as since xo = 0 is an unstable
fixed point, therefore iterations for x outside the [0, 1]
interval diverge to infinity. f(x) maps open interval (1/3,2/3)
beyond [0,1], thus we can throw away these points too. As since
intervals [0,1/3] and [2/3,1] are mapped linearly onto
[0,1], therefore we can continue this process ad infinitum.
In every iteration we cut the central one third of an interval. The limit
Cantor set is nowhere dense as since it has holes in any small interval.
The lengh of all removed intervals is 1/3 + 2/9 + 4/27 + ... = 1/3 ∑n=0,∞ 2n / 3n = 1/3 [1 / (1-2/3)] = 1 , therefore Lebesque measure (length) of the classic Cantor set is zero. Its fractal dimension is log2 / log3 . Cantor set with zero measure will appear again for any c > 2. |