One of the earliest Hadamard matrix constructions to be discovered is that of Umberto Scarpis. His construction appeared in
U. Scarpis, Sui determinanti di valore massimo, Rendiconti della R. Istituto Lombardo di Scienze e Lettere 31 (1898) 1441–1446.
Scarpis’s paper followed Hadamard’s by five years. Hadamard in turn had been preceded by Sylvester, who showed that, given a matrix
of size
with orthogonal rows, the matrix
is a matrix of size 2n with orthogonal rows. More generally, the Kronecker product
is an mn-by-mn Hadamard matrix for given Hadamard matrices
and
of sizes
and
. Using the 1-by-1 Hadamard matrix H = [1] as a starting point, Sylvester’s construction produces Hadamard matrices of size
for every k ≥ 0.
The results from Hadamard’s paper that pertain to the present discussion are that
- {+1,−1} matrices with orthogonal rows are the only real matrices with elements of unit modulus that attain his determinant bound;
- the size of such a matrix is required to be 1, 2, or a multiple of 4;
- in addition to Sylvester’s examples, such matrices exist of sizes 12 and 20, and hence of sizes that are multiples of powers of 2, 12, and 20.
Scarpis may have been motivated by an examination of the structure of Hadamard’s 12-by-12 example. As in Sylvester’s construction, Scarpis constructs a larger Hadamard matrix from a smaller Hadamard matrix. Specifically, if an n-by-n Hadamard matrix can be found, where n−1 is prime, then an n(n−1)-by-n(n−1) Hadamard matrix can be constructed. Paley later proved that for any n ≡ 0 (mod 4) with n−1 a prime (or more generally, a prime power) an n-by-n Hadamard matrix can indeed be found. Together, the results of Scarpis and Paley produce Hadamard matrices of sizes 12, 56, 132, 380, 552, and so on.
In this post I will describe Scarpis’s construction in the form in which he originally presented it, with only minor modifications in indexing and notation.
Scarpis proceeds as follows. The given n-by-n Hadamard matrix, H, is assumed normalized so that its first row and column consist entirely of ones, and columns are assumed to be ordered so that row 2 consists of alternating elements +1, −1, +1, −1, etc. Let C be the core of H, obtained by removing its first row and column and let be the matrix that results from removing row 2 of H. Let
, which is prime by assumption.
Scarpis defines row vectors ,
, …,
of length
. Here
is the all-ones vector and
is row
of
.
Scarpis then defines p-by-np matrices
and
where and index arithmetic is performed mod p. Scarpis’s Hadamard matrix is then
To verify that the construction works, one must verify (1) that rows of are orthogonal, (2) that rows of
are orthogonal, (3) that rows of
are orthogonal to rows of
, and (4) that rows of
are orthogonal to rows of
for
.
- Orthogonality of rows of
follows from orthogonality of rows of
.
- Orthogonality of rows of
is a consequence of the relations
and
for
.
- Note that the alternation of signs in the columns of
matches that of row 2 of
, which is the row omitted in the definition of
. Hence row 2 of
is orthogonal to all rows of
. Since
for all
, orthogonality of any row of
with any row of
follows.
- The inner product of row
of
with row
of
where
,
is
. In the summation over
, there is a unique
for which
, namely
where arithmetic is performed in
(This is the only place where primality of
is used.) Hence the expression for the inner product contains
terms equal to −1 and one term equal to
, yielding inner product 0.
In Paley’s famous paper on the construction of Hadamard matrices using quadratic residues in finite fields, he remarks (see Lemma 5) that an 1892-by-1892 Hadamard matrix can be constructed by applying Scarpis’s construction to the 44-by-44 Hadamard matrix obtained using Paley’s first construction, and that size 1892 (which is 44×43) cannot be obtained using the methods of Sylvester and Paley alone. See
R. E. A. C. Paley, On orthogonal matrices, J. Mathematics and Physics 12 (1933) 311–320.
I will make one remark about Scarpis’s construction. The matrix consists of
p-by-p rank-1 submatrices. Furthermore, the first p columns of each of the
form a p-by-p rank-1 submatrix. These rank-1 blocks are, in some sense, as big as rank-1 blocks in Hadamard matrices are allowed to get. The proposition that follows contains the precise statement.
Proposition: Let
be an n-by-n Hadamard matrix containing an a-by-b all-ones block . Then
, and equality is equivalent to either of the following conditions.
- Every column sum of
is zero.
- Every row sum of
is zero.
If a is odd and a > 1, then with equality if and only if the column sums of
all equal ±1.
Proof: Let denote the column sums of
. Evaluate
in two different ways:
Hence or
with equality if and only if the column sums of
are all zero. A similar analysis of the transposed matrix
establishes equivalence with the condition on the column sums of
.
If is odd, then the column sums of
have magnitude at least 1, so the inequality can be strengthened to
, which implies that
when
. Equality is equivalent to
for all
.
If we restrict our attention to square (k-by-k) submatrices of Hadamard matrices of size n(n−1), where n ≡ 0 (mod 4), then k may not exceed n − 1. Hence Scarpis’s construction contains maximal square rank-1 blocks. Hadamard matrices containing large rank-1 blocks appear to be useful in constructing large-determinant matrices of size congruent to 1 (mod 4), and Scarpis’s Hadamard matrix of size 56 can, in fact, can be used to construct the current record-determinant matrix of size 57. This record was first constructed by Jean-Charles Meyrignac by improving a matrix found by Bertram Felgenhauer during Lars Backstrom’s programming contest. Felgenhauer’s construction method is described in a post to the contest message board.
It is nice to have shown the Scarpis construction in detail, as it seems very hard to find it elsewhere.
A few pictures of Hadamard matrices obtained by the Scarpis construction are available here, in an article in French written for the public at large:
[http://images.math.cnrs.fr/La-conjecture-de-Hadamard-I.html] (September 2012)
See also its sequel, with one or two pictures from other constructions, here: [http://images.math.cnrs.fr/La-conjecture-de-Hadamard-II.html] (December 2012)
Thanks for pointing out these lovely articles.