HOME

TheInfoList



OR:

In
abstract algebra In mathematics, more specifically algebra, abstract algebra or modern algebra is the study of algebraic structures, which are set (mathematics), sets with specific operation (mathematics), operations acting on their elements. Algebraic structur ...
, a central groupoid is an algebraic structure defined by a
binary operation In mathematics, a binary operation or dyadic operation is a rule for combining two elements (called operands) to produce another element. More formally, a binary operation is an operation of arity two. More specifically, a binary operation ...
\cdot on a set of elements that satisfies the equation (a\cdot b)\cdot (b\cdot c)=b. These structures have
bijection In mathematics, a bijection, bijective function, or one-to-one correspondence is a function between two sets such that each element of the second set (the codomain) is the image of exactly one element of the first set (the domain). Equival ...
s to the central digraphs, directed graphs that have exactly one two-edge path between every two vertices, and (for finite central groupoids) to the (0,1)-matrices whose squares are the all-ones matrices. As an example, the operation \cdot on points in the
Euclidean plane In mathematics, a Euclidean plane is a Euclidean space of Two-dimensional space, dimension two, denoted \textbf^2 or \mathbb^2. It is a geometric space in which two real numbers are required to determine the position (geometry), position of eac ...
, defined by recombining their Cartesian coordinates as (x_1,y_1)\cdot (x_2,y_2)=(y_1,x_2) is a central groupoid. The same type of recombination defines a central groupoid over the
ordered pair In mathematics, an ordered pair, denoted (''a'', ''b''), is a pair of objects in which their order is significant. The ordered pair (''a'', ''b'') is different from the ordered pair (''b'', ''a''), unless ''a'' = ''b''. In contrast, the '' unord ...
s of elements from any set, called a ''natural central groupoid''. As an algebraic structure with a single binary operation, a central groupoid is a special kind of
magma Magma () is the molten or semi-molten natural material from which all igneous rocks are formed. Magma (sometimes colloquially but incorrectly referred to as ''lava'') is found beneath the surface of the Earth, and evidence of magmatism has also ...
or groupoid. Because central groupoids are defined by an equational identity, they form a variety of algebras in which the free objects are called ''free central groupoids''. Free central groupoids are infinite, and have no idempotent elements. Finite central groupoids, including the natural central groupoids over finite sets, always have a
square number In mathematics, a square number or perfect square is an integer that is the square (algebra), square of an integer; in other words, it is the multiplication, product of some integer with itself. For example, 9 is a square number, since it equals ...
of elements, whose square root is the number of idempotent elements.


Equivalent definitions

A central groupoid consists of a set of elements and a binary operation \cdot on this set that satisfies the equation (a\cdot b)\cdot (b\cdot c)=b for all elements a, b, and c. Central groupoids can be defined equivalently in terms of central digraphs. These are directed graphs in which, each ordered pair of vertices (not necessarily distinct) form the start and end vertex of a three-vertex directed walk. That is, for each u and v there must exist a unique vertex w such that u\to w and w\to v are directed edges. From any central digraph, one can define a central groupoid in which u\cdot v=w for each directed path u\to w\to v. Conversely, for any central groupoid we can define a central digraph by letting the set of vertices be the elements of the groupoid, and saying there is an edge u\to w whenever there exists v with u\cdot v=w. A third equivalent definition of central groupoids involves (0,1)-matrices M with the property that M^2 is a
matrix of ones In mathematics, a matrix of ones or all-ones matrix is a matrix with every entry equal to one. For example: :J_2 = \begin 1 & 1 \\ 1 & 1 \end,\quad J_3 = \begin 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1 \end,\quad J_ = \begin 1 & 1 & 1 & 1 & 1 \\ 1 & ...
. These are exactly the directed adjacency matrices of the finite graphs that define finite central groupoids.


Special cases


Finite

Every finite central groupoid has a
square number In mathematics, a square number or perfect square is an integer that is the square (algebra), square of an integer; in other words, it is the multiplication, product of some integer with itself. For example, 9 is a square number, since it equals ...
of elements. If the number of elements is k^2, then there are exactly k idempotent elements (elements i with the property that i\cdot i=i). In the corresponding central digraph, each idempotent vertex has a self-loop. The remaining vertices each belong to a unique 2-cycle. In the matrix view of central groupoids, the idempotent elements form the 1s on the main diagonal of a matrix representing the groupoid. Each row and column of the matrix also contains exactly k 1s. The spectrum of the matrix is k,0,0,\dots, 0. The rank r of the matrix can be any number in the range k\le r\le \lfloor(k+1)^2/2\rfloor. The numbers of central groupoids on k^2 labeled elements, or equivalently, (0,1)-matrices of dimension k^2\times k^2 whose square is the all-ones matrix, for k=1,2,3, are :1, 12, 1330560 . Finding these numbers, for general values of k, was stated as an open problem by Alan J. Hoffman in 1967.


Free

As with any variety of algebras, the central groupoids have free objects, the ''free central groupoids''. The free central groupoid, for a given set of generating elements, can be defined as having elements that are
equivalence class In mathematics, when the elements of some set S have a notion of equivalence (formalized as an equivalence relation), then one may naturally split the set S into equivalence classes. These equivalence classes are constructed so that elements ...
es of finite expressions, under an
equivalence relation In mathematics, an equivalence relation is a binary relation that is reflexive, symmetric, and transitive. The equipollence relation between line segments in geometry is a common example of an equivalence relation. A simpler example is equ ...
in which two expressions are equivalent when they can be transformed into each other by repeatedly applying the defining equation of a central groupoid. Unlike finite central groupoids, the free central groupoids have no idempotent elements. The problem of testing the equivalence of expressions for a free central groupoid was one of the motivating examples in the discovery of the Knuth–Bendix completion algorithm for constructing a
term rewriting system In mathematics, computer science, and logic, rewriting covers a wide range of methods of replacing subterms of a formula with other terms. Such methods may be achieved by rewriting systems (also known as rewrite systems, rewrite engines, or reduc ...
that solves this problem. The resulting rewriting system consists of the rules \begin (a\cdot b)\cdot(b\cdot c)&\to b\\ a\cdot\bigl((a\cdot b)\cdot c\bigr)&\to a\cdot b\\ \bigl(a\cdot(b\cdot c)\bigr)\cdot c&\to b\cdot c\\ \end where any subexpression matching the left side of any of these rules is transformed into the right side, until no more matching subexpressions remain. Two expressions are equivalent if they are transformed in this way into the same expression as each other.


Natural

A ''natural central groupoid'' has as its elements the
ordered pair In mathematics, an ordered pair, denoted (''a'', ''b''), is a pair of objects in which their order is significant. The ordered pair (''a'', ''b'') is different from the ordered pair (''b'', ''a''), unless ''a'' = ''b''. In contrast, the '' unord ...
s of values in some defining set. Its binary operation \cdot recombines these pairs as (x_1,y_1)\cdot (x_2,y_2)=(y_1,x_2) For instance, if the defining set is the set of
real number In mathematics, a real number is a number that can be used to measure a continuous one- dimensional quantity such as a duration or temperature. Here, ''continuous'' means that pairs of values can have arbitrarily small differences. Every re ...
s, this operation defines a product on points in the
Euclidean plane In mathematics, a Euclidean plane is a Euclidean space of Two-dimensional space, dimension two, denoted \textbf^2 or \mathbb^2. It is a geometric space in which two real numbers are required to determine the position (geometry), position of eac ...
, described by their Cartesian coordinates. If the defining set is finite, then so is the resulting natural central groupoid. Natural central groupoids are characterized among the central groupoids by obeying another equation, \bigl(a\cdot(a\cdot a)\bigr)\cdot b=a\cdot b for all elements a and b.


See also

* Friendship graph, an undirected graph with the property that each two distinct vertices are endpoints of a unique three-vertex path * Semicentral bigroupoid, a generalization of central groupoids with two binary operations, used to characterize one-dimensional reversible cellular automata


References


Further reading

*


External links

*{{citation, contribution-url=https://teorth.github.io/equational_theories/implications/?168, contribution=Equation 168: The central groupoid law, url=https://teorth.github.io/equational_theories/, title=Equational Theories Project, editor1-first=Terence, editor1-last=Tao, editor1-link=Terence Tao, editor2-first=Pietro, editor2-last=Monticone, editor3-first=Shreyas, editor3-last=Srinivas, date=June 1, 2025, access-date=2025-06-01 Non-associative algebras Directed graphs Matrices (mathematics)