HOME

TheInfoList



OR:

In mathematics, the Paley construction is a method for constructing
Hadamard matrices In mathematics, a Hadamard matrix, named after the French mathematician Jacques Hadamard, is a square matrix whose entries are either +1 or −1 and whose rows are mutually orthogonal. In geometric terms, this means that each pair of rows in ...
using
finite field In mathematics, a finite field or Galois field (so-named in honor of Évariste Galois) is a field that contains a finite number of elements. As with any field, a finite field is a set on which the operations of multiplication, addition, subtr ...
s. The construction was described in 1933 by the
English English usually refers to: * English language * English people English may also refer to: Peoples, culture, and language * ''English'', an adjective for something of, from, or related to England ** English national ide ...
mathematician A mathematician is someone who uses an extensive knowledge of mathematics in their work, typically to solve mathematical problems. Mathematicians are concerned with numbers, data, quantity, structure, space, models, and change. History On ...
Raymond Paley Raymond Edward Alan Christopher Paley (7 January 1907 – 7 April 1933) was an English mathematician who made significant contributions to mathematical analysis before dying young in a skiing accident. Life Paley was born in Bournemouth, Engl ...
. The Paley construction uses quadratic residues in a finite field ''GF''(''q'') where ''q'' is a power of an odd
prime number A prime number (or a prime) is a natural number greater than 1 that is not a product of two smaller natural numbers. A natural number greater than 1 that is not prime is called a composite number. For example, 5 is prime because the only ways ...
. There are two versions of the construction depending on whether ''q'' is congruent to 1 or 3 (mod 4).


Quadratic character and Jacobsthal matrix

Let ''q'' be a power of an odd prime. In the finite field ''GF''(''q'') the quadratic
character Character or Characters may refer to: Arts, entertainment, and media Literature * ''Character'' (novel), a 1936 Dutch novel by Ferdinand Bordewijk * ''Characters'' (Theophrastus), a classical Greek set of character sketches attributed to The ...
χ(''a'') indicates whether the element ''a'' is zero, a non-zero perfect square, or a non-square: : \chi(a)=\begin 0 & \texta=0\\ 1 & \texta=b^2\textb\\ -1 & \texta\text\end For example, in ''GF''(7) the non-zero squares are 1 = 12 = 62, 4 = 22 = 52, and 2 = 32 = 42. Hence χ(0) = 0, χ(1) = χ(2) = χ(4) = 1, and χ(3) = χ(5) = χ(6) = −1. The Jacobsthal matrix ''Q'' for ''GF''(''q'') is the ''q''×''q'' matrix with rows and columns indexed by finite field elements such that the entry in row ''a'' and column ''b'' is χ(''a'' − ''b''). For example, in ''GF''(7), if the rows and columns of the Jacobsthal matrix are indexed by the field elements 0, 1, 2, 3, 4, 5, 6, then : Q = \begin 0 & -1 & -1 & 1 & -1 & 1 & 1\\ 1 & 0 & -1 & -1 & 1 & -1 & 1\\ 1 & 1 & 0 & -1 & -1 & 1 & -1\\ -1 & 1 & 1 & 0 & -1 & -1 & 1\\ 1 & -1 & 1 & 1 & 0 & -1 & -1\\ -1 & 1 & -1 & 1 & 1 & 0 & -1\\ -1 & -1 & 1 & -1 & 1 & 1 & 0\end. The Jacobsthal matrix has the properties ''Q Q''T = ''q I'' − ''J'' and ''Q J'' = ''J Q'' = 0 where ''I'' is the ''q''×''q'' identity matrix and ''J'' is the ''q''×''q'' all 1 matrix. If ''q'' is congruent to 1 (mod 4) then −1 is a square in ''GF''(''q'') which implies that ''Q'' is a
symmetric matrix In linear algebra, a symmetric matrix is a square matrix that is equal to its transpose. Formally, Because equal matrices have equal dimensions, only square matrices can be symmetric. The entries of a symmetric matrix are symmetric with ...
. If ''q'' is congruent to 3 (mod 4) then −1 is not a square, and ''Q'' is a
skew-symmetric matrix In mathematics, particularly in linear algebra, a skew-symmetric (or antisymmetric or antimetric) matrix is a square matrix whose transpose equals its negative. That is, it satisfies the condition In terms of the entries of the matrix, if ...
. When ''q'' is a prime number and rows and columns are indexed by field elements in the usual 0, 1, 2, … order, ''Q'' is a
circulant matrix In linear algebra, a circulant matrix is a square matrix in which all row vectors are composed of the same elements and each row vector is rotated one element to the right relative to the preceding row vector. It is a particular kind of Toeplit ...
. That is, each row is obtained from the row above by cyclic permutation.


Paley construction I

If ''q'' is congruent to 3 (mod 4) then : H=I+\begin 0 & j^T\\ -j & Q\end is a Hadamard matrix of size ''q'' + 1. Here ''j'' is the all-1 column vector of length ''q'' and ''I'' is the (''q''+1)×(''q''+1) identity matrix. The matrix ''H'' is a skew Hadamard matrix, which means it satisfies ''H''+''H''T = 2''I''.


Paley construction II

If ''q'' is congruent to 1 (mod 4) then the matrix obtained by replacing all 0 entries in : \begin 0 & j^T\\ j & Q\end with the matrix : \begin 1 & -1\\ -1 & -1\end and all entries ±1 with the matrix : \pm\begin 1 & 1\\ 1 & -1\end is a Hadamard matrix of size 2(''q'' + 1). It is a symmetric Hadamard matrix.


Examples

Applying Paley Construction I to the Jacobsthal matrix for ''GF''(7), one produces the 8×8 Hadamard matrix,
11111111
-1--1-11
-11--1-1
-111--1-
--111--1
-1-111--
--1-111-
---1-111.
For an example of the Paley II construction when ''q'' is a prime power rather than a prime number, consider ''GF''(9). This is an
extension field In mathematics, particularly in algebra, a field extension is a pair of fields E\subseteq F, such that the operations of ''E'' are those of ''F'' restricted to ''E''. In this case, ''F'' is an extension field of ''E'' and ''E'' is a subfield of ...
of ''GF''(3) obtained by adjoining a root of an irreducible quadratic. Different irreducible quadratics produce equivalent fields. Choosing ''x''2+''x''−1 and letting ''a'' be a root of this polynomial, the nine elements of ''GF''(9) may be written 0, 1, −1, ''a'', ''a''+1, ''a''−1, −''a'', −''a''+1, −''a''−1. The non-zero squares are 1 = (±1)2, −''a''+1 = (±''a'')2, ''a''−1 = (±(''a''+1))2, and −1 = (±(''a''−1))2. The Jacobsthal matrix is : Q = \begin 0 & 1 & 1 & -1 & -1 & 1 & -1 & 1 & -1\\ 1 & 0 & 1 & 1 & -1 & -1 & -1 & -1 & 1\\ 1 & 1 & 0 & -1 & 1 & -1 & 1 & -1 & -1\\ -1 & 1 & -1 & 0 & 1 & 1 & -1 & -1 & 1\\ -1 & -1 & 1 & 1 & 0 & 1 & 1 & -1 & -1\\ 1 & -1 & -1 & 1 & 1 & 0 & -1 & 1 & -1\\ -1 & -1 & 1 & -1 & 1 & -1 & 0 & 1 & 1\\ 1 & -1 & -1 & -1 & -1 & 1 & 1 & 0 & 1\\ -1 & 1 & -1 & 1 & -1 & -1 & 1 & 1 & 0\end. It is a symmetric matrix consisting of nine 3×3 circulant blocks. Paley Construction II produces the symmetric 20×20 Hadamard matrix,
1- 111111 111111 111111
-- 1-1-1- 1-1-1- 1-1-1-

11 1-1111 ----11 --11--
1- --1-1- -1-11- -11--1
11 111-11 11---- ----11
1- 1---1- 1--1-1 -1-11-
11 11111- --11-- 11----
1- 1-1--- -11--1 1--1-1

11 --11-- 1-1111 ----11
1- -11--1 --1-1- -1-11-
11 ----11 111-11 11----
1- -1-11- 1---1- 1--1-1
11 11---- 11111- --11--
1- 1--1-1 1-1--- -11--1

11 ----11 --11-- 1-1111
1- -1-11- -11--1 --1-1-
11 11---- ----11 111-11
1- 1--1-1 -1-11- 1---1-
11 --11-- 11---- 11111-
1- -11--1 1--1-1 1-1---.


The Hadamard conjecture

The size of a Hadamard matrix must be 1, 2, or a multiple of 4. The
Kronecker product In mathematics, the Kronecker product, sometimes denoted by ⊗, is an operation on two matrices of arbitrary size resulting in a block matrix. It is a generalization of the outer product (which is denoted by the same symbol) from vectors ...
of two Hadamard matrices of sizes ''m'' and ''n'' is an Hadamard matrix of size ''mn''. By forming Kronecker products of matrices from the Paley construction and the 2×2 matrix, : H_2 = \begin 1 & 1 \\ 1 & -1 \end, Hadamard matrices of every allowed size up to 100 except for 92 are produced. In his 1933 paper, Paley says “It seems probable that, whenever ''m'' is divisible by 4, it is possible to construct an
orthogonal matrix In linear algebra, an orthogonal matrix, or orthonormal matrix, is a real square matrix whose columns and rows are orthonormal vectors. One way to express this is Q^\mathrm Q = Q Q^\mathrm = I, where is the transpose of and is the identity m ...
of order ''m'' composed of ±1, but the general theorem has every appearance of difficulty.” This appears to be the first published statement of the
Hadamard conjecture In mathematics, a Hadamard matrix, named after the French mathematician Jacques Hadamard, is a square matrix whose entries are either +1 or −1 and whose rows are mutually orthogonal. In geometric terms, this means that each pair of rows ...
. A matrix of size 92 was eventually constructed by Baumert, Golomb, and Hall, using a construction due to Williamson combined with a computer search. Currently, Hadamard matrices have been shown to exist for all \scriptstyle m \,\equiv\, 0 \mod 4 for ''m'' < 668.


See also

*
Paley biplane In combinatorial mathematics, a block design is an incidence structure consisting of a set together with a family of subsets known as ''blocks'', chosen such that frequency of the elements satisfies certain conditions making the collection of bl ...
*
Paley graph In mathematics, Paley graphs are dense undirected graphs constructed from the members of a suitable finite field by connecting pairs of elements that differ by a quadratic residue. The Paley graphs form an infinite family of conference graphs, ...


References

* * * {{cite book , author=F.J. MacWilliams , author-link=Jessie MacWilliams , author2=N.J.A. Sloane , author-link2=Neil Sloane , title=The Theory of Error-Correcting Codes , url=https://archive.org/details/theoryoferrorcor0000macw , url-access=registration , publisher=North-Holland , year=1977 , isbn=0-444-85193-3 , page
47
56 Matrices