Groups

 

Groups

Combining the above concepts gives one of the most important structures in mathematics: a group. A group is a combination of a set S and a single binary operation ∗, defined in any way you choose, but with the following properties:

  • An identity element e exists, such that for every member a of Se ∗ a and a ∗ e are both identical to a.
  • Every element has an inverse: for every member a of S, there exists a member a−1 such that a ∗ a−1 and a−1 ∗ a are both identical to the identity element.
  • The operation is associative: if ab and c are members of S, then (a ∗ b) ∗ c is identical to a ∗ (b ∗ c).

If a group is also commutative – that is, for any two members a and b of Sa ∗ b is identical to b ∗ a – then the group is said to be abelian.

For example, the set of integers under the operation of addition is a group. In this group, the identity element is 0 and the inverse of any element a is its negation, −a. The associativity requirement is met, because for any integers ab and c, (a + b) + c = a + (b + c)

The non-zero rational numbers form a group under multiplication. Here, the identity element is 1, since 1 × a = a × 1 = a for any rational number a. The inverse of a is 1/a, since a × 1/a = 1.

The integers under the multiplication operation, however, do not form a group. This is because, in general, the multiplicative inverse of an integer is not an integer. For example, 4 is an integer, but its multiplicative inverse is 1/4, which is not an integer.

The theory of groups is studied in group theory. A major result of this theory is the classification of finite simple groups, mostly published between about 1955 and 1983, which separates the finite simple groups into roughly 30 basic types.

Semi-groupsquasi-groups, and monoids are algebraic structures similar to groups, but with less constraints on the operation. They comprise a set and a closed binary operation but do not necessarily satisfy the other conditions. A semi-group has an associative binary operation but might not have an identity element. A monoid is a semi-group which does have an identity but might not have an inverse for every element. A quasi-group satisfies a requirement that any element can be turned into any other by either a unique left-multiplication or right-multiplication; however, the binary operation might not be associative.

All groups are monoids, and all monoids are semi-groups.

Examples
SetNatural numbers NIntegers ZRational numbers Q
Real numbers R
Complex numbers C
Integers modulo 3
Z/3Z = {0, 1, 2}
Operation+×+×+×÷+×
ClosedYesYesYesYesYesYesYesNoYesYes
Identity01010N/A1N/A01
InverseN/AN/AaN/AaN/A1/a
(a ≠ 0)
N/A0, 2, 1, respectivelyN/A, 1, 2, respectively
AssociativeYesYesYesYesYesNoYesNoYesYes
CommutativeYesYesYesYesYesNoYesNoYesYes
Structuremonoidmonoidabelian groupmonoidabelian groupquasi-groupmonoidquasi-groupabelian groupmonoid

Rings and fields

Groups just have one binary operation. To fully explain the behaviour of the different types of numbers, structures with two operators need to be studied. The most important of these are rings and fields.

ring has two binary operations (+) and (×), with × distributive over +. Under the first operator (+) it forms an abelian group. Under the second operator (×) it is associative, but it does not need to have an identity, or inverse, so division is not required. The additive (+) identity element is written as 0 and the additive inverse of a is written as −a.

Distributivity generalises the distributive law for numbers. For the integers (a + b) × c = a × c + b × c and c × (a + b) = c × a + c × b, and × is said to be distributive over +.

The integers are an example of a ring. The integers have additional properties which make it an integral domain.

field is a ring with the additional property that all the elements excluding 0 form an abelian group under ×. The multiplicative (×) identity is written as 1 and the multiplicative inverse of a is written as a−1.

The rational numbers, the real numbers and the complex numbers are all examples of fields.

Comments

Popular posts from this blog

Introduction to Complex analysis

Conformal mapping