Integer partition: Difference between revisions

Content deleted Content added
remove defaultsort left over from former title
Changed "decreasing" to "non-increasing"
Tags: Visual edit Mobile edit Mobile web edit
Line 30:
* 1 + 1 + 1 + 1 + 1
 
Some authors treat a partition as a decreasingnon-increasing sequence of summands, rather than an expression with plus signs. For example, the partition 2&nbsp;+&nbsp;2&nbsp;+&nbsp;1 might instead be written as the [[tuple]] {{math|(2, 2, 1)}} or in the even more compact form {{math|(2<sup>2</sup>, 1)}} where the superscript indicates the number of repetitions of a part.
 
This multiplicity notation for a partition can be written alternatively as <math>1^{m_1}2^{m_2}3^{m_3}\cdots</math>, where {{math|''m''<sub>1</sub>}} is the number of 1's, {{math|''m''<sub>2</sub>}} is the number of 2's, etc. (Components with {{math|''m''<sub>''i''</sub> {{=}} 0}} may be omitted.) For example, in this notation, the partitions of 5 are written <math>5^1, 1^1 4^1, 2^1 3^1, 1^2 3^1, 1^1 2^2, 1^3 2^1</math>, and <math>1^5</math>.