Line 799: |
Line 799: |
| 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. | | 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. |
| | | |
| : In a semigroup, the <math>n^\text{th}\!</math> '''power''' of an element <math>x\!</math> is notated as <math>x^n\!</math> and defined for every positive integer <math>n\!</math> in the following manner. Proceeding recursively, let <math>x^1 = x\!</math> and let <math>x^n = x^{n-1} \cdot x\!</math> for all <math>n > 1.\!</math> | | : In a semigroup, the <math>n^\text{th}\!</math> '''power''' of an element <math>x\!</math> is notated as <math>x^n\!</math> and defined for every positive integer <math>n\!</math> in the following manner. Proceeding recursively, let <math>x^1 = x\!</math> and let <math>x^n = x^{n-1} \cdot x\!</math> for all <math>n > 1.\!</math> |
Line 808: |
Line 808: |
| | | |
| : A group <math>\underline{X}\!</math> is '''cyclic''' if and only if there is an element <math>g \in X\!</math> such that every <math>x \in X\!</math> can be written as <math>x = g^n\!</math> for some <math>n \in \mathbb{Z}.\!</math> In this case, an element such as <math>g\!</math> is called a '''generator''' of the group. | | : A group <math>\underline{X}\!</math> is '''cyclic''' if and only if there is an element <math>g \in X\!</math> such that every <math>x \in X\!</math> can be written as <math>x = g^n\!</math> for some <math>n \in \mathbb{Z}.\!</math> In this case, an element such as <math>g\!</math> is called a '''generator''' of the group. |
| + | |
| + | One says that <math>\underline{X}\!</math> is '''written additively''' to mean that a plus sign <math>(+)\!</math> is used instead of a star for the LOC. In this case, the notation <math>x + y\!</math> indicates a value in <math>X\!</math> called the '''sum''' of <math>x\!</math> and <math>y.\!</math> This involves the further conventions that the unit element is written as a zero, <math>0,\!</math> and may be called the '''zero element''', while the inverse of an element <math>x\!</math> is written as <math>-x,\!</math> and may be called the '''negative''' of <math>x.\!</math> Usually, but not always, this manner of presentation is reserved for commutative systems and abelian groups. In the additive idiom, the following definitions of ''multiples'', ''cyclic groups'', and ''generators'' are also common. |
| | | |
| <pre> | | <pre> |
− | When one says that X is "written additively" it means that a plus sign "+" is used instead of a star "*" for the LOC. In this case, the notation "x + y" indicates a value in X called the "sum" of x and y. This involves the further conventions that the unit element is written as a zero "0", and may be called the "zero element", while the inverse of an element x is written as " x", and may be called the "negative of x". Usually, but not always, this manner of presentation is reserved for commutative systems and abelian groups. In the additive idiom, the following definitions of "multiples", "cyclic groups", and "generators" are also common.
| |
− |
| |
| The "nth multiple" of x in a semigroup X = <X, +>, for integer n > 0, is notated as "nx" and defined as follows. Proceeding recursively, for n = 1, let 1x = x, and for n > 1, let nx = (n 1)x + x. | | The "nth multiple" of x in a semigroup X = <X, +>, for integer n > 0, is notated as "nx" and defined as follows. Proceeding recursively, for n = 1, let 1x = x, and for n > 1, let nx = (n 1)x + x. |
| | | |