The terms of the left side are 1, 4 , 6, 7, 10, 11, 13, 16, 18, 19, 21, 24, 25, 28, 30, 31 while those on the right side are 2, 3, 5, 8, 9, 12, 14, 15, 17, 20, 22, 23, 26, 27, 29, 32.
The algorithm for building the sets is simple:
· Start with the two
sets A1 = {1, 4} and B1 = {2, 3}.
· The partition of
integers from 1 to 8 is A2 = A1 È
(B1 + 4), and B2 = B1 È
(A1 + 4), where (A1 + 4) means to add 4 to each of
the integers in the set A1.
· In general, once
Ak-1 and Bk-1 have been defined, put Ak
= Ak-1 È (Bk-1
+ 2k) and Bk = Bk È
(Ak-1 + 2k).
Proving that this works in general is an interesting exercise in algebra.
You are visitor number 4462 to this page.