HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, iterated function systems (IFSs) are a method of constructing
fractal In mathematics, a fractal is a geometric shape containing detailed structure at arbitrarily small scales, usually having a fractal dimension strictly exceeding the topological dimension. Many fractals appear similar at various scales, as illu ...
s; the resulting fractals are often
self-similar __NOTOC__ In mathematics, a self-similar object is exactly or approximately similar to a part of itself (i.e., the whole has the same shape as one or more of the parts). Many objects in the real world, such as coastlines, are statistically se ...
. IFS fractals are more related to set theory than fractal geometry. They were introduced in 1981. IFS fractals, as they are normally called, can be of any number of dimensions, but are commonly computed and drawn in 2D. The fractal is made up of the union of several copies of itself, each copy being transformed by a function (hence "function system"). The canonical example is the Sierpiński triangle. The functions are normally
contractive In mathematics, a contraction mapping, or contraction or contractor, on a metric space (''M'', ''d'') is a function ''f'' from ''M'' to itself, with the property that there is some real number 0 \leq k < 1 such that for all ''x'' and ...
, which means they bring points closer together and make shapes smaller. Hence, the shape of an IFS fractal is made up of several possibly-overlapping smaller copies of itself, each of which is also made up of copies of itself, ad infinitum. This is the source of its self-similar fractal nature.


Definition

Formally, an iterated function system is a finite set of contraction mappings on a complete metric space. Symbolically, :\,\ N\in\mathbb is an iterated function system if each f_i is a contraction on the complete metric space X.


Properties

Hutchinson showed that, for the metric space \mathbb^n, or more generally, for a complete metric space X, such a system of functions has a unique nonempty compact (closed and bounded) fixed set ''S''. One way of constructing a fixed set is to start with an initial nonempty closed and bounded set ''S''0 and iterate the actions of the ''f''''i'', taking ''S''''n''+1 to be the union of the images of ''S''''n'' under the ''f''''i''; then taking ''S'' to be the closure of the limit \lim_ S_n. Symbolically, the unique fixed (nonempty compact) set S\subseteq X has the property :S = \overline. The set ''S'' is thus the fixed set of the
Hutchinson operator In mathematics, in the study of fractals, a Hutchinson operator is the collective action of a set of contractions, called an iterated function system. The Iterated function, iteration of the operator converges to a unique attractor, which is the oft ...
F: 2^X\to 2^X defined for A\subseteq X via :F(A)=\overline. The existence and uniqueness of ''S'' is a consequence of the
contraction mapping principle In mathematics, the Banach fixed-point theorem (also known as the contraction mapping theorem or contractive mapping theorem) is an important Convergence proof techniques#contraction mapping, tool in the theory of metric spaces; it guarantees the e ...
, as is the fact that :\lim_F^(A)=S for any nonempty compact set A in X. (For contractive IFS this convergence takes place even for any nonempty closed bounded set A). Random elements arbitrarily close to ''S'' may be obtained by the "chaos game," described below. Recently it was shown that the IFSs of non-contractive type (i.e. composed of maps that are not contractions with respect to any topologically equivalent metric in ''X'') can yield attractors. These arise naturally in projective spaces, though classical irrational rotation on the circle can be adapted too. The collection of functions f_i generates a monoid under composition. If there are only two such functions, the monoid can be visualized as a
binary tree In computer science, a binary tree is a k-ary k = 2 tree data structure in which each node has at most two children, which are referred to as the ' and the '. A recursive definition using just set theory notions is that a (non-empty) binary t ...
, where, at each node of the tree, one may compose with the one or the other function (''i.e.'' take the left or the right branch). In general, if there are ''k'' functions, then one may visualize the monoid as a full ''k''-ary tree, also known as a
Cayley tree In statistical mechanics and mathematics, the Bethe lattice (also called a regular tree) is an infinite connected cycle-free graph where all vertices have the same number of neighbors. The Bethe lattice was introduced into the physics literatur ...
.


Constructions

Sometimes each function f_i is required to be a linear, or more generally an affine, transformation, and hence represented by a matrix. However, IFSs may also be built from non-linear functions, including projective transformations and
Möbius transformation In geometry and complex analysis, a Möbius transformation of the complex plane is a rational function of the form f(z) = \frac of one complex variable ''z''; here the coefficients ''a'', ''b'', ''c'', ''d'' are complex numbers satisfying ''ad'' ...
s. The Fractal flame is an example of an IFS with nonlinear functions. The most common algorithm to compute IFS fractals is called the "
chaos game In mathematics, the term chaos game originally referred to a method of creating a fractal, using a polygon and an initial point selected at random inside it. The fractal is created by iteratively creating a sequence of points, starting with the ...
". It consists of picking a random point in the plane, then iteratively applying one of the functions chosen at random from the function system to transform the point to get a next point. An alternative algorithm is to generate each possible sequence of functions up to a given maximum length, and then to plot the results of applying each of these sequences of functions to an initial point or shape. Each of these algorithms provides a global construction which generates points distributed across the whole fractal. If a small area of the fractal is being drawn, many of these points will fall outside of the screen boundaries. This makes zooming into an IFS construction drawn in this manner impractical. Although the theory of IFS requires each function to be contractive, in practice software that implements IFS only require that the whole system be contractive on average.


Partitioned iterated function systems

PIFS (partitioned iterated function systems), also called local iterated function systems, give surprisingly good image compression, even for photographs that don't seem to have the kinds of self-similar structure shown by simple IFS fractals.


The inverse problem

Very fast algorithms exist to generate an image from a set of IFS or PIFS parameters. It is faster and requires much less storage space to store a description of how it was created, transmit that description to a destination device, and regenerate that image anew on the destination device, than to store and transmit the color of each pixel in the image.Bruno Lacroix
"Fractal Image Compression"
1998.
The inverse problem is more difficult: given some original arbitrary digital image such as a digital photograph, try to find a set of IFS parameters which, when evaluated by iteration, produces another image visually similar to the original. In 1989, Arnaud Jacquin presented a solution to a restricted form of the inverse problem using only PIFS; the general form of the inverse problem remains unsolved. Dietmar Saupe, Raouf Hamzaoui
"A Review of the Fractal Image Compression Literature"
John Kominek
"Algorithm for Fast Fractal Image Compression"
.
As of 1995, all fractal compression software is based on Jacquin's approach.


Examples

The diagram shows the construction on an IFS from two affine functions. The functions are represented by their effect on the bi-unit square (the function transforms the outlined square into the shaded square). The combination of the two functions forms the
Hutchinson operator In mathematics, in the study of fractals, a Hutchinson operator is the collective action of a set of contractions, called an iterated function system. The Iterated function, iteration of the operator converges to a unique attractor, which is the oft ...
. Three iterations of the operator are shown, and then the final image is of the fixed point, the final fractal. Early examples of fractals which may be generated by an IFS include the
Cantor set In mathematics, the Cantor set is a set of points lying on a single line segment that has a number of unintuitive properties. It was discovered in 1874 by Henry John Stephen Smith and introduced by German mathematician Georg Cantor in 1883. Thr ...
, first described in 1884; and de Rham curves, a type of self-similar curve described by Georges de Rham in 1957.


History

IFSs were conceived in their present form by John E. Hutchinson in 1981 and popularized by Michael Barnsley's book ''Fractals Everywhere''.


See also

* Complex-base system *
Collage theorem In mathematics, the collage theorem characterises an iterated function system whose attractor is close, relative to the Hausdorff metric, to a given set. The IFS described is composed of contractions whose images, as a collage or union when mapp ...
* Infinite compositions of analytic functions * L-system * Fractal compression


Notes


References

* * * *For an historical overview, and the generalization :


External Links


A Primer on the Elementary Theory of Infinite Compositions of Complex Functions
{{DEFAULTSORT:Iterated Function System 1981 introductions