In mathematics, especially in abstract algebra, a quasigroup is an algebraic structure resembling a group in the sense that "division" is always possible. Quasigroups differ from groups mainly in that they need not be associative. A quasigroup with an identity element is called a loop.

Contents

Definitions [link]

There are at least two equivalent formal definitions of quasigroup. One definition casts quasigroups as a set with one binary operation, and the other is a version from universal algebra which describes a quasigroup by using three primitive operations. We begin with the first definition, which is easier to follow.

A quasigroup (Q, *) is a set Q with a binary operation * (that is, a magma), such that for each a and b in Q, there exist unique elements x and y in Q such that:

  • a * x = b ;
  • y * a = b .

(In other words: For two elements a and b, b can be found in row a and in column a of the quasigroup's Cayley table. So the Cayley tables of quasigroups are simply latin squares.)
The unique solutions to these equations are written x = a \ b and y = b / a. The operations '\' and '/' are called, respectively, left and right division.

Universal algebra [link]

Given some algebraic structure, an identity is an equation in which all variables are tacitly universally quantified, and in which all operations are among the primitive operations proper to the structure. Algebraic structures axiomatized solely by identities are called varieties. Many standard results in universal algebra hold only for varieties. Quasigroups are varieties if left and right division are taken as primitive.

A quasigroup (Q, *, \, /) is a type (2,2,2) algebra satisfying the identities:

  • y = x * (x \ y) ;
  • y = x \ (x * y) ;
  • y = (y / x) * x ;
  • y = (y * x) / x .

Hence if (Q, *) is a quasigroup according to the first definition, then (Q, *, \, /) is the same quasigroup in the sense of universal algebra.

Loop [link]

A loop is a quasigroup with an identity element e such that:

  • x * e = x = e * x for all x in Q.

It follows that the identity element e is unique, and that every element of Q has a unique left and right inverse. A Moufang loop is a loop that satisfies the Moufang identity:

  • (x * y) * (z * x) = x * ((y * z) * x) .

Examples [link]

(x1, x2, x3, x4) * (y1, y2, y3, y4) = (0, 0, 0, (x3 - y3)(x1y2 - x2y1)) .
Then, (F4, *) is a commutative Moufang loop that is not a group.
  • More generally, the set of nonzero elements of any division algebra form a quasigroup.

Properties [link]

In the remainder of the article we shall denote quasigroup multiplication simply by juxtaposition.

Quasigroups have the cancellation property: if ab = ac, then b = c. This follows from the uniqueness of left division of ab or ac by a. Similarly, if ba = ca, then b = c.

Multiplication operators [link]

The definition of a quasigroup can be treated as conditions on the left and right multiplication operators L(x), R(y): QQ, defined by

Failed to parse (Missing texvc executable; please see math/README to configure.): L(x)y = xy\, ,
Failed to parse (Missing texvc executable; please see math/README to configure.): R(x)y = yx\, .

The definition says that both mappings are bijections from Q to itself. A magma Q is a quasigroup precisely when all these operators, for every x in Q, are bijective. The inverse mappings are left and right division, that is,

Failed to parse (Missing texvc executable; please see math/README to configure.): L(x)^{-1}y = x\backslash y\, ,
Failed to parse (Missing texvc executable; please see math/README to configure.): R(x)^{-1}y = y/x\, .

In this notation the identities among the quasigroup's multiplication and division operations (stated in the section on universal algebra) are

Failed to parse (Missing texvc executable; please see math/README to configure.): \begin{align} L(x)L(x)^{-1} &= 1\qquad&\text{corresponding to}\qquad x(x\backslash y) &= y,\\ L(x)^{-1}L(x) &= 1\qquad&\text{corresponding to}\qquad x\backslash(xy) &= y,\\ R(x)R(x)^{-1} &= 1\qquad&\text{corresponding to}\qquad (y/x)x &= y,\\ R(x)^{-1}R(x) &= 1\qquad&\text{corresponding to}\qquad (yx)/x &= y, \end{align}

where 1 denotes the identity mapping on Q.

Latin squares [link]

The multiplication table of a finite quasigroup is a Latin square: an n × n table filled with n different symbols in such a way that each symbol occurs exactly once in each row and exactly once in each column.

Conversely, every Latin square can be taken as the multiplication table of a quasigroup in many ways: the border row (containing the column headers) and the border column (containing the row headers) can each be any permutation of the elements. See small Latin squares and quasigroups.

Inverse properties [link]

Every loop element has a unique left and right inverse given by

Failed to parse (Missing texvc executable; please see math/README to configure.): x^{\lambda} = e/x \qquad x^{\lambda}x = e
Failed to parse (Missing texvc executable; please see math/README to configure.): x^{\rho} = x\backslash e \qquad xx^{\rho} = e


A loop is said to have (two-sided) inverses if Failed to parse (Missing texvc executable; please see math/README to configure.): x^{\lambda} = x^{\rho}

for all x. In this case the inverse element is usually denoted by Failed to parse (Missing texvc executable; please see math/README to configure.): x^{-1}

.

There are some stronger notions of inverses in loops which are often useful:

  • A loop has the left inverse property if Failed to parse (Missing texvc executable; please see math/README to configure.): x^{\lambda}(xy) = y
for all Failed to parse (Missing texvc executable; please see math/README to configure.): x
and Failed to parse (Missing texvc executable; please see math/README to configure.): y

. Equivalently, Failed to parse (Missing texvc executable; please see math/README to configure.): L(x)^{-1} = L(x^{\lambda})

or Failed to parse (Missing texvc executable; please see math/README to configure.): x\backslash y = x^{\lambda}y

.

  • A loop has the right inverse property if Failed to parse (Missing texvc executable; please see math/README to configure.): (yx)x^{\rho} = y
for all Failed to parse (Missing texvc executable; please see math/README to configure.): x
and Failed to parse (Missing texvc executable; please see math/README to configure.): y

. Equivalently, Failed to parse (Missing texvc executable; please see math/README to configure.): R(x)^{-1} = R(x^{\rho})

or Failed to parse (Missing texvc executable; please see math/README to configure.): y/x = yx^{\rho}

.

  • A loop has the antiautomorphic inverse property if Failed to parse (Missing texvc executable; please see math/README to configure.): (xy)^{\lambda} = y^{\lambda}x^{\lambda}
or, equivalently, if Failed to parse (Missing texvc executable; please see math/README to configure.): (xy)^{\rho} = y^{\rho}x^{\rho}

.

  • A loop has the weak inverse property when Failed to parse (Missing texvc executable; please see math/README to configure.): (xy)z = e
if and only if Failed to parse (Missing texvc executable; please see math/README to configure.): x(yz) = e

. This may be stated in terms of inverses via Failed to parse (Missing texvc executable; please see math/README to configure.): (xy)^{\lambda}x = y^{\lambda}

or equivalently Failed to parse (Missing texvc executable; please see math/README to configure.): x(yx)^{\rho} = y^{\rho}

.

A loop has the inverse property if it has both the left and right inverse properties. Inverse property loops also have the antiautomorphic and weak inverse properties. In fact, any loop which satisfies any two of the above four identities has the inverse property and therefore satisfies all four.

Any loop which satisfies the left, right, or antiautomorphic inverse properties automatically has two-sided inverses.

Morphisms [link]

A quasigroup or loop homomorphism is a map f : QP between two quasigroups such that f(xy) = f(x)f(y). Quasigroup homomorphisms necessarily preserve left and right division, as well as identity elements (if they exist).

Homotopy and isotopy [link]

Let Q and P be quasigroups. A quasigroup homotopy from Q to P is a triple (α, β, γ) of maps from Q to P such that

Failed to parse (Missing texvc executable; please see math/README to configure.): \alpha(x)\beta(y) = \gamma(xy)\,

for all x, y in Q. A quasigroup homomorphism is just a homotopy for which the three maps are equal.

An isotopy is a homotopy for which each of the three maps (α, β, γ) is a bijection. Two quasigroups are isotopic if there is an isotopy between them. In terms of Latin squares, an isotopy (α, β, γ) is given by a permutation of rows α, a permutation of columns β, and a permutation on the underlying element set γ.

An autotopy is an isotopy from a quasigroup to itself. The set of all autotopies of a quasigroup form a group with the automorphism group as a subgroup.

Each quasigroup is isotopic to a loop. If a loop is isotopic to a group, then it is isomorphic to that group and thus is itself a group. However, a quasigroup which is isotopic to a group need not be a group. For example, the quasigroup on R with multiplication given by (x+y)/2 is isotopic to the additive group (R,+), but is not itself a group. Every medial quasigroup is isotopic to an abelian group by the Bruck-Toyoda theorem.

Conjugation (parastrophe) [link]

Left and right division are examples of forming a quasigroup by permuting the variables in the defining equation. From the original operation * (i.e., x * y = z) we can form five new operations: x o y := y * x (the opposite operation), / and \, and their opposites. That makes a total of six quasigroup operations, which are called the conjugates or parastrophes of *. Any two of these operations are said to be "conjugate" or "parastrophic" to each other (and to themselves).

Paratopy [link]

If the set Q has two quasigroup operations, * and ·, and one of them is isotopic to a conjugate of the other, the operations are said to be paratopic to each other. There are also many other names for this relation of "paratopy", e.g., isostrophe".

Generalizations [link]

Polyadic or multiary quasigroups [link]

An n-ary quasigroup is a set with an n-ary operation, (Q, f) with f: QnQ, such that the equation f(x1,...,xn) = y has a unique solution for any one variable if all the other n variables are specified arbitrarily. Polyadic or multiary means n-ary for some nonnegative integer n.

A 0-ary, or nullary, quasigroup is just a constant element of Q. A 1-ary, or unary, quasigroup is a bijection of Q to itself. A binary, or 2-ary, quasigroup is an ordinary quasigroup.

An example of a multiary quasigroup is an iterated group operation, y = x1 · x2 · ··· · xn; it is not necessary to use parentheses to specify the order of operations because the group is associative. One can also form a multiary quasigroup by carrying out any sequence of the same or different group or quasigroup operations, if the order of operations is specified.

There exist multiary quasigroups that cannot be represented in any of these ways. An n-ary quasigroup is irreducible if its operation cannot be factored into the composition of two operations in the following way:

Failed to parse (Missing texvc executable; please see math/README to configure.): f(x_1,\dots,x_n) = g(x_1,\dots,x_{i-1},\,h(x_i,\dots,x_j),\,x_{j+1},\dots,x_n),

where 1 ≤ i < jn and (i, j) ≠ (1, n). Finite irreducible n-ary quasigroups exist for all n > 2; see Akivis and Goldberg (2001) for details.

An n-ary quasigroup with an n-ary version of associativity is an n-ary group.

Right- and left-quasigroups [link]

A right-quasigroup (Q, *, /) is a type (2,2) algebra satisfying the identities:

  • y = (y / x) * x;
  • y = (y * x) / x.

Similarly, a left-quasigroup (Q, *, \) is a type (2,2) algebra satisfying the identities:

  • y = x * (x \ y);
  • y = x \ (x * y).

See also [link]

References [link]

  • Akivis, M. A., and Vladislav V. Goldberg (2001), "Solution of Belousov's problem," Discussiones Mathematicae. General Algebra and Applications 21: 93–103.
  • Bruck, R.H. (1958), A Survey of Binary Systems. Springer-Verlag.
  • Chein, O., H. O. Pflugfelder, and J.D.H. Smith, eds. (1990), Quasigroups and Loops: Theory and Applications. Berlin: Heldermann. ISBN 3-88538-008-0.
  • Dudek, W.A., and Glazek, K. (2008), "Around the Hosszu-Gluskin Theorem for n-ary groups," Discrete Math. 308: 4861-4876.
  • Pflugfelder, H.O. (1990), Quasigroups and Loops: Introduction. Berlin: Heldermann. ISBN 3-88538-007-2.
  • Smith, J.D.H. (2007), An Introduction to Quasigroups and their Representations. Chapman & Hall/CRC Press. ISBN 1-58488-537-8.
  • Smith, J.D.H. and Anna B. Romanowska (1999), Post-Modern Algebra. Wiley-Interscience. ISBN 0-471-12738-8.

External links [link]


https://wn.com/Quasigroup

Loop (knot)

In reference to knots, loop may refer to:

  • One of the fundamental structures used to tie knots. Specifically, it is a U-form narrower than a bight.
  • A type of knot used to create a closed circle in a line.
  • References

  • Clifford W. Ashley, The Ashley Book of Knots. Image 31, 32.
  • Loopback

    Loopback, or loop-back, refers to the routing of electronic signals, digital data streams, or flows of items back to their source without intentional processing or modification. This is primarily a means of testing the transmission or transportation infrastructure.

    Many example applications exist. It may be a communication channel with only one communication endpoint. Any message transmitted by such a channel is immediately and only received by that same channel. In telecommunications, loopback devices perform transmission tests of access lines from the serving switching center, which usually does not require the assistance of personnel at the served terminal. Loop around is a method of testing between stations that are not necessarily adjacent, where in two lines are used, with the test being done at one station and the two lines are interconnected at the distant station. A patch cable may also function as loopback, when applied manually or automatically, remotely or locally, facilitating a loop-back test.

    Hands (Dave Holland and Pepe Habichuela album)

    Hands is a 2010 album by English jazz double bassist Dave Holland and Spanish flamenco guitarist Pepe Habichuela. The unlikely pairing was arranged by Minuel Ferrand, the director of musical events for the Cultural Department of Andalusia. The first meeting took place in 2007, with four days of rehearsals, followed by three concerts. The group was expanded in May of 2008 and recorded Hands in March of 2009, and released on Holland's own label Dare2. Eight of the ten tracks on the album were written by Pepe Habichuela based on the flamenco tradition, while Holland contributes two originals.

    Reception

    The Guardian called Holland's sound, "a natural for this richly sonorous idiom". Chris May of All About Jazz called Hands, "an elegant, lyrical, rhythmically spicy blend of jazz and flamenco in which flamenco gets top billing. The Allmusic review by Chris Nickson awarded the album 4 stars stating "It's Habichuela's magical fingers that mesmerize, covering the scales as adroitly as any pianist and bringing a rich fullness and a stunning imagination to the sound. But what's really at work here is a group consciousness, an exploration of flamenco, and the listener shares Holland's journey. There's nothing here that's diluted - this is hardcore flamenco, very much the real thing - and the hard realism is one of the great pleasures."

    Hand (disambiguation)

    A hand is a body part.

    Hand or HAND may also refer to:

    Other common meanings

  • Hand (card games)
  • Handwriting, an individual's style of writing
  • Hour, minute or second hand, a part of a clock face
  • Hand (unit), a measurement, primarily of a horse's height
  • Comics

  • The Hand (comics), an organization in the Marvel Comics universe
  • The Hand (comic strip), part of the comic Shiver and Shake
  • The Hand, creator of Nebula Man in the DC Comics universe
  • Film and television

  • The Hand (film), a 1981 horror film
  • The Hand (1960 film), by Henry Cass
  • The Hand (1965 film), by Jiří Trnka
  • The Hands, a 2006 Argentinean-Italian film
  • The Hand, a short film by Wong Kar-Wai, part of the film Eros
  • The Hand (Babylon 5), an alien race in the television series Babylon 5
  • Music

  • Hand (band), an English progressive/gothic metal group
  • Hands (band), an American indie rock band
  • Hands (metal band), an American Christian metal band
  • The Hand (band), a side project of American rock band Johnny Society
  • Albums

  • Hands (Bumblefoot album)
  • Hands (EP)

    Hands is the second EP from Brooklyn-based symphonic rock band Emanuel and the Fear and was released via EAT Fear Records in June 2011 following the band's first full-length release, Listen.

    Reception

    The 405 issued a positive review of the band's second EP, declaring "Hands is an EP which demonstrates musicianship at its best...a wonderful mixture of influences, added to its melodies and textures, all add together to create a true good feeling within your heart. Fans of Ben Folds and Nils Lofgren especially should like and admire this record but it has the accessibility for just about anyone to jump in and enjoy – excuse the pun - over and over again." Following the release of the EP, the band toured throughout the UK, including a stop in England to play the End of the Road Festival, where they shared a stage with Joanna Newsom, Lykke Li, Best Coast and Beirut.

    Track listing

  • "Over and Over" 5:19
  • "Vampires" 3:51
  • "Purple Sunless Sky" 3:51
  • "Meadowlands" 5:27
  • "Song for the Rain" 5:55
  • Podcasts:

    PLAYLIST TIME:
    ×