Addresses of IFS

The unit square S is defined by the IFS
T1(x, y) = (x/2, y/2)
T2(x, y) = (x/2, y/2) + (1/2, 0)
T3(x, y) = (x/2, y/2) + (0, 1/2)
T4(x, y) = (x/2, y/2) + (1/2, 1/2)

That is, S = T1(S) U T2(S) U T3(S) U T4(S)

Decompose S into regions of address length 1:

S1 = T1(S)
S2 = T2(S)
S3 = T3(S)
S4 = T4(S)

Each of these can be subdivided further, Sij = Ti(Tj(S)), Sijk = Ti(Tj(Tk(S))), and so on. In general, the subscript in ... i1 of Sin ... i1 is the address of this region; note the order of the subscripts is the order of the composition of the Ti defining that region. Here are the regions of address length 2.