Back to July Calendar

Previous Entry Next Entry→

September21, 2005

 

So much for summer, huh?

 

Back to partitions.  It's been hard to find good info on this topic.  PlanetMath has some interesting stuff visualizing partitions with Young and Ferrers diagrams--sort of n-ominoes.  This looks like a good way to get back to the theme of my sabbatical study...but first I need to understand the theory of partitions more better.  http://www.reference.com/browse/wiki/Integer_partition

 

Scratching too hard at this partition thing will lead you to people like James Sellers, who archives his numerous very erudite articles on the topic: all of which are beyond my level at this point, it seems. So I retreat to http://www.reference.com/browse/wiki/Integer_partition .

Remember the recursive function asserted by, but not justified by Dr. Math (he has a master's degree....in math!) a few days ago?

P(n,k) = P(n1, k1) + P(nk, k)

Well, the reference.com/wiki site is introduces something a little different they call the "intermediate function:"

F(n, k) = the number of partitions of n using only natural numbers at least as large as k.

For example, F(9,3) = 4 since the partitions of 9: 33,3-6,4-5,9 are the only ones involving no integers less than 3.  Note that the superscript is not an exponent in the usual sense, but, in the standard notation for partitions, 33 simply indicate three 3's.

For a given k, partitions counted by F(n, k) fit into one two categories:

  1. the smallest addend = k
  2. the smallest addend > k

For our example, two partitionsof 9; that is, 33 and 3-6, have 3 as the smallest integer and two (4-5,9) have the smallest integer greater than 3. 

The number of partitions meeting the first condition is F(n − k, k). To see this, imagine a list of all the partitions of the number n − k into numbers of size at least k, then imagine appending k to each partition in the list. Now what is it a list of?

In our example, we have 2 partitions with minimal addend 3.  Now consider the partitions comprising F(3,6), which are 32 and 6.  Appending 3 to each of these gives the two partitions of 9 with 3 as the minimal element.

Obviously, the number of partitions meeting the second condition is F(n, k + 1) and, since the two conditions are mutually exclusive, the number of partitions meeting either condition is given by the recursive relation:

F(n,k) = F(n, k + 1) + F(nk, k)

The base cases of this recursive function are as follows:

  • F(n, k) = 0 if k > n
  • F(n, k) = 1 if k = n

It's helpful to list out a few, to get a feeling for how some patterns vary with the parameters:

F(4, 1) = 5 : {4, 3-1, 22, 2-12, 14}
F(8, 2) = 7 : {8, 6-2, 5-3, 42, 4-22, 32-2, 24}
F(12, 3) = 9 : {12, 9-3, 8-4, 7-5, 62, 6-32, 5-4-3, 43, 34}
F(16, 4) = 11 :  (16, 12-4, 11-5, 10-6, 9-7, 82, 8-42, 7-5-4, 62-4, 6-52, 44)
F(20, 5) = 13 :  (20, 15-5, 14-6, 13-7, 12-8, 11-9, 102, 10-52, 9-6-5, 8-7-5, 8-62, 72-6, 53)
F(24, 6) = 16 :  (24, 18-6, 17-7, 16-8, 15-9, 14-10, 13-11, 122, 12-62, 11-7-6, 10-8-6, 10-72, 92-6, 9-8-7, 83, 64)

The simple partition function p(n) is just F(n, 1).

http://www.maths.ex.ac.uk/~mwatkins/zeta/partitioning.htm has some interesting connections with physics...also relevant links are

http://www.reference.com/browse/wiki/Integer_partition

http://openglut.sourceforge.net/group__bitmapfont.html

http://www.syberpunk.com/images/oolong/pancake3.jpg

http://keepontruckin.ytmnd.com/