Singleton bound

In coding theory, the Singleton bound, named after Richard Collom Singleton, is a relatively crude bound on the size of an arbitrary block code C with block length n, size M and minimum distance d.

Statement of the bound

The minimum distance of a set C of codewords of length n is defined as

d = \min_{\{x,y \in C : x \neq y\}} d(x,y)

where d(x,y) is the Hamming distance between x and y. The expression A_{q}(n,d) represents the maximum number of possible codewords in a q-ary block code of length n and minimum distance d.

Then the Singleton bound states that

A_q(n,d) \leq q^{n-d+1}.

Proof

First observe that the number of q-ary words of length n is q^n, since each letter in such a word may take one of q different values, independently of the remaining letters.

Now let C be an arbitrary q-ary block code of minimum distance d. Clearly, all codewords c \in C are distinct. If we puncture the code by deleting the first d-1 letters of each codeword, then all resulting codewords must still be pairwise different, since all of the original codewords in C have Hamming distance at least d from each other. Thus the size of the altered code is the same as the original code.

The newly obtained codewords each have length

n-(d-1)=n-d+1,

and thus, there can be at most q^{n-d+1} of them. Since C was arbitrary, this bound must hold for the largest possible code with these parameters, thus:[1]

|C| \le A_q(n,d) \leq q^{n-d+1}.

Linear codes

If C is a linear code with block length n, dimension k and minimum distance d over the finite field with q elements, then the maximum number of codewords is q^k and the Singleton bound implies:

q^k \leq q^{n-d+1},

so that

k \leq n - d + 1,

which is usually written as[2]

d \leq n - k + 1.

In the linear code case a different proof of the Singleton bound can be obtained by observing that rank of the parity check matrix is  n - k.[3]

History

The usual citation given for this result is Singleton (1964), but according to Welsh (1988, p. 72) the result can be found in a 1953 paper of Komamiya.[4]

MDS codes

Linear block codes that achieve equality in the Singleton bound are called MDS (maximum distance separable) codes. Examples of such codes include codes that have only two codewords (the all-zero word and the all-one word, having thus minimum distance n), codes that use the whole of (\mathbb{F}_{q})^{n} (minimum distance 1), codes with a single parity symbol (minimum distance 2) and their dual codes. These are often called trivial MDS codes.

In the case of binary alphabets, only trivial MDS codes exist.[5][6]

Examples of non-trivial MDS codes include Reed-Solomon codes and their extended versions.[7][8] In fact, it was proved by Simeon Ball that the only linear q-ary [n,k,d] MDS codes, for k < p+1, where p is the characteristic of the finite field, are given by the Reed-Solomon codes.[9]

MDS codes are an important class of block codes since, for a fixed n and k, they have the greatest error correcting and detecting capabilities. There are several ways to characterize MDS codes:[10]

Theorem: Let C be a linear [n,k,d] code over \mathbb{F}_q. The following are equivalent:

The last of these characterizations permits, by using the MacWilliams identities, an explicit formula for the complete weight distribution of an MDS code.[11]

Theorem: Let C be a linear [n,k,d] MDS code over \mathbb{F}_q. If A_w denotes the number of codewords in C of weight w, then

A_w = \binom{n}{w} \sum_{j=0}^{w-d} (-1)^j \binom{w}{j} (q^{w-d+1-j} -1) = \binom{n}{w}(q-1)\sum_{j=0}^{w-d} (-1)^j \binom{w-1}{j}q^{w-d-j}.

Arcs in projective geometry

The linear independence of the columns of a generator matrix of an MDS code permits a construction of MDS codes from objects in finite projective geometry. Let PG(N,q) be the finite projective space of (geometric) dimension N over the finite field \mathbb{F}_q. Let K = \{P_1,P_2,\dots,P_m \} be a set of points in this projective space represented with homogeneous coordinates. Form the (N+1) \times m matrix G whose columns are the homogeneous coordinates of these points. Then,[12]

Theorem: K is a (spacial) m-arc if and only if G is the generator matrix of an [m,N+1,m-N] MDS code over \mathbb{F}_q.

See also

Notes

  1. Ling & Xing 2004, p. 93
  2. Roman 1992, p. 175
  3. Pless 1998, p. 26
  4. Komamiya, Y. (1953), "Application of logical mathematics to information theory", Proc. 3rd Japan. Nat. Cong. Appl. Math.: 437
  5. Vermani 1996, Proposition 9.2
  6. Ling & Xing 2004, p. 94 Remark 5.4.7
  7. MacWilliams & Sloane 1977, Ch. 11
  8. Ling & Xing 2004, p. 94
  9. Ball, Simeon (2012), "On sets of vectors of a finite vector space in which every subset of basis size is a basis", Journal of the European Mathematical Society 14: 733–748
  10. Roman 1992, p. 237, Theorem 5.3.7
  11. Roman 1992, p. 240
  12. Bruen, A.A.; Thas, J.A.; Blokhuis, A. (1988), "On M.D.S. codes, arcs in PG(n,q), with q even, and a solution of three fundamental problems of B. Segre", Invent. Math. 92: 441–459, doi:10.1007/bf01393742

References

Further reading