Hamming bound

From Wikipedia, the free encyclopedia

In mathematics and computer science, in the field of coding theory, the Hamming bound is a limit on the parameters of an arbitrary block code: it is also known as the sphere-packing bound or the volume bound from an interpretation in terms of packing balls in the Hamming metric into the space of all possible words. It gives an important limitation on the efficiency with which any error-correcting code can utilize the space in which its code words are embedded. A code that attains the Hamming bound is said to be a perfect code.

Background on error-correcting codes[edit]

An original message and an encoded version are both composed in an alphabet of q letters. Each code word contains n letters. The original message (of length m) is shorter than n letters. The message is converted into an n-letter codeword by an encoding algorithm, transmitted over a noisy channel, and finally decoded by the receiver. The decoding process interprets a garbled codeword, referred to as simply a word, as the valid codeword "nearest" the n-letter received string.

Mathematically, there are exactly qm possible messages of length m, and each message can be regarded as a vector of length m. The encoding scheme converts an m-dimensional vector into an n-dimensional vector. Exactly qm valid codewords are possible, but any one of qn words can be received because the noisy channel might distort one or more of the n letters when a codeword is transmitted.

Statement of the bound[edit]

Preliminary definitions[edit]

An alphabet set is a set of symbols with elements. The set of strings of length on the alphabet set are denoted . (There are distinct strings in this set of strings.) A -ary block code of length is a subset of the strings of , where the alphabet set is any alphabet set having elements. (The choice of alphabet set makes no difference to the result, provided the alphabet is of size .)

Defining the bound[edit]

Let denote the maximum possible size of a -ary block code of length and minimum Hamming distance between elements of the block code (necessarily positive for ).

Then, the Hamming bound is:

where

Proof[edit]

It follows from the definition of that if at most

errors are made during transmission of a codeword then minimum distance decoding will decode it correctly (i.e., it decodes the received word as the codeword that was sent). Thus the code is said to be capable of correcting errors.

For each codeword , consider a ball of fixed radius around . Every pair of these balls (Hamming spheres) are non-intersecting by the -error-correcting property. Let be the number of words in each ball (in other words, the volume of the ball). A word that is in such a ball can deviate in at most components from those of the ball's centre, which is a codeword. The number of such words is then obtained by choosing up to of the components of a codeword to deviate to one of possible other values (recall, the code is -ary: it takes values in ). Thus,

is the (maximum) total number of codewords in , and so, by the definition of , the greatest number of balls with no two balls having a word in common. Taking the union of the words in these balls centered at codewords, results in a set of words, each counted precisely once, that is a subset of (where words) and so:

Whence:

Covering radius and packing radius[edit]

For an code C (a subset of ), the covering radius of C is the smallest value of r such that every element of is contained in at least one ball of radius r centered at each codeword of C. The packing radius of C is the largest value of s such that the set of balls of radius s centered at each codeword of C are mutually disjoint.

From the proof of the Hamming bound, it can be seen that for , we have:

st and tr.

Therefore, sr and if equality holds then s = r = t. The case of equality means that the Hamming bound is attained.

Perfect codes[edit]

Codes that attain the Hamming bound are called perfect codes. Examples include codes that have only one codeword, and codes that are the whole of . Another example is given by the repeat codes, where each symbol of the message is repeated an odd fixed number of times to obtain a codeword where q = 2. All of these examples are often called the trivial perfect codes. In 1973, Tietäväinen proved[1] that any non-trivial perfect code over a prime-power alphabet has the parameters of a Hamming code or a Golay code.

A perfect code may be interpreted as one in which the balls of Hamming radius t centered on codewords exactly fill out the space (t is the covering radius = packing radius). A quasi-perfect code is one in which the balls of Hamming radius t centered on codewords are disjoint and the balls of radius t+1 cover the space, possibly with some overlaps.[2] Another way to say this is that a code is quasi-perfect if its covering radius is one greater than its packing radius.[3]

See also[edit]

Notes[edit]

  1. ^ Tietäväinen 1973.
  2. ^ McWilliams and Sloane, p. 19
  3. ^ Roman 1992, p. 140

References[edit]

  • P. J. Cameron; J. A. Thas; S. E. Payne (1976). "Polarities of generalized hexagons and perfect codes". Geometriae Dedicata. 5 (4): 525–528. doi:10.1007/BF00150782. S2CID 121071671.
  • Hill, R. (1988). A First Course In Coding Theory. Oxford University Press. ISBN 0-19-853803-0.
  • MacWilliams, F. J.; N.J.A. Sloane (1977). The Theory of Error-Correcting Codes. North-Holland. ISBN 0-444-85193-3.
  • Pless, V. (1982). Introduction to the Theory of Error-Correcting Codes. John Wiley & Sons. ISBN 0-471-08684-3.
  • Roman, S. (1992), Coding and Information Theory, GTM, vol. 134, New York: Springer-Verlag, ISBN 0-387-97812-7
  • Tietäväinen, A. (1973). "On the nonexistence of perfect codes over finite fields". SIAM J. Appl. Math. 24: 88–96. doi:10.1137/0124010.
  • van Lint, J. H. (1992). Introduction to Coding Theory. GTM. Vol. 86 (2nd ed.). Springer-Verlag. ISBN 3-540-54894-7.
  • van Lint, J. H. (1975). "A survey of perfect codes". Rocky Mountain Journal of Mathematics. 5 (2): 199–224. doi:10.1216/RMJ-1975-5-2-199.