Line 797: |
Line 797: |
| |} | | |} |
| | | |
− | It is customary to use a number of abbreviations and conventions in discussing semigroups, monoids, and groups. A system <math>\underline{X} = (X, *)\!</math> is given the adjective ''commutative'' if and only if <math>*\!</math> is commutative. Commutative group, however, are traditionally called ''abelian groups''. By way of making comparisons with familiar systems and operations, the following usages are also common. | + | It is customary to use a number of abbreviations and conventions in discussing semigroups, monoids, and groups. A system <math>\underline{X} = (X, *)\!</math> is given the adjective ''commutative'' if and only if <math>*\!</math> is commutative. Commutative groups, however, are traditionally called ''abelian groups''. By way of making comparisons with familiar systems and operations, the following usages are also common. |
| | | |
| # One says that <math>\underline{X}\!</math> is ''written multiplicatively'' to mean that a raised dot <math>(\cdot)\!</math> or concatenation is used instead of a star for the LOC. In this case, the unit element is commonly written as an ordinary algebraic one, <math>1,\!</math> while the inverse of an element <math>x\!</math> is written as <math>x^{-1}.\!</math> The multiplicative manner of presentation is the one that is usually taken by default in the most general types of situations. In the multiplicative idiom, the following definitions of ''powers'', ''cyclic groups'', and ''generators'' are also common. | | # One says that <math>\underline{X}\!</math> is ''written multiplicatively'' to mean that a raised dot <math>(\cdot)\!</math> or concatenation is used instead of a star for the LOC. In this case, the unit element is commonly written as an ordinary algebraic one, <math>1,\!</math> while the inverse of an element <math>x\!</math> is written as <math>x^{-1}.\!</math> The multiplicative manner of presentation is the one that is usually taken by default in the most general types of situations. In the multiplicative idiom, the following definitions of ''powers'', ''cyclic groups'', and ''generators'' are also common. |
| + | |
| + | The '''<math>n^\text{th}\!</math> power''' of <math>x\!</math> in a semigroup <math>\underline{X} = (X, \cdot),\!</math> for a positive integer <math>n,\!</math> is notated as <math>x^n\!</math> and defined as follows. Proceeding recursively, for <math>n = 1,\!</math> let <math>x^1 = x,\!</math> and for <math>n > 1,\!</math> let <math>x^n = x^{n-1} \cdot x.\!</math> |
| | | |
| <pre> | | <pre> |
− | The "nth power" of x in a semigroup X = <X, .>, for positive integer n, is notated as "xn" and defined as follows. Proceeding recursively, for n = 1, let x1 = x, and for n > 1, let xn = x(n 1).x.
| |
− |
| |
| The "nth power" of x in a monoid X = <X, ., 1>, for natural number n, is defined the same way for n > 0, letting x0 = 1 when n = 0. | | The "nth power" of x in a monoid X = <X, ., 1>, for natural number n, is defined the same way for n > 0, letting x0 = 1 when n = 0. |
| | | |