Light's associativity test

In mathematics, Light's associativity test is a procedure invented by F. W. Light for testing whether a binary operation defined in a finite set by a Cayley multiplication table is associative.

The naive procedure for verification of the associativity of a binary operation specified by a Cayley table, which compares the two products that can be formed from each triple of elements, is cumbersome.

Light's associativity test simplifies the task in some instances (although it does not improve the worst-case runtime of the naive algorithm, namely

Let a binary operation ' · ' be defined in a finite set A by a Cayley table.

Choosing some element a in A, two new binary operations are defined in A as follows: The Cayley tables of these operations are constructed and compared.

This is repeated for every element of the set A.

The example below illustrates a further simplification in the procedure for the construction and comparison of the Cayley tables of the operations '

It is not even necessary to construct the Cayley tables of '

It is enough to compare Cayley tables of '

' corresponding to the elements in a proper generating subset of A.

As a result, only part of each Cayley table must be computed, because x

When there is an identity element e, it does not need to be included in the Cayley tables because x

y always holds if at least one of x and y are equal to e. Consider the binary operation ' · ' in the set A = { a, b, c, d, e } defined by the following Cayley table (Table 1): The set { c, e } is a generating set for the set A under the binary operation defined by the above table, for, a = e · e, b = c · c, d = c · e. Thus it is enough to verify that the binary operations '

' corresponding to c coincide and also that the binary operations '

To verify that the binary operations '

' corresponding to c coincide, choose the row in Table 1 corresponding to the element c : This row is copied as the header row of a new table (Table 3): Under the header a copy the corresponding column in Table 1, under the header b copy the corresponding column in Table 1, etc., and construct Table 4.

Next choose the c column of Table 1: Copy this column to the index column to get Table 8: Against the index entry a in Table 8 copy the corresponding row in Table 1, against the index entry b copy the corresponding row in Table 1, etc., and construct Table 9.

The index entries in the first column of Table 9 are now deleted to get Table 10: The Cayley table of the binary operation '

One can verify that the entries in the various cells in Table 6 agrees with the entries in the corresponding cells of Table 11.

This is to be repeated mutatis mutandis for all the elements of the generating set of A.

Computer software can be written to carry out Light's associativity test.

Kehayopulu and Argyris have developed such a program for Mathematica.

[1] Light's associativity test can be extended to test associativity in a more general context.

, tm } be a magma in which the operation is denoted by juxtaposition.

Let there be a mapping from the Cartesian product T × X to X denoted by (t, x) ↦ tx and let it be required to test whether this map has the property A generalization of Light's associativity test can be applied to verify whether the above property holds or not.

In mathematical notations, the generalization runs as follows: For each t in T, let L(t) be the m × n matrix of elements of X whose i - th row is and let R(t) be the m × n matrix of elements of X, the elements of whose j - th column are According to the generalised test (due to Bednarek), that the property to be verified holds if and only if L(t) = R(t) for all t in T. When X = T, Bednarek's test reduces to Light's test.

There is a randomized algorithm by Rajagopalan and Schulman to test associativity in time proportional to the input size.

(The method also works for testing certain other identities.)

table and error probability

The algorithm can be modified to produce a triple