Group theory: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Jared Grubb
(→‎Special kinds of groups: write out some prose)
imported>Jared Grubb
(→‎Examples of groups: first prose)
Line 32: Line 32:


== Examples of groups ==
== Examples of groups ==
{{main|Examples of groups}}
=== Abelian examples ===
The [[integer]]s together with addition is a cyclic group. Consider the required properties:
* Addition is a ''well-defined binary operator''. Whenever ''a'' and ''b'' are integers, <math>a+b</math> is also an integer, and so the operation is closed on the group.
* The element 0 is the ''additive identity'' for the group. It is easy to see that <math>a+0=a</math> and <math>0+a=a</math>.
* Every element has an ''inverse''. For example, the inverse of 2 is -2, because <math>2+(-2)=0</math>.
* Addition is ''associative''. <math>(a+b)+c=a+(b+c)</math>
* The group is ''abelian''. <math>a+b=b+a</math>
* The group is ''cyclic'' with 1 as its generator. For example, 2=1+1, 3=1+1+1, 4=1+1+1+1, and so on. Further, -3=(-1)+(-1)+(-1), the third multiple of the inverse of 1.
By similar reasoning, the [[real number]]s with addition is an abelian group, but it is not cyclic. There is no single element such that every real number is some integral multiple of that element (if you suppose that there is such an element, say ''a'', then ''a''/2 is not an integral multiple of ''a'')
The integers with multiplication, however, is ''not'' a group. Multiplication is well-defined and associative, and 1 is an identity element. However, not all elements have inverses. For example, the inverse of 2 should be 1/2 (since <math>2\cdot\frac{1}{2}=1</math>), but 1/2 is not an integer.
However, the real numbers with multiplication are still ''not'' a group. It is almost a group, since all the nonzero real numbers have an inverse (the inverse of ''a'' is 1/''a''). But, zero has no inverse. This single failure means that the real numbers with multiplication are not a group.
=== Nonabelian examples ===
One of the first examples of non-commutative multiplication arises in [[linear algebra]]. [[Matrix multiplication]] is not commutative (the product AB is not the same as BA).
The set of all n-by-n [[invertible matrix|invertible]] real matrices together with matrix multiplication is a group. This group is called the [[general linear group]] of degree ''n'', and is written <math>GL_n(\Bbb{R})</math>.
As a finite example, the [[symmetric group]]s of degree greater than 2 are all nonabelian.


== Operations involving groups ==
== Operations involving groups ==

Revision as of 23:58, 3 May 2007

Group theory is the study of the algebraic structures called groups. A group is a set that, in an abstract sense, has a special kind of "structure" with some very "nice" properties. Many of the sets commonly used in mathematics, like the integers and the complex numbers, are groups.

Group theory provides a basic foundation to study other algebraic structures that have even more structure, like rings and fields.

History of group theory

Concepts from group theory

A group

For more information, see: Group (mathematics).

A group is a set and a binary operator that has the following properties:

  • The group has an identity element: There is an element , such that and for all in the group.
  • Every element has an inverse: For each element in the group, there is another element , such that and . ( is the identity element)
  • The operation is associative: For all elements , and we have .

Notation for groups

A group can have only one identity element, and although this element is generically labeled , it is often relabeled depending on the group being described. Examples of this notation will be shown later, but the identity element may be called (often for abelian groups), (usually for multiplicative groups), or (in groups of matrices).

The inverse of an element gets its own notation, again depending on the context. In multiplicative groups (groups where the operation reminds us of multiplication) the inverse of an element is written and in additive groups the inverse of is usually written .

Subgroups and normal subgroups

For more information, see: Normal subgroup.

A subgroup is a subset of a group that is itself a group. Not every subset of a group is a subgroup (for example, a subset that does not contain the identity element e cannot be a group). A normal subgroup is a very important kind of subgroup and is defined by a few different equivalent definitions. The role of normal subgroups will be shown in the next few sections.

Special kinds of groups

An abelian group is a group with an operation that is commutative. That is, for every element x and y in the group. Abelian groups are often easier to analyze than non-abelian groups. For example, all subgroups of an abelian group are normal. As a matter of style, the operator on an abelian group is often called "addition" and the identity element called 0. Conversely, non-abelian groups often (but not always) use the multiplication operator and call the identity element 1. Again, the notation used is a matter of context and preference.

A cyclic group is a group that is generated by a single element. The cyclic group G generated by the element g is the set of all the integral powers of the element g and its inverse. Every cyclic group is abelian, but the converse is not true (see the examples).

A solvable group, or a soluble group, is a group that has a normal series whose quotient groups are all abelian. A simple group is a group that has no non-trivial normal subgroups. One interesting simple group is the alternating subgroup , which has 60 elements. Simple groups cannot be solvable, and so and the symmetric group are not solvable. This is one of the first important results to arise from group theory. The fact that is not solvable gives a proof that there is no closed form solution to solve a quintic polynomial (recall that the quadratic equation gives the roots for any 2nd-degree polynomial; this result states that there is no such equation for a 5th-degree polynomial, or any other general polynomial with degree larger than 4).

A free group is a group in which every element of the group is a unique product, or string, of elements of some subset of the group. Every group is isomorphic to a quotient group of some free group, so understanding the properties of free groups helps us understand the structure of all groups. Free groups are also used to find the presentation of a group, a useful tool used to completely characterize the structure of a group.

Examples of groups

For more information, see: Examples of groups.

Abelian examples

The integers together with addition is a cyclic group. Consider the required properties:

  • Addition is a well-defined binary operator. Whenever a and b are integers, is also an integer, and so the operation is closed on the group.
  • The element 0 is the additive identity for the group. It is easy to see that and .
  • Every element has an inverse. For example, the inverse of 2 is -2, because .
  • Addition is associative.
  • The group is abelian.
  • The group is cyclic with 1 as its generator. For example, 2=1+1, 3=1+1+1, 4=1+1+1+1, and so on. Further, -3=(-1)+(-1)+(-1), the third multiple of the inverse of 1.

By similar reasoning, the real numbers with addition is an abelian group, but it is not cyclic. There is no single element such that every real number is some integral multiple of that element (if you suppose that there is such an element, say a, then a/2 is not an integral multiple of a)

The integers with multiplication, however, is not a group. Multiplication is well-defined and associative, and 1 is an identity element. However, not all elements have inverses. For example, the inverse of 2 should be 1/2 (since ), but 1/2 is not an integer.

However, the real numbers with multiplication are still not a group. It is almost a group, since all the nonzero real numbers have an inverse (the inverse of a is 1/a). But, zero has no inverse. This single failure means that the real numbers with multiplication are not a group.

Nonabelian examples

One of the first examples of non-commutative multiplication arises in linear algebra. Matrix multiplication is not commutative (the product AB is not the same as BA).

The set of all n-by-n invertible real matrices together with matrix multiplication is a group. This group is called the general linear group of degree n, and is written .

As a finite example, the symmetric groups of degree greater than 2 are all nonabelian.

Operations involving groups

Comparing a group to other algebraic structures