Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Magma (algebra)

From Wikipedia, the free encyclopedia
Algebraic structure with a binary operation
This article is about the algebraic structure. For groupoids in category theory, seeGroupoid. For other uses, seeMagma (disambiguation).
Algebraic structures

Inabstract algebra, amagma,binar,[1] or, rarely,groupoid is a basic kind ofalgebraic structure. Specifically, a magma consists of aset equipped with a singlebinary operation that must beclosed by definition. No other properties are imposed.

History and terminology

[edit]

The termgroupoid was introduced in 1927 byHeinrich Brandt describing hisBrandt groupoid. The term was then appropriated by B. A. Hausmann andØystein Ore (1937)[2] in the sense (of a set with a binary operation) used in this article. In a couple of reviews of subsequent papers inZentralblatt, Brandt strongly disagreed with this overloading of terminology. The Brandt groupoid is agroupoid in the sense used in category theory, but not in the sense used by Hausmann and Ore. Nevertheless, influential books in semigroup theory, includingClifford andPreston (1961) andHowie (1995) use groupoid in the sense of Hausmann and Ore. Hollings (2014) writes that the termgroupoid is "perhaps most often used in modern mathematics" in the sense given to it in category theory.[3]

According to Bergman and Hausknecht (1996): "There is no generally accepted word for a set with a not necessarily associative binary operation. The wordgroupoid is used by many universal algebraists, but workers in category theory and related areas object strongly to this usage because they use the same word to mean 'category in which all morphisms are invertible'. The termmagma was used bySerre [Lie Algebras and Lie Groups, 1965]."[4] It also appears inBourbaki'sÉléments de mathématique, Algèbre, chapitres 1 à 3, 1970.[5]

Definition

[edit]

A magma is asetM matched with anoperation • that sends any twoelementsa,bM to another element,abM. The symbol • is a general placeholder for a properly defined operation. To qualify as a magma, the set and operation(M, •) must satisfy the following requirement (known as themagma orclosure property):

For alla,b inM, the result of the operationab is also inM.

And in mathematical notation:

a,bMabM.{\displaystyle a,b\in M\implies a\cdot b\in M.}

If • is instead apartial operation, then(M, •) is called apartial magma[6] or, more often, apartial groupoid.[6][7]

Morphism of magmas

[edit]

Amorphism of magmas is a functionf :MN that maps magma(M, •) to magma(N, ∗) that preserves the binary operation:

f (xy) =f(x) ∗f(y).

For example, withM equal to thepositive real numbers and • as thegeometric mean,N equal to the real number line, and ∗ as thearithmetic mean, alogarithmf is a morphism of the magma (M, •) to (N, ∗).

proof:logxy = logx+logy2{\displaystyle \log {\sqrt {xy}}\ =\ {\frac {\log x+\log y}{2}}}

Note that these commutative magmas are not associative; nor do they have anidentity element. This morphism of magmas has been used ineconomics since 1863 whenW. Stanley Jevons calculated the rate ofinflation in 39 commodities in England in hisA Serious Fall in the Value of Gold Ascertained, page 7.

Notation and combinatorics

[edit]

The magma operation may be applied repeatedly, and in the general, non-associative case, the order matters, which is notated with parentheses. Also, the operation • is often omitted and notated by juxtaposition:

(a • (bc)) •d ≡ (a(bc))d.

A shorthand is often used to reduce the number of parentheses, in which the innermost operations and pairs of parentheses are omitted, being replaced just with juxtaposition:xyz ≡ (xy) •z. For example, the above is abbreviated to the following expression, still containing parentheses:

(abc)d.

A way to avoid completely the use of parentheses isprefix notation, in which the same expression would be written••abcd. Another way, familiar to programmers, ispostfix notation (reverse Polish notation), in which the same expression would be writtenabc••d, in which the order of execution is simply left-to-right (nocurrying).

The set of all possiblestrings consisting of symbols denoting elements of the magma, and sets of balanced parentheses is called theDyck language. The total number of different ways of writingn applications of the magma operator is given by theCatalan numberCn. Thus, for example,C2 = 2, which is just the statement that(ab)c anda(bc) are the only two ways of pairing three elements of a magma with two operations. Less trivially,C3 = 5:((ab)c)d,(a(bc))d,(ab)(cd),a((bc)d), anda(b(cd)).

There arenn2 magmas withn elements, so there are 1, 1, 16, 19683,4294967296, ... (sequenceA002489 in theOEIS) magmas with 0, 1, 2, 3, 4, ... elements. The corresponding numbers of non-isomorphic magmas are 1, 1, 10, 3330,178981952, ... (sequenceA001329 in theOEIS) and the numbers of simultaneously non-isomorphic and non-antiisomorphic magmas are 1, 1, 7, 1734,89521056, ... (sequenceA001424 in theOEIS).[8]

Free magma

[edit]

Afree magmaMX on a setX is the "most general possible" magma generated byX (i.e., there are no relations or axioms imposed on the generators; seefree object). The binary operation onMX is formed by wrapping each of the two operands in parentheses and juxtaposing them in the same order. For example:

ab = (a)(b),
a • (ab) = (a)((a)(b)),
(aa) •b = ((a)(a))(b).

MX can be described as the set of non-associative words onX with parentheses retained.[9]

It can also be viewed, in terms familiar incomputer science, as the magma of fullbinary trees with leaves labelled by elements ofX. The operation is that of joining trees at the root.

A free magma has theuniversal property such that iff :XN is a function fromX to any magmaN, then there is a unique extension off to a morphism of magmasf

f :MXN.
See also:Free semigroup,Free group,Hall set, andWedderburn–Etherington number

Types of magma

[edit]
Algebraic structures from magmas to groups

Magmas are not often studied as such; instead there are several different kinds of magma, depending on what axioms the operation is required to satisfy. Commonly studied types of magma include:

Note that each of divisibility and invertibility imply thecancellation property.

Magmas withcommutativity

Classification by properties

[edit]
Group-like structures
TotalAssociativeIdentityDivisibleCommutative
Partial magmaUnneededUnneededUnneededUnneededUnneeded
SemigroupoidUnneededRequiredUnneededUnneededUnneeded
Small categoryUnneededRequiredRequiredUnneededUnneeded
GroupoidUnneededRequiredRequiredRequiredUnneeded
CommutativegroupoidUnneededRequiredRequiredRequiredRequired
MagmaRequiredUnneededUnneededUnneededUnneeded
CommutativemagmaRequiredUnneededUnneededUnneededRequired
QuasigroupRequiredUnneededUnneededRequiredUnneeded
CommutativequasigroupRequiredUnneededUnneededRequiredRequired
Unital magmaRequiredUnneededRequiredUnneededUnneeded
Commutativeunital magmaRequiredUnneededRequiredUnneededRequired
LoopRequiredUnneededRequiredRequiredUnneeded
CommutativeloopRequiredUnneededRequiredRequiredRequired
SemigroupRequiredRequiredUnneededUnneededUnneeded
CommutativesemigroupRequiredRequiredUnneededUnneededRequired
AssociativequasigroupRequiredRequiredUnneededRequiredUnneeded
Commutative-and-associativequasigroupRequiredRequiredUnneededRequiredRequired
MonoidRequiredRequiredRequiredUnneededUnneeded
Commutative monoidRequiredRequiredRequiredUnneededRequired
GroupRequiredRequiredRequiredRequiredUnneeded
Abelian groupRequiredRequiredRequiredRequiredRequired

A magma(S, •), withx,y,u,zS, is called

Medial
If it satisfies the identityxyuzxuyz
Left semimedial
If it satisfies the identityxxyzxyxz
Right semimedial
If it satisfies the identityyzxxyxzx
Semimedial
If it is both left and right semimedial
Left distributive
If it satisfies the identityxyzxyxz
Right distributive
If it satisfies the identityyzxyxzx
Autodistributive
If it is both left and right distributive
Commutative
If it satisfies the identityxyyx
Idempotent
If it satisfies the identityxxx
Unipotent
If it satisfies the identityxxyy
Zeropotent
If it satisfies the identitiesxxyxxyxx[10]
Alternative
If it satisfies the identitiesxxyxxy andxyyxyy
Power-associative
If the submagma generated by any element is associative
Flexible
ifxyxxyx
Associative
If it satisfies the identityxyzxyz, called asemigroup
A left unar
If it satisfies the identityxyxz
A right unar
If it satisfies the identityyxzx
Semigroup with zero multiplication, ornull semigroup
If it satisfies the identityxyuv
Unital
If it has an identity element
Left-cancellative
If, for allx,y,z, relationxy =xz impliesy =z
Right-cancellative
If, for allx,y,z, relationyx =zx impliesy =z
Cancellative
If it is both right-cancellative and left-cancellative
Asemigroup with left zeros
If it is a semigroup and it satisfies the identityxyx
Asemigroup with right zeros
If it is a semigroup and it satisfies the identityyxx
Trimedial
If any triple of (not necessarily distinct) elements generates a medial submagma
Entropic
If it is ahomomorphic image of a medialcancellation magma.[11]
Central
If it satisfies the identityxyyzy

Number of magmas satisfying given properties

[edit]
IdempotenceCommutative propertyAssociative propertyCancellation propertyOEIS sequence (labeled)OEIS sequence (isomorphism classes)
UnneededUnneededUnneededUnneededA002489A001329
RequiredUnneededUnneededUnneededA090588A030247
UnneededRequiredUnneededUnneededA023813A001425
UnneededUnneededRequiredUnneededA023814A001423
UnneededUnneededUnneededRequiredA002860 add a(0)=1A057991
RequiredRequiredUnneededUnneededA076113A030257
RequiredUnneededRequiredUnneeded
RequiredUnneededUnneededRequired
UnneededRequiredRequiredUnneededA023815A001426
UnneededRequiredUnneededRequiredA057992
UnneededUnneededRequiredRequiredA034383 add a(0)=1A000001 with a(0)=1 instead of 0
RequiredRequiredRequiredUnneeded
RequiredRequiredUnneededRequireda(n)=1 for n=0 and all odd n, a(n)=0 for all even n≥2
RequiredUnneededRequiredRequireda(0)=a(1)=1, a(n)=0 for all n≥2a(0)=a(1)=1, a(n)=0 for all n≥2
UnneededRequiredRequiredRequiredA034382 add a(0)=1A000688 add a(0)=1
RequiredRequiredRequiredRequireda(0)=a(1)=1, a(n)=0 for all n≥2a(0)=a(1)=1, a(n)=0 for all n≥2

Category of magmas

[edit]

The category of magmas, denotedMag, is thecategory whose objects are magmas and whosemorphisms aremagma homomorphisms. The categoryMag hasdirect products, and there is aninclusion functor:Set → Med ↪ Mag as trivial magmas, withoperations given byprojectionx T y =y.

An important property is that aninjectiveendomorphism can be extended to anautomorphism of a magmaextension, just thecolimit of the (constant sequence of the)endomorphism.

Because thesingleton({*}, *) is theterminal object ofMag, and becauseMag isalgebraic,Mag is pointed andcomplete.[12]

See also

[edit]

References

[edit]
  1. ^Bergman, Clifford (2011),Universal Algebra: Fundamentals and Selected Topics, CRC Press,ISBN 978-1-4398-5130-2
  2. ^Hausmann, B. A.; Ore, Øystein (October 1937), "Theory of quasi-groups",American Journal of Mathematics,59 (4):983–1004,doi:10.2307/2371362,JSTOR 2371362.
  3. ^Hollings, Christopher (2014),Mathematics across the Iron Curtain: A History of the Algebraic Theory of Semigroups, American Mathematical Society, pp. 142–143,ISBN 978-1-4704-1493-1.
  4. ^Bergman, George M.; Hausknecht, Adam O. (1996),Cogroups and Co-rings in Categories of Associative Rings, American Mathematical Society, p. 61,ISBN 978-0-8218-0495-7.
  5. ^Bourbaki, N. (1998) [1970],"Algebraic Structures: §1.1 Laws of Composition: Definition 1",Algebra I: Chapters 1–3, Springer, p. 1,ISBN 978-3-540-64243-5.
  6. ^abMüller-Hoissen, Folkert; Pallo, Jean Marcel; Stasheff, Jim, eds. (2012),Associahedra, Tamari Lattices and Related Structures: Tamari Memorial Festschrift, Springer, p. 11,ISBN 978-3-0348-0405-9.
  7. ^Evseev, A. E. (1988), "A survey of partial groupoids", in Silver, Ben (ed.),Nineteen Papers on Algebraic Semigroups, American Mathematical Society,ISBN 0-8218-3115-1.
  8. ^Weisstein, Eric W."Groupoid".MathWorld.
  9. ^Rowen, Louis Halle (2008),"Definition 21B.1.",Graduate Algebra: Noncommutative View,Graduate Studies in Mathematics,American Mathematical Society, p. 321,ISBN 978-0-8218-8408-9.
  10. ^Kepka, T.; Němec, P. (1996),"Simple balanced groupoids"(PDF),Acta Universitatis Palackianae Olomucensis. Facultas Rerum Naturalium. Mathematica,35 (1):53–60.
  11. ^Ježek, Jaroslav; Kepka, Tomáš (1981),"Free entropic groupoids"(PDF),Commentationes Mathematicae Universitatis Carolinae,22 (2):223–233,MR 0620359.
  12. ^Borceux, Francis; Bourn, Dominique (2004).Mal'cev, protomodular, homological and semi-abelian categories. Springer. pp. 7, 19.ISBN 1-4020-1961-0.

Further reading

[edit]
Authority control databases: NationalEdit this at Wikidata
Retrieved from "https://en.wikipedia.org/w/index.php?title=Magma_(algebra)&oldid=1267727836"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp