HOME

TheInfoList



OR:

Universal algebra (sometimes called general algebra) is the field of
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
that studies
algebraic structure In mathematics, an algebraic structure consists of a nonempty set ''A'' (called the underlying set, carrier set or domain), a collection of operations on ''A'' (typically binary operations such as addition and multiplication), and a finite set of ...
s themselves, not examples ("models") of algebraic structures. For instance, rather than take particular groups as the object of study, in universal algebra one takes the class of groups as an object of study.


Basic idea

In universal algebra, an algebra (or algebraic
structure A structure is an arrangement and organization of interrelated elements in a material object or system, or the object or system so organized. Material structures include man-made objects such as buildings and machines and natural objects such as ...
) is a set ''A'' together with a collection of operations on ''A''. An ''n''-
ary ARY may stand for: * Abdul Razzak Yaqoob, a Pakistani expatriate businessman * Andre Romelle Young, real name of Dr. Dre * Ary and the Secret of Seasons, an action adventure video game * ARY Digital, a Pakistani television network * ARY Digital Net ...
operation on ''A'' is a function that takes ''n'' elements of ''A'' and returns a single element of ''A''. Thus, a 0-ary operation (or ''nullary operation'') can be represented simply as an element of ''A'', or a '' constant'', often denoted by a letter like ''a''. A 1-ary operation (or '' unary operation'') is simply a function from ''A'' to ''A'', often denoted by a symbol placed in front of its argument, like ~''x''. A 2-ary operation (or ''
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, an internal binary op ...
'') is often denoted by a symbol placed between its arguments, like ''x'' âˆ— ''y''. Operations of higher or unspecified ''
arity Arity () is the number of arguments or operands taken by a function, operation or relation in logic, mathematics, and computer science. In mathematics, arity may also be named ''rank'', but this word can have many other meanings in mathematics. In ...
'' are usually denoted by function symbols, with the arguments placed in parentheses and separated by commas, like ''f''(''x'',''y'',''z'') or ''f''(''x''1,...,''x''''n''). One way of talking about an algebra, then, is by referring to it as an algebra of a certain type \Omega, where \Omega is an ordered sequence of natural numbers representing the arity of the operations of the algebra. However, some researchers also allow infinitary operations, such as \textstyle\bigwedge_ x_\alpha where ''J'' is an infinite index set, which is an operation in the algebraic theory of
complete lattice In mathematics, a complete lattice is a partially ordered set in which ''all'' subsets have both a supremum (join) and an infimum (meet). A lattice which satisfies at least one of these properties is known as a ''conditionally complete lattice.'' ...
s.


Equations

After the operations have been specified, the nature of the algebra is further defined by
axiom An axiom, postulate, or assumption is a statement that is taken to be true, to serve as a premise or starting point for further reasoning and arguments. The word comes from the Ancient Greek word (), meaning 'that which is thought worthy or f ...
s, which in universal algebra often take the form of identities, or equational laws. An example is the
associative In mathematics, the associative property is a property of some binary operations, which means that rearranging the parentheses in an expression will not change the result. In propositional logic, associativity is a valid rule of replacement f ...
axiom for a binary operation, which is given by the equation ''x'' âˆ— (''y'' âˆ— ''z'') = (''x'' âˆ— ''y'') âˆ— ''z''. The axiom is intended to hold for all elements ''x'', ''y'', and ''z'' of the set ''A''.


Varieties

A collection of algebraic structures defined by identities is called a variety or equational class. Restricting one's study to varieties rules out: * quantification, including universal quantification (\forall) except before an equation, and existential quantification (\exists) * logical connectives other than conjunction (∧) *
relations Relation or relations may refer to: General uses *International relations, the study of interconnection of politics, economics, and law on a global level *Interpersonal relationship, association or acquaintance between two or more people *Public ...
other than equality, in particular inequalities, both and order relations The study of equational classes can be seen as a special branch of
model theory In mathematical logic, model theory is the study of the relationship between formal theories (a collection of sentences in a formal language expressing statements about a mathematical structure), and their models (those structures in which the s ...
, typically dealing with structures having operations only (i.e. the
type Type may refer to: Science and technology Computing * Typing, producing text via a keyboard, typewriter, etc. * Data type, collection of values used for computations. * File type * TYPE (DOS command), a command to display contents of a file. * Ty ...
can have symbols for functions but not for
relations Relation or relations may refer to: General uses *International relations, the study of interconnection of politics, economics, and law on a global level *Interpersonal relationship, association or acquaintance between two or more people *Public ...
other than equality), and in which the language used to talk about these structures uses equations only. Not all
algebraic structure In mathematics, an algebraic structure consists of a nonempty set ''A'' (called the underlying set, carrier set or domain), a collection of operations on ''A'' (typically binary operations such as addition and multiplication), and a finite set of ...
s in a wider sense fall into this scope. For example, ordered groups involve an ordering relation, so would not fall within this scope. The class of fields is not an equational class because there is no type (or "signature") in which all field laws can be written as equations (inverses of elements are defined for all ''non-zero'' elements in a field, so inversion cannot be added to the type). One advantage of this restriction is that the structures studied in universal algebra can be defined in any category that has ''finite products''. For example, a topological group is just a group in the category of topological spaces.


Examples

Most of the usual algebraic systems of mathematics are examples of varieties, but not always in an obvious way, since the usual definitions often involve quantification or inequalities.


Groups

As an example, consider the definition of a group. Usually a group is defined in terms of a single binary operation ∗, subject to the axioms: * Associativity (as in the previous section): ''x'' âˆ— (''y'' âˆ— ''z'')  =  (''x'' âˆ— ''y'') âˆ— ''z'';   formally: ∀''x'',''y'',''z''. ''x''∗(''y''∗''z'')=(''x''∗''y'')∗''z''. * Identity element: There exists an element ''e'' such that for each element ''x'', one has ''e'' âˆ— ''x''  =  ''x''  =  ''x'' âˆ— ''e'';   formally: ∃''e'' ∀''x''. ''e''∗''x''=''x''=''x''∗''e''. * Inverse element: The identity element is easily seen to be unique, and is usually denoted by ''e''. Then for each ''x'', there exists an element ''i'' such that ''x'' âˆ— ''i''  =  ''e''  =  ''i'' âˆ— ''x'';   formally: ∀''x'' ∃''i''. ''x''∗''i''=''e''=''i''∗''x''. (Some authors also use the " closure" axiom that ''x'' âˆ— ''y'' belongs to ''A'' whenever ''x'' and ''y'' do, but here this is already implied by calling ∗ a binary operation.) This definition of a group does not immediately fit the point of view of universal algebra, because the axioms of the identity element and inversion are not stated purely in terms of equational laws which hold universally "for all ..." elements, but also involve the existential quantifier "there exists ...". The group axioms can be phrased as universally quantified equations by specifying, in addition to the binary operation ∗, a nullary operation ''e'' and a unary operation ~, with ~''x'' usually written as ''x''−1. The axioms become: * Associativity: . * Identity element: ; formally: ∀''x''. ''e''∗''x''=''x''=''x''∗''e''. * Inverse element:   formally: ∀''x''. ''x''∗~''x''=''e''=~''x''∗''x''. To summarize, the usual definition has: * a single binary operation ( signature (2)) * 1 equational law (associativity) * 2 quantified laws (identity and inverse) while the universal algebra definition has: * 3 operations: one binary, one unary, and one nullary ( signature (2,1,0)) * 3 equational laws (associativity, identity, and inverse) * no quantified laws (except outermost universal quantifiers, which are allowed in varieties) A key point is that the extra operations do not add information, but follow uniquely from the usual definition of a group. Although the usual definition did not uniquely specify the identity element ''e'', an easy exercise shows it is unique, as is each inverse element. The universal algebra point of view is well adapted to category theory. For example, when defining a group object in category theory, where the object in question may not be a set, one must use equational laws (which make sense in general categories), rather than quantified laws (which refer to individual elements). Further, the inverse and identity are specified as morphisms in the category. For example, in a topological group, the inverse must not only exist element-wise, but must give a continuous mapping (a morphism). Some authors also require the identity map to be a
closed inclusion In mathematics, in particular homotopy theory, a continuous mapping :i: A \to X, where A and X are topological spaces, is a cofibration if it lets homotopy classes of maps ,S/math> be extended to homotopy classes of maps ,S/math> whenever a map ...
(a cofibration).


Other examples

Most algebraic structures are examples of universal algebras. * Rings, semigroups, quasigroups, groupoids, magmas, loops, and others. * Vector spaces over a fixed field and modules over a fixed ring are universal algebras. These have a binary addition and a family of unary scalar multiplication operators, one for each element of the field or ring. Examples of relational algebras include semilattices, lattices, and Boolean algebras.


Basic constructions

We assume that the type, \Omega, has been fixed. Then there are three basic constructions in universal algebra: homomorphic image, subalgebra, and product. A homomorphism between two algebras ''A'' and ''B'' is a function ''h'': ''A'' â†’ ''B'' from the set A to the set B such that, for every operation ''f''''A'' of A and corresponding ''f''''B'' of B (of arity, say, ''n''), ''h''(''f''''A''(''x''1,...,''x''''n'')) = ''f''''B''(''h''(''x''1),...,''h''(''x''''n'')). (Sometimes the subscripts on ''f'' are taken off when it is clear from context which algebra the function is from.) For example, if ''e'' is a constant (nullary operation), then ''h''(''e''''A'') = ''e''''B''. If ~ is a unary operation, then ''h''(~''x'') = ~''h''(''x''). If ∗ is a binary operation, then ''h''(''x'' âˆ— ''y'') = ''h''(''x'') âˆ— ''h''(''y''). And so on. A few of the things that can be done with homomorphisms, as well as definitions of certain special kinds of homomorphisms, are listed under the entry Homomorphism. In particular, we can take the homomorphic image of an algebra, ''h''(''A''). A subalgebra of ''A'' is a subset of ''A'' that is closed under all the operations of ''A''. A product of some set of algebraic structures is the
cartesian product In mathematics, specifically set theory, the Cartesian product of two sets ''A'' and ''B'', denoted ''A''×''B'', is the set of all ordered pairs where ''a'' is in ''A'' and ''b'' is in ''B''. In terms of set-builder notation, that is : A\ti ...
of the sets with the operations defined coordinatewise.


Some basic theorems

* The isomorphism theorems, which encompass the isomorphism theorems of groups, rings, modules, etc. * Birkhoff's HSP Theorem, which states that a class of algebras is a variety if and only if it is closed under homomorphic images, subalgebras, and arbitrary direct products.


Motivations and applications

In addition to its unifying approach, universal algebra also gives deep theorems and important examples and counterexamples. It provides a useful framework for those who intend to start the study of new classes of algebras. It can enable the use of methods invented for some particular classes of algebras to other classes of algebras, by recasting the methods in terms of universal algebra (if possible), and then interpreting these as applied to other classes. It has also provided conceptual clarification; as J.D.H. Smith puts it, ''"What looks messy and complicated in a particular framework may turn out to be simple and obvious in the proper general one."'' In particular, universal algebra can be applied to the study of monoids, rings, and lattices. Before universal algebra came along, many theorems (most notably the isomorphism theorems) were proved separately in all of these classes, but with universal algebra, they can be proven once and for all for every kind of algebraic system. The 1956 paper by Higgins referenced below has been well followed up for its framework for a range of particular algebraic systems, while his 1963 paper is notable for its discussion of algebras with operations which are only partially defined, typical examples for this being categories and groupoids. This leads on to the subject of higher-dimensional algebra which can be defined as the study of algebraic theories with partial operations whose domains are defined under geometric conditions. Notable examples of these are various forms of higher-dimensional categories and groupoids.


Constraint satisfaction problem

Universal algebra provides a natural language for the constraint satisfaction problem (CSP). CSP refers to an important class of computational problems where, given a relational algebra and an existential sentence \varphi over this algebra, the question is to find out whether \varphi can be satisfied in . The algebra is often fixed, so that refers to the problem whose instance is only the existential sentence \varphi. It is proved that every computational problem can be formulated as for some algebra . For example, the ''n''-coloring problem can be stated as CSP of the algebra \big(\, \neq\big), i.e. an algebra with n elements and a single relation, inequality. The dichotomy conjecture (proved in April 2017) states that if is a finite algebra, then is either P or NP-complete.


Generalizations

Universal algebra has also been studied using the techniques of
category theory Category theory is a general theory of mathematical structures and their relations that was introduced by Samuel Eilenberg and Saunders Mac Lane in the middle of the 20th century in their foundational work on algebraic topology. Nowadays, cate ...
. In this approach, instead of writing a list of operations and equations obeyed by those operations, one can describe an algebraic structure using categories of a special sort, known as
Lawvere theories In category theory, a Lawvere theory (named after American mathematician William Lawvere) is a category that can be considered a categorical counterpart of the notion of an equational theory. Definition Let \aleph_0 be a skeleton of the catego ...
or more generally algebraic theories. Alternatively, one can describe algebraic structures using monads. The two approaches are closely related, with each having their own advantages. In particular, every Lawvere theory gives a monad on the category of sets, while any "finitary" monad on the category of sets arises from a Lawvere theory. However, a monad describes algebraic structures within one particular category (for example the category of sets), while algebraic theories describe structure within any of a large class of categories (namely those having finite products). A more recent development in category theory is operad theory â€“ an operad is a set of operations, similar to a universal algebra, but restricted in that equations are only allowed between expressions with the variables, with no duplication or omission of variables allowed. Thus, rings can be described as the so-called "algebras" of some operad, but not groups, since the law g g^ = 1 duplicates the variable ''g'' on the left side and omits it on the right side. At first this may seem to be a troublesome restriction, but the payoff is that operads have certain advantages: for example, one can hybridize the concepts of ring and vector space to obtain the concept of
associative algebra In mathematics, an associative algebra ''A'' is an algebraic structure with compatible operations of addition, multiplication (assumed to be associative), and a scalar multiplication by elements in some field ''K''. The addition and multiplic ...
, but one cannot form a similar hybrid of the concepts of group and vector space. Another development is partial algebra where the operators can be partial functions. Certain partial functions can also be handled by a generalization of Lawvere theories known as essentially algebraic theories. Another generalization of universal algebra is
model theory In mathematical logic, model theory is the study of the relationship between formal theories (a collection of sentences in a formal language expressing statements about a mathematical structure), and their models (those structures in which the s ...
, which is sometimes described as "universal algebra + logic".


History

In
Alfred North Whitehead Alfred North Whitehead (15 February 1861 â€“ 30 December 1947) was an English mathematician and philosopher. He is best known as the defining figure of the philosophical school known as process philosophy, which today has found applicat ...
's book ''A Treatise on Universal Algebra,'' published in 1898, the term ''universal algebra'' had essentially the same meaning that it has today. Whitehead credits William Rowan Hamilton and Augustus De Morgan as originators of the subject matter, and
James Joseph Sylvester James Joseph Sylvester (3 September 1814 â€“ 15 March 1897) was an English mathematician. He made fundamental contributions to matrix theory, invariant theory, number theory, partition theory, and combinatorics. He played a leadership ro ...
with coining the term itself. At the time structures such as
Lie algebra In mathematics, a Lie algebra (pronounced ) is a vector space \mathfrak g together with an Binary operation, operation called the Lie bracket, an Alternating multilinear map, alternating bilinear map \mathfrak g \times \mathfrak g \rightarrow ...
s and
hyperbolic quaternion In abstract algebra, the algebra of hyperbolic quaternions is a nonassociative algebra over the real numbers with elements of the form :q = a + bi + cj + dk, \quad a,b,c,d \in \mathbb \! where the squares of i, j, and k are +1 and distinct elemen ...
s drew attention to the need to expand algebraic structures beyond the associatively multiplicative class. In a review Alexander Macfarlane wrote: "The main idea of the work is not unification of the several methods, nor generalization of ordinary algebra so as to include them, but rather the comparative study of their several structures." At the time George Boole's algebra of logic made a strong counterpoint to ordinary number algebra, so the term "universal" served to calm strained sensibilities. Whitehead's early work sought to unify quaternions (due to Hamilton), Grassmann's Ausdehnungslehre, and Boole's algebra of logic. Whitehead wrote in his book: :''"Such algebras have an intrinsic value for separate detailed study; also they are worthy of comparative study, for the sake of the light thereby thrown on the general theory of symbolic reasoning, and on algebraic symbolism in particular. The comparative study necessarily presupposes some previous separate study, comparison being impossible without knowledge."'' Whitehead, however, had no results of a general nature. Work on the subject was minimal until the early 1930s, when Garrett Birkhoff and
Øystein Ore Øystein Ore (7 October 1899 – 13 August 1968) was a Norwegian mathematician known for his work in ring theory, Galois connections, graph theory, and the history of mathematics. Life Ore graduated from the University of Oslo in 1922, with a ...
began publishing on universal algebras. Developments in
metamathematics Metamathematics is the study of mathematics itself using mathematical methods. This study produces metatheories, which are mathematical theories about other mathematical theories. Emphasis on metamathematics (and perhaps the creation of the ter ...
and
category theory Category theory is a general theory of mathematical structures and their relations that was introduced by Samuel Eilenberg and Saunders Mac Lane in the middle of the 20th century in their foundational work on algebraic topology. Nowadays, cate ...
in the 1940s and 1950s furthered the field, particularly the work of Abraham Robinson, Alfred Tarski,
Andrzej Mostowski Andrzej Mostowski (1 November 1913 – 22 August 1975) was a Polish mathematician. He is perhaps best remembered for the Mostowski collapse lemma. Biography Born in Lemberg, Austria-Hungary, Mostowski entered University of Warsaw in 1931. He was ...
, and their students. In the period between 1935 and 1950, most papers were written along the lines suggested by Birkhoff's papers, dealing with free algebras, congruence and subalgebra lattices, and homomorphism theorems. Although the development of mathematical logic had made applications to algebra possible, they came about slowly; results published by Anatoly Maltsev in the 1940s went unnoticed because of the war. Tarski's lecture at the 1950
International Congress of Mathematicians The International Congress of Mathematicians (ICM) is the largest conference for the topic of mathematics. It meets once every four years, hosted by the International Mathematical Union (IMU). The Fields Medals, the Nevanlinna Prize (to be rename ...
in Cambridge ushered in a new period in which model-theoretic aspects were developed, mainly by Tarski himself, as well as C.C. Chang, Leon Henkin, Bjarni Jónsson,
Roger Lyndon Roger Conant Lyndon (December 18, 1917 – June 8, 1988) was an American mathematician, for many years a professor at the University of Michigan.. He is known for Lyndon words, the Curtis–Hedlund–Lyndon theorem, Craig–Lyndon interpolati ...
, and others. In the late 1950s, Edward Marczewski emphasized the importance of free algebras, leading to the publication of more than 50 papers on the algebraic theory of free algebras by Marczewski himself, together with Jan Mycielski, Władysław Narkiewicz, Witold Nitka, J. Płonka, S. Świerczkowski, K. Urbanik, and others. Starting with William Lawvere's thesis in 1963, techniques from category theory have become important in universal algebra.


See also

* Graph algebra * Term algebra *
Clone Clone or Clones or Cloning or Cloned or The Clone may refer to: Places * Clones, County Fermanagh * Clones, County Monaghan, a town in Ireland Biology * Clone (B-cell), a lymphocyte clone, the massive presence of which may indicate a pathologi ...
*
Universal algebraic geometry In algebraic geometry, universal algebraic geometry generalizes the geometry of rings to geometries of arbitrary varieties of algebras, so that every variety of algebras has its own algebraic geometry. The two terms ''algebraic variety'' and ''var ...
*
Simple universal algebra In universal algebra, an abstract algebra ''A'' is called ''simple'' if and only if it has no nontrivial congruence relations, or equivalently, if every homomorphism with domain ''A'' is either injective or constant. As congruences on rings are ...


Footnotes


References

* Bergman, George M., 1998.
An Invitation to General Algebra and Universal Constructions
' (pub. Henry Helson, 15 the Crescent, Berkeley CA, 94708) 398 pp. . * Birkhoff, Garrett, 1946. Universal algebra. ''Comptes Rendus du Premier Congrès Canadien de Mathématiques'', University of Toronto Press, Toronto, pp. 310–326. * Burris, Stanley N., and H.P. Sankappanavar, 1981.

' Springer-Verlag. ''Free online edition''. * Cohn, Paul Moritz, 1981. ''Universal Algebra''. Dordrecht, Netherlands: D.Reidel Publishing. ''(First published in 1965 by Harper & Row)'' * Freese, Ralph, and Ralph McKenzie, 1987.
Commutator Theory for Congruence Modular Varieties
1st ed. London Mathematical Society Lecture Note Series, 125. Cambridge Univ. Press. . Free online second edition''. * Grätzer, George, 1968. ''Universal Algebra'' D. Van Nostrand Company, Inc. * Higgins, P. J
Groups with multiple operators
Proc. London Math. Soc. (3) 6 (1956), 366–416. * Higgins, P.J., Algebras with a scheme of operators. '' Mathematische Nachrichten'' (27) (1963) 115–132. * Hobby, David, and Ralph McKenzie, 1988.
The Structure of Finite Algebras
' American Mathematical Society. . ''Free online edition.'' * Jipsen, Peter, and Henry Rose, 1992.

', Lecture Notes in Mathematics 1533. Springer Verlag. . ''Free online edition''. * Pigozzi, Don.
General Theory of Algebras
'. ''Free online edition.'' * Smith, J.D.H., 1976. ''Mal'cev Varieties'', Springer-Verlag. * Whitehead, Alfred North, 1898.
A Treatise on Universal Algebra
', Cambridge. (''Mainly of historical interest.'')


External links


''Algebra Universalis''
��a journal dedicated to Universal Algebra. {{Authority control