IFS Encyclopedia

Antoine's Necklace

Fractal dimension: ≈ 1.975

Visualization

Open in IFStile ↗
AIFS program
@rotx
$a=h
a=0
ret=[1,0,0, 0,cos(a),-sin(a), 0,sin(a),cos(a)]

@roty
$a=h
a=0
ret=[cos(a),0,-sin(a), 0,1,0, sin(a),0,cos(a)]

@
$n=Antoine's necklace
$dim=3
pi=2*asin(1)
r=rotx(pi/6)
s1=[0,1,0]*0.2
s2=rotx(pi/12)*[0,1,0]*0.2*rotx(pi/2)*roty(pi/2)
S=(1|r|r^2|r^3|r^4|r^5|r^6|r^7|r^8|r^9|r^10|r^11)*(s1|s2)
K=S*K

Overview

Antoine’s necklace is a subset of R3\mathbb{R}^3 that is homeomorphic to the standard Cantor set, yet whose complement R3K\mathbb{R}^3 \setminus K is not simply connected. It was constructed by Louis Antoine in 1921 as an example showing that the Schoenflies theorem fails in three dimensions.

The construction begins with a solid torus TR3T \subset \mathbb{R}^3. Inside TT one places a simple chain — a finite collection of smaller solid tori T1,,TkT_1, \ldots, T_k (k>3k > 3) whose centres lie on the core circle of TT, such that TiT_i and TjT_j are linked if and only if ij1(modk)|i - j| \equiv 1 \pmod{k}, and otherwise disjoint. The process is then repeated inside each TiT_i, and the necklace KK is the intersection over all stages:

K=n=0Ti1i2inK = \bigcap_{n=0}^{\infty} \bigcup T_{i_1 i_2 \cdots i_n}

KK is a compact, totally disconnected, perfect subset of R3\mathbb{R}^3 — a Cantor set — but any loop linking TT cannot be contracted to a point in R3K\mathbb{R}^3 \setminus K, unlike the complementary situation for the standard Cantor set in R3\mathbb{R}^3.

Self-Similar Construction

A necklace is called self-similar if there exists an IFS {S1,,Sk}\{S_1, \ldots, S_k\} of contracting similarities such that S1(T),,Sk(T)S_1(T), \ldots, S_k(T) form a simple chain inside TT and the attractor satisfies K=i=1kSi(K)K = \bigcup_{i=1}^k S_i(K).

It is called regular if additionally kk is even and all maps share the same contraction ratio. Željko (2005) proved that a regular self-similar Antoine necklace requires at least k=22k = 22 tori; the smallest known even value satisfying the geometric constraints is k=24k = 24.

This Example

This entry uses k=24k = 24 links arranged in two interleaved rings of 12. The 24 maps are grouped as:

S=(1rr2r11)(s1s2)S = \bigl(1 \mid r \mid r^2 \mid \cdots \mid r^{11}\bigr) \cdot (s_1 \mid s_2)

where rr is a rotation by π/6\pi/6 and s1s_1, s2s_2 place two tori at each of the 12 rotational positions. Each map contracts by a factor of 0.20.2, giving an estimated Hausdorff dimension of:

d=log24log51.975d = \frac{\log 24}{\log 5} \approx 1.975

Different values of kk (Sher 1968) yield Antoine necklaces with non-equivalent topological embeddings in R3\mathbb{R}^3 — inequivalence here means there is no self-homeomorphism of R3\mathbb{R}^3 carrying one onto the other.

References

Similar

Chinese Lamp
3dself-similar
Jerusalem Cube
3dself-similaralgebraic
Menger Sponge
3dself-similaralgebraic
Edit this page on GitHub ↗