"The poet only asks to get his head into the heavens. It is the logician who seeks to get the heavens into his head. And it is his head that splits." G.K. Chesterton

Tuesday, March 1, 2011

Interesting Properties of Fractals


KOCH SNOWFLAKE
This object has the property of having a finite area enclosed by an infinite perimeter. Don't believe it? Then see the proof below.




The recursive construction of this fractal is achieved by extending the middle third of each straight line by an additional equilateral triangle. The first three iterations (plus the starting – zeroth iteration) are shown below.

And each additional triangle tn is 1/9th of the area of the one it appears on  tn-1 , as shown in the diagram below for t0 and t1 .





The entire area A of the entire Koch’s Snowflake can be calculated as follows, where A0 is the area of the initial triangle:



So the area is finite, as it is obvious by inspection. But how about the perimeter of this object?
Let Ln be the perimeter at the n’th iteration where L0 is the perimeter of the initial triangle. Let l be the length of the side of the initial triangle.


So an infinite perimeter encloses a finite area.


THE CANTOR SET
This object has the property of countably infinite cardinality and measure zero.
Below are seven iterations of the Cantor Set, n+1, below n.

The Cantor Set shares similar odd properties, since its cardinality is countable infinity, but it’s measure is zero, as shown below. The construction of the set, proceeds recursively, starting with the unit interval [1,0]. At each iteration the middle 1/3rd open interval is subtracted from any previous intervals. So the first three iterations are the following sets:  ℵ ∪∈



Cantor has shown, in his famous diagonal argument, that the cardinality of infinite binary sequences ∆ is uncountable. Below we present a bijection between ∆ and the Cantor set, defined as:

 
Thus demonstrating that the Cantor set cardinality is uncountable and hence by the continuum hypothesis of cardinality of the continuum i.e. 1


Define the functions on the closed intervals:
L([a,b]) = [a, a + 1/3(b-a)],
R([a,b]) = [a + 2/3(b-a), b]

And with each binary sequence  d  we associate a sequence of closed intervals:
Fd0 , Fd1 , Fd2 ,

Defined recursevly as follows
Fd0 = Cn = [0,1]
Fdn+1 = L(Fdn), if dn = 0
Fdn+1 = R(Fdn), if dn = 1

Example: The mapping of the binary string 00101… onto the sequence Fd0, Fd1,... emphesized in red:

 
Now we define the function   
f : C

 
Now,  f is clearly surjective by construction since for each d we find a unique intersection of the sequence Fd0, Fd1,... 

To complete the proof  we need to show that f is injective. Consider have 2 binary strings red and blue. Suppose n is the least number such that rednbluen. and suppose w.l.o.g. redn= 0. To complete the proof it needs to be shown that f(red) ≠  f(blue).
The illustration below we see how red and blue are mapped onto C, and f(red) ∩ f(blue) is denoted with purple (violet?) color.


We have Fbluen= Fredn from the choice of n,

f(red) ∈ Fredn+1 = L(Fredn),  f(blue) ∈ Fbluen+1R(Fredn), but L(Fredn) ∩ R(Fredn)  =
Hence f(red) ≠  f(blue). Which proves that,
C   =c  1

So what is the length (measure) of C? The measure of the Cantor Set. One way to answer that is to subtract from the measure of the unit interval:


Hence the cardinality of the Cantor set is equal to the continuum, and it has measure zero.

No comments: