Sigma-algebra: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
No edit summary
en>Shalapaws
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{refimprove|date=May 2009}}
I am Teodoro and was born on 25 February 1972. My hobbies are Vehicle restoration and Taxidermy.<br><br>Feel free to surf to my site; [http://tinyurl.com/qdq4x9s Cheap celine handbags sale]
[[File:Sierpinski triangle.svg|thumb|Sierpinski triangle]]
[[File:Random Sierpinski Triangle animation.gif|thumb|Generated using a random algorithm]]
[[File:Multigrade operator AND.svg|thumb|Sierpinski triangle in logic: The first 16 [[Logical conjunction|conjunctions]] of [[Lexicographical order|lexicographically]] ordered arguments<br>The columns interpreted as binary numbers give 1, 3, 5, 15, 17, 51... {{OEIS|A001317}}]]
The '''Sierpinski triangle''' (also with the original orthography ''Sierpiński''), also called the '''Sierpinski gasket''' or the '''Sierpinski Sieve''',  is a [[fractal]] and [[attractive fixed set]] named after the [[Poland|Polish]] [[mathematician]] [[Wacław Sierpiński]] who described it in 1915. However, similar patterns appear already in the 13th-century [[Cosmati]] [[mosaic]]s in the cathedral of [[Anagni]], [[Italy]],<ref>{{citation|first=Stephen|last=Wolfram|authorlink=Stephen Wolfram|title=[[A New Kind of Science]]|year=2002|publisher=Wolfram Media|pages=43, 873}}</ref> and other places, such as in the nave of the Roman Basilica of [[Santa Maria in Cosmedin]].<ref>[http://www.flickr.com/photos/mymuk/6304896451 "Geometric floor mosaic (Sierpinski triangles), nave of Santa Maria in Cosmedin, Forum Boarium, Rome"], 5 September 2011, [[Flickr]]</ref>
 
Originally constructed as a curve, this is one of the basic examples of [[self-similarity|self-similar]] sets, i.e. it is a mathematically generated pattern that can be reproducible at any magnification or reduction.
 
Comparing the Sierpinski triangle or the [[Sierpinski carpet]] to equivalent repetitive tiling arrangements, it is evident that similar structures can be built into any [[rep-tile]] arrangements.
 
==Construction==
<!-- [[image:Animated construction of Sierpinski Triangle.gif|166px|right|thumb|Animated construction. Click to enlarge.]] -->
An algorithm for obtaining arbitrarily close approximations to the Sierpinski triangle is as follows:
 
Note: each removed triangle (a ''trema'') is [[topology|topologically]] an [[open set]].<ref>[http://www.cut-the-knot.org/triangle/Tremas.shtml "Sierpinski Gasket by Trema Removal"]</ref>
 
:[[Image:Sierpinski triangle evolution.svg|512px|The evolution of the Sierpinski triangle]]
 
#Start with any triangle in a plane (any closed, bounded region in the plane will actually work).  The canonical Sierpinski triangle uses an [[equilateral triangle]] with a base parallel to the horizontal axis (first image).
#Shrink the triangle to ½ height and ½ width, make three copies, and position the three shrunken triangles so that each triangle touches the two other triangles at a corner (image 2). Note the emergence of the central hole - because the three shrunken triangles can between them cover only 3/4 of the area of the original. (Holes are an important feature of Sierpinski's triangle.)
#Repeat step 2 with each of the smaller triangles (image 3 and so on).
 
This process of recursively removing triangles is an example of a [[finite subdivision rule]].
 
Note that this infinite process is not dependent upon the starting shape being a triangle—it is just clearer that way. The first few steps starting, for example, from a square also tend towards a Sierpinski triangle. [[Michael Barnsley]] used an image of a fish to illustrate this in his paper "V-variable fractals and superfractals."<ref>[[Michael Barnsley]], ''et al.''{{PDF|[http://www.maths.anu.edu.au/~barnsley/pdfs/V-var_super_fractals.pdf "V-variable fractals and superfractals"]|2.22&nbsp;MB}}</ref>
 
:[[Image:Sierpinski triangle evolution square.svg|512px|Iterating from a square]]
 
The actual fractal is what would be obtained after an infinite number of iterations.  More formally, one describes it in terms of functions on closed sets of points.  If we let <math>d_a</math> note the dilation by a factor of ½ about a point a, then the Sierpinski triangle with corners a, b, and c is the fixed set of the transformation <math>d_a</math> U <math>d_b</math> U <math>d_c</math>.
 
This is an [[attractive fixed set]], so that when the operation is applied to any other set repeatedly, the images converge on the Sierpinski triangle.  This is what is happening with the triangle above, but any other set would suffice.
 
If one takes a point and applies each of the transformations <math>d_a</math>, <math>d_b</math>, and <math>d_c</math> to it randomly, the resulting points will be dense in the Sierpinski triangle, so the following algorithm will again generate arbitrarily close approximations to it:
 
Start by labeling '''p'''<sub>1</sub>, '''p'''<sub>2</sub> and '''p'''<sub>3</sub> as the corners of the Sierpinski triangle, and a random point '''v'''<sub>1</sub>. Set '''v'''<sub>n+1</sub> = ½ ( '''v'''<sub>n</sub> + '''p'''<sub>r<sub>n</sub></sub> ), where r<sub>n</sub> is a random number 1, 2 or 3. Draw the points '''v'''<sub>1</sub> to '''v'''<sub>∞</sub>. If the first point '''v'''<sub>1</sub> was a point on the Sierpiński triangle, then all the points '''v'''<sub>n</sub> lie on the Sierpinski triangle. If the first point '''v'''<sub>1</sub> to lie within the perimeter of the triangle is not a point on the Sierpinski triangle, none of the points '''v'''<sub>n</sub> will lie on the Sierpinski triangle, however they will converge on the triangle. If '''v'''<sub>1</sub> is outside the triangle, the only way '''v'''<sub>n</sub> will land on the actual triangle, is if '''v'''<sub>n</sub> is on what would be part of the triangle, if the triangle was infinitely large.
 
[[Image:Sierpinski chaos animated.gif|thumb|right|200px|Animated creation of a Sierpinski triangle using the chaos game]]
 
[[Image:Animated construction of Sierpinski Triangle.gif|thumb|left|250px|Animated construction of a Sierpinski triangle]]
'''Or more simply:'''
# Take 3 points in a plane to form a triangle, you need not draw it.
# Randomly select any point inside the triangle and consider that your current position.
# Randomly select any one of the 3 vertex points.
# Move half the distance from your current position to the selected vertex.
# Plot the current position.
# Repeat from step 3.
 
''Note: This method is also called the [[Chaos game]]. You can start from any point outside or inside the triangle, and it would eventually form the Sierpinski Gasket with a few leftover points. It is interesting to do this with pencil and paper. A brief outline is formed after placing approximately one hundred points, and detail begins to appear after a few hundred.
 
[[Image:Sierpinski1.png|thumb|right|250px|Sierpinski triangle using IFS]]
'''Or using an Iterated function system'''
 
An alternative way of computing the Sierpinski triangle uses an [[Iterated function system]] and starts by a point at the origin (''x''<sub>0</sub> = 0, ''y''<sub>0</sub> = 0). The new points are iteratively computed by randomly applying (with equal probability) one of the following three coordinate transformations (using the so-called [[chaos game]]): <br>
''x''<sub>''n''+1</sub> = 0.5&nbsp;''x''<sub>''n''</sub><br>
''y''<sub>''n''+1</sub> = 0.5&nbsp;''y''<sub>''n''</sub>; a half-size copy <br>
This coordinate transformation is drawn in yellow in the [[:File:Sierpinski1.png|figure]].
 
''x''<sub>''n''+1</sub> = 0.5&nbsp;''x''<sub>''n''</sub>&nbsp;+&nbsp;0.25<br>
''y''<sub>''n''+1</sub> = 0.5&nbsp;''y''<sub>''n''</sub>&nbsp;+&nbsp;0.5 <math>\sqrt{3}\over 2</math>; a half-size copy shifted right and up<br>
This coordinate transformation is drawn using red color in the [[:File:Sierpinski1.png|figure]].
 
''x''<sub>''n''+1</sub> = 0.5&nbsp;''x''<sub>''n''</sub>&nbsp;+&nbsp;0.5<br>
''y''<sub>''n''+1</sub> = 0.5&nbsp;''y''<sub>''n''</sub>; a half-size copy doubled shifted to the right
 
This coordinate transformation is drawn using blue color in the [[:File:Sierpinski1.png|figure]].
 
'''Or using an L-system''' — The Sierpinski triangle drawn using an [[L-system#Example 6: Sierpiński triangle|L-system]].
 
'''bitwise AND''' - The 2D AND function, z=AND(x,y) can also produce a white on black right angled Sierpinski triangle if all pixels of which z=0 are white, and all other values of z are black.
 
'''bitwise XOR''' - The values of the discrete, 2D XOR function, z=XOR(x,y) also exhibit structures related to the Sierpinski triangle. For example, one could generate the Sierpinski triangle by setting up a 2 dimensional matrix, [rows][columns] placing the uppermost point on [1][n/2], then cycling through the remaining cells row by row the value of the cell being XOR([i-1][j-1],[i-1][j+1])
 
'''Other means''' — The Sierpinski triangle also appears in certain [[cellular automata]] (such as [[Rule 90]]), including those relating to [[Conway's Game of Life]]. The automaton "12/1" when applied to a single cell will generate four approximations of the Sierpinski triangle.
 
If one takes [[Pascal's triangle]] with 2<sup>''n''</sup> rows and colors the even numbers white, and the odd numbers black, the result is an approximation to the Sierpinski triangle.  More precisely, the [[limit of a sequence|limit]] as ''n'' approaches infinity of this parity-colored 2<sup>''n''</sup>-row Pascal triangle is the Sierpinski triangle.
 
==Properties==
For integer number of dimensions ''d'', when doubling a side of an object, ''2''<sup> ''d''</sup> copies of it are created, i.e. 2 copies for 1 dimensional object, 4 copies for 2 dimensional object and 8 copies for 3 dimensional object. For Sierpinski triangle doubling its side creates 3 copies of itself. Thus Sierpinski triangle has [[Hausdorff dimension]] log(3)/log(2) ≈ 1.585, which follows from solving ''2''<sup> ''d''</sup>&nbsp;=&nbsp;''3'' for ''d''.<ref name=FFG120>{{cite book | zbl=0689.28003 | last=Falconer | first=Kenneth | title=Fractal geometry: mathematical foundations and applications | location=Chichester | publisher=John Wiley | year=1990 | isbn=0-471-92287-0 | page=120 }}</ref>
 
The area of a Sierpinski triangle is zero (in [[Lebesgue measure]]). The area remaining after each iteration is clearly 3/4 of the area from the previous iteration, and an infinite number of iterations results in zero. {{Citation needed|date=August 2007}}
 
The points of a Sierpinski triangle have a simple characterization in [[Barycentric coordinates (mathematics)#Barycentric coordinates on triangles|Barycentric coordinates]].<ref>http://www.cut-the-knot.org/ctk/Sierpinski.shtml</ref> If a point has coordinates (0.''u''<sub>1</sub>''u''<sub>2</sub>''u''<sub>3</sub>…,0.''v''<sub>1</sub>''v''<sub>2</sub>''v''<sub>3</sub>…,0.''w''<sub>1</sub>''w''<sub>2</sub>''w''<sub>3</sub>…), expressed as [[Binary number]]s, then the point is in Sierpinski's triangle if and only if ''u''<sub>''i''</sub>+''v''<sub>''i''</sub>+''w''<sub>''i''</sub>=1 for all ''i''.
 
==Analogues in higher dimensions==
[[Image:Sierpinski pyramid.png|thumb|333px|right|A Sierpinski square-based pyramid and its 'inverse']][[Image:Sierpiński Pyramid from Above.PNG|thumb|A Sierpiński triangle-based pyramid as seen from above (4 main sections highlighted). Note the self-similarity in this 2-dimensional projected view, so that the resulting triangle could be a 2D fractal in itself.]]
<!-- This section is linked from [[Menger sponge]] -->
The tetrix is the three-dimensional analogue of the Sierpinski triangle, formed by repeatedly shrinking a regular [[tetrahedron]] to one half its original height, putting together four copies of this tetrahedron with corners touching, and then repeating the process. This can also be done with a square [[Pyramid (geometry)|pyramid]] and five copies instead.
A tetrix constructed from an initial tetrahedron of side-length L has the property that the total surface area remains constant with each iteration.
 
The initial surface area of the (iteration-0) tetrahedron of side-length L is <math>L^2 \sqrt{3}</math>.  At the next iteration, the side-length is halved
 
:<math>L \rightarrow { L \over 2 }</math>
 
and there are 4 such smaller tetrahedra.  Therefore, the total surface area after the first iteration is:
 
:<math>4 \left( \left( {L \over 2} \right)^2 \sqrt{3} \right) = 4 { {L^2} \over 4 } \sqrt{3} = L^2 \sqrt{3}.</math>
 
This remains the case after each iteration.  Though the surface area of each subsequent tetrahedron is 1/4 that of the tetrahedron in the previous iteration, there are 4 times as many—thus maintaining a constant total surface area.
 
The total enclosed volume, however, is geometrically decreasing (factor of 0.5) with each iteration and asymptotically approaches 0 as the number of iterations increases. In fact, it can be shown that, while having fixed area, it has no 3-dimensional character. The [[Hausdorff dimension]] of such a construction is <math>\textstyle\frac{\ln 4}{\ln 2}=2</math> which agrees with the finite area of the figure. (A Hausdorff dimension strictly between 2 and 3 would indicate 0 volume and infinite area.)
 
==See also==
* [[Apollonian gasket]]
* [[Chaos game]]
* [[Koch snowflake]]
* [[List of fractals by Hausdorff dimension]]
* [[Pascal's triangle]]
* [[Rule 90]]
* [[Sierpinski carpet]]
* [[Sierpiński arrowhead curve]]
* [[Triforce]]
 
==References==
<references/>
 
==External links==
{{Commons category|Sierpinski triangles}}
* {{MathWorld|title=Sierpinski Sieve|urlname=SierpinskiSieve}}
* Paul W. K. Rothemund, Nick Papadakis, and Erik Winfree, [http://biology.plosjournals.org/perlserv/?request=get-document&doi=10.1371/journal.pbio.0020424 Algorithmic Self-Assembly of DNA Sierpinski Triangles], ''PLoS Biology'', volume 2, issue 12, 2004.
* [http://www.cut-the-knot.org/Curriculum/Geometry/Tremas.shtml Sierpinski Gasket by Trema Removal] at [[cut-the-knot]]
* [http://www.cut-the-knot.org/triangle/Hanoi.shtml Sierpinski Gasket and Tower of Hanoi] at [[cut-the-knot]]
*[http://www.shapeways.com/model/119919/sierpinski_tetrahedron.html 3D printed Stage 5 Sierpinski Tetrahedron]
 
{{Fractals}}
 
[[Category:Fractals]]
[[Category:Factorial and binomial topics]]
[[Category:Curves]]
[[Category:Topological spaces]]
[[Category:Triangles]]
[[Category:Cellular automaton patterns]]
[[Category:Science and technology in Poland]]
 
{{Link GA|de}}

Latest revision as of 19:45, 20 December 2014

I am Teodoro and was born on 25 February 1972. My hobbies are Vehicle restoration and Taxidermy.

Feel free to surf to my site; Cheap celine handbags sale