Are there any neat examples of non-associative loops such that for each element a in the loop there exists $a^{-1}$ so that $a*a^{-1}=1=a^{-1}*a$. Even cooler would be a commutative loop. Also: are there commutative finite loops?

- 3,316

- 105,651
-
yes, do you know any finite order examples or commutative? – Asinomás Dec 27 '13 at 20:23
-
It looks like the unit octonions form a finite example. – Paul McKenney Dec 27 '13 at 20:25
-
1I put a bunch of information on inverses in quasi-groups at http://math.stackexchange.com/questions/393453/non-associative-version-of-a-group-satisfying-these-identities-xyy-1-y/393913#393913 Most of it is specifically geared to not having an identity, but you might still find it interesting. – Jack Schmidt Dec 27 '13 at 22:40
4 Answers
I think most of your questions are answered by looking at Moufang loops.
A loop in which the left and right inverse agree (a loop with two-sided inverses) is called an IP-loop. Sometimes people replace a loop by an isotope, which basically scrambles and relabels the multiplication table (apply a row and column permutation, and a permutation of the underlying set). For groups, that would basically be crazy, but loops are not terribly messed up by such an operation.
A loop is a Moufang loop iff every isotope has two-sided inverses.
Non-associative, commutative, Moufang loops have order a multiple of 81, and there are two non-isomorphic such loops. They were constructed by M. Hall Jr.

- 55,589
-
The two non-associative commutative moufang loops of order 81 are available in GAP as
LoadPackage("loops");m1:=MoufangLoop(81,1);m2:=MoufangLoop(81,2);
I haven't seen a concise description of them, but I believe one exists. – Jack Schmidt Dec 27 '13 at 23:04
I recently saw an example from this preprint that I think is pretty neat. It's an abelian loop of infinite order.
Let $S$ be the set consisting of $1$ and all odd prime numbers. Define an operation $\cdot$ on $S$ where $a \cdot b$ gives the smallest element of $S$ strictly larger than $\lvert a - b \rvert$.
Clearly this operation is commutative and closed. The identity is given by $1$ and every element is its own inverse.

- 91,687
See also the Parker Loop which is a finite loop of order $2^{13}$ related to the binary Golay code, $M_{24}$ (largest sporadic Mathieu group), Conway's construction of the Monster group, etc.

- 245,398

- 33,788
Zassenhaus's Commutative Moufang Loop is an example of commutative loop of order $81$ which is not a group.

- 3,316