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>Meg Taylor
m (spelling: tranformations -> transformations)
 
(28 intermediate revisions by 9 users not shown)
Line 1: Line 1:
'''Group theory''' is the study of the [[algebraic structure]]s called [[group (mathematics)|group]]s. A group is a [[set (mathematics)|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 number]]s, are groups.
{{subpages}}


Group theory provides a basic foundation to study other algebraic structures that have even more structure, like [[ring theory|rings]] and [[field theory|fields]].
In mathematics, '''groups''' often arise as structures representing the set of possible symmetries of some object. We have been intentionally vague about the meaning of the terms ''symmetry'' and ''object''. The terms may have an obvious geometric sense. For example, the set of orientation-preserving [[continuous]] transformations of the  Euclidean plane <math>\mathbb{R}^2</math> that take lines to lines and preserve angles can be decomposed into transformations of two types: [[rotations]] which rotate the whole plane around the origin by an angle of <math>\theta</math>, and [[translations]], which shift the origin to a new point and move the whole plane along with it without any "twisting". In coordinates, we can write an arbitrary rotation as
 
:<math>(x, y) \mapsto (x\cos\theta - y\sin\theta, x\sin\theta + y\cos\theta)</math>,
 
and translations as
 
:<math>(x, y) \mapsto (x + x_0, y + y_0)</math>.
 
Of course, rotations and translations can be combined, and the full group of symmetries is called the 2-dimensional affine group. [[Felix Klein]] pioneered this approach to geometry, calling it the [[Erlangen Program]]. It would be subsequently taken up and generalized by [[Élie Cartan]] and remains an important approach to [[differential geometry]].
 
But it would be misleading to focus entirely on geometric examples. In fact, the very word ''group'' was introduced by [[Évariste Galois]] in the context of algebraic equations, as part of what is now called [[Galois theory]]. Consider the polynomial <math>x^2 + 1</math>, it is [[irreducible]] over the real numbers, meaning that we cannot find two real numbers <math>a</math> and <math>b</math>, such that
 
:<math>x^2 + 1 = (x - a)(x - b)</math>.
 
However, over the [[complex number]]s we can write
 
:<math>x^2 + 1 = (x + i)(x - i)</math>.
 
Now, complex conjugation, that is, the mapping <math>a + bi \mapsto a - bi</math>, can be thought of as a "symmetry" of the complex numbers. Now, what happens if we take the complex conjugate of the constant values in <math>(x + i)(x - i)</math>? We get, <math>(x - i)(x + i)</math>; that is, the order of the factors is reversed, but when we multiply it out, the product is still <math>x^2 + 1</math>. It turns out that complex conjugation and doing nothing are the two "symmetries" of the complex numbers having thd property that a) the ordinary algebraic operations of addition, multiplication, taking reciprocals and multiplying by a real number and b) the polynomial <math>x^2 + 1</math> are left unchanged. This two element group (written <math>\mathbb{Z}_2</math>) is called the Galois group of the extension <math>\mathbb{C}/\mathbb{R}</math> or, more simply, of the polynomial <math>x^2 + 1</math>. This is but one example of how groups can arise in mathematics where we are not directly concerned with symmetries of geometric objects.


== History of group theory ==
== History of group theory ==


== Concepts from group theory ==
== Definitions of groups and subgroups ==
=== A group ===
{{main|Group (mathematics)}}
{{main|Group (mathematics)}}
A '''group''' is a [[set (mathematics)|set]] <math>G</math> and a [[binary operator]] <math>\cdot</math> that has the following properties:
=== Groups ===
* ''The group has an identity element:'' There is an element <math>e</math>, such that <math>x \cdot e = x</math> and <math>e \cdot x = x</math> for all <math>x</math> in the group.
A '''group''' is a [[set (mathematics)|set]] <math>G</math> and a [[binary operation]] <math>\cdot</math> that has the following properties:
* ''The group has an [[identity element]]:'' There is an element <math>e</math>, such that <math>x \cdot e = x</math> and <math>e \cdot x = x</math> for all <math>x</math> in the group.
* ''Every element has an inverse:'' For each element <math>x</math> in the group, there is another element <math>y</math>, such that <math>x \cdot y = e</math> and <math>y \cdot x = e</math>. (<math>e</math> is the identity element)
* ''Every element has an inverse:'' For each element <math>x</math> in the group, there is another element <math>y</math>, such that <math>x \cdot y = e</math> and <math>y \cdot x = e</math>. (<math>e</math> is the identity element)
* ''The operation is associative:'' For all elements <math>x</math>, <math>y</math> and <math>z</math> we have <math>x \cdot (y \cdot z) = (x \cdot y ) \cdot z</math>.
* ''The operation is [[associative]]:'' For all elements <math>x</math>, <math>y</math> and <math>z</math> we have <math>x \cdot (y \cdot z) = (x \cdot y ) \cdot z</math>.
 
==== Notation for groups ====
A group can have only one identity element, and although this element is generically labeled <math>e</math>, 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 <math>0</math> (often for abelian groups), <math>1</math> (usually for multiplicative groups), or <math>I</math> (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 <math>x</math> is written <math>x^{-1}</math> and in additive groups the inverse of <math>x</math> is usually written <math>-x</math>.


=== Subgroups and normal subgroups ===
=== Subgroups and normal subgroups ===
{{main|Normal subgroup}}
A [[subgroup]] is a [[subset]] of a group that is itself a group with respect to the "inherited" operations. 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.
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 ==
== Special kinds of groups ==
An [[abelian group]] is a group with an operation that is commutative. That is, <math>x \cdot y = y \cdot x</math> 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 <math>\cdot</math> and call the identity element 1. Again, the notation used is a matter of context and preference.  
An [[abelian group]] is a group with an operation that is [[commutative]]. That is, <math>x \cdot y = y \cdot x</math> 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 <math>\cdot</math> 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 [[generating set|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 [[cyclic group]] is a group that is [[generating set|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]] <math>A_5</math>, which has 60 elements. Simple groups cannot be solvable, and so <math>A_5</math> and the [[symmetric group]] <math>S_5</math> are not solvable. This is one of the first important results to arise from group theory. The fact that <math>S_5</math> 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 [[solvable group]], or a soluble group, is a group that has a normal series<ref>A normal series is a tower of normal subgroups of a group, each one normal in the next (but not necessarily normal in the group itself): <math>\{e\}\triangleleft N_1\triangleleft \cdots \triangleleft N_n \triangleleft G</math>.</ref> whose [[quotient group]]s<ref>The quotient groups here are the <math>N_{i+1}/N_i</math>, using notation from the previous footnote.</ref> are all abelian. A [[simple group]] is a group that has no normal subgroups, except for the trivial subgroup and the group itself. One interesting simple group is the [[alternating subgroup]] <math>A_5</math>, which has 60 elements. Simple groups, except for the cyclic groups of prime order, cannot be solvable, and so <math>A_5</math> and the [[symmetric group]] <math>S_5</math> are not solvable. This is one of the first important results to arise from group theory. The fact that <math>S_5</math> is not solvable gives a proof that there is no closed form solution to solve a [[quintic polynomial]] (recall that the formula for the solution of a [[quadratic equation]] gives the roots for any 2nd-degree polynomial; this result states that there is no such formula for a 5th-degree polynomial, or any other general polynomial with degree larger than 4). Most finite simple groups fall in series. It was eventually proved that there are exactly 26 others, called sporadic. The proof of this was spread through many papers totalling about 15,000 pages.


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 [[group isomorphism|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 [[group presentation|presentation of a group]], a useful tool used to completely characterize the structure of a group.
A [[free group]] is a group in which there is a subset such that every element of the group can be writtenly uniquely as the product, or string, of elements of the subset.<ref>It can be helpful to think of the subset as being "letters" in an alphabet and every element is a "word" over that alphabet. Every element of a free group has one and exactly one word that describes it (except that we do remove strings that are equivalent to the identity, so that <math>a</math> and <math>abb^{-1}</math> are the same word.)</ref> Every group is [[group isomorphism|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 [[group presentation|presentation of a group]], a useful tool used to completely characterize the structure of a group.


== 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 ==
=== Morphisms ===
A [[group homomorphism|homomorphism]] is a map from one group to another group that preserves the multiplicative structure of the groups; written formally, the map <math>\phi:G \rarr H</math> obeys the rule <math>\phi(a \cdot b) = \phi(a) \cdot \phi(b)</math>. The [[kernel of a homomorphism]] is the set of all elements that map to the identity element; this set is a [[normal subgroup]], and every normal subgroup is the kernel of some homomorphism.
An [[group embedding|embedding]] is an [[injective function|injective]] homomorphism (or, equivalently, one whose kernel consists only of the identity element). We say that the two groups are ''isomorphic'' if there is a [[surjective function|surjective]] (thus [[bijective function|bijective]]) embedding of one into the other (then the embedding is called an [[group isomorphism|isomorphism]]). Isomorphic groups have identical structure and are often thought of as just being relabelings of one another. Isomorphisms are important because they allow us to think of the same group in different ways. For example, take a certain group and we could consider its isomorphic version in the [[symmetric group]]s (from [[Cayley's theorem]]), its isomorphic version as a quotient group of a [[free group]], or as a group of matrices over some field (as a [[group representation]]).
An [[group automorphism|automorphism]] is an isomorphism of a group onto itself. The set of all automorphisms for a group <math>G</math>, often written <math>Aut(G)</math>, is itself a group! One important subgroup of the [[automorphism group]] is the set of all [[inner automorphism]]s. An inner automorphism is a conjugation mapping (for an element <math>g \in G</math>, the mapping <math>T_g: x \mapsto gxg^{-1}</math> is an inner automorphism). The inner automorphism subgroup is isomorphic to the quotient group <math>G/Z(G)</math>, where <math>Z(G)</math> is the [[center of a group|center]] of the group. The inner automorphism subgroup is normal, indeed [[characteristic subgroup|characteristic]], inside <math>Aut(G)</math>, and the quotient group <math>Out(G) = Aut(G)/Inn(G)</math> is called the [[outer automorphism group]]. Finding non-inner automorphisms for a group is, in general, difficult. Because abelian groups have a trivial inner automorphism subgroup, finding automorphisms for abelian groups is, strangely enough, harder than for nonabelian groups.
=== Group actions===
A [[group action]] is a mapping of each of the elements of a group to a bijective mapping on a set. Group actions are incredibly useful. For example, the [[Sylow theorems]] are easily proved by considering a group acting on the set of its maximal p-subgroups. Group actions also give rise to the so-called ''orbit-stabilizer theorem'', a very powerful counting theorem. As an application of this, it is easy to show that every finite [[p-group]] must have a non-trivial [[center of a group|center]] by considering how a p-group acts on itself via conjugation.
== Applications of group theory ==


== Comparing a group to other algebraic structures ==
== Comparing a group to other algebraic structures ==


[[Category:CZ Live]]
== Constructing groups from other groups ==
[[Category:Mathematics Workgroup]]
There are a few tools in group theory that give us ways to construct new groups from other groups.
 
A [[quotient group]] <math>G/N</math> is the set (and group) of [[coset]]s of a normal subgroup <math>N</math> of a group <math>G</math>. There is a canonical [[group homomorphism|homomorphism]] from <math>G</math> onto the quotient group (for which <math>N</math> is the [[kernel of a homomorphism|kernel]]), and so multiplication in the quotient group is related to multiplication in the original group. However, it is important to note that the quotient group is an entirely new group. There is no reason to expect (in general) that there is a subgroup of <math>G</math> that is [[group isomorphism|isomorphic]] to the quotient group.<ref>Notice also we say "normal SUBgroup" (because it is a subgroup) but never "quotient SUBgroup".</ref>
 
The [[direct product]] is another way to construct new groups. In the case of two groups <math>G</math> and <math>H</math>, the direct product <math>G \times H</math> is the set of all tuples <math>(g,h)</math> where each component comes from <math>G</math> and <math>H</math>, respectively. Multiplication is done component-wise. Direct products result in groups that are "larger", in the sense that there is an isomorphic copy of both <math>G</math> and <math>H</math> in the direct product. When the groups are abelian, it is common to call the direct product as the [[direct sum]].
 
The direct product of more than two groups is certainly possible, and the concept generalizes easily to any [[countable]] set of groups. However, in the case of countably-infinite number of groups, there is an important distinction between direct sum and direct product. The tuples in a countably-infinite direct sum are restricted to those that have a finite number of non-identity entries. Direct products have no such restriction.
 
The [[semidirect product]] is another generalization of the direct product in which the multiplication is not done independently in the components. The semidirect product <math>N \times_\phi H</math> is the set of tuples <math>(n,h)</math> with components from two groups <math>N</math> and <math>H</math>, together with a mapping <math>\phi:H \rarr Aut(N)</math>. This mapping distorts multiplication in the <math>N</math> coordinates, giving rise to a richer set of group constructions.
 
== See also ==
 
[[Ring (mathematics)]]
 
==Notes and references==
{{reflist|2}}

Latest revision as of 20:29, 14 February 2010

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

In mathematics, groups often arise as structures representing the set of possible symmetries of some object. We have been intentionally vague about the meaning of the terms symmetry and object. The terms may have an obvious geometric sense. For example, the set of orientation-preserving continuous transformations of the Euclidean plane that take lines to lines and preserve angles can be decomposed into transformations of two types: rotations which rotate the whole plane around the origin by an angle of , and translations, which shift the origin to a new point and move the whole plane along with it without any "twisting". In coordinates, we can write an arbitrary rotation as

,

and translations as

.

Of course, rotations and translations can be combined, and the full group of symmetries is called the 2-dimensional affine group. Felix Klein pioneered this approach to geometry, calling it the Erlangen Program. It would be subsequently taken up and generalized by Élie Cartan and remains an important approach to differential geometry.

But it would be misleading to focus entirely on geometric examples. In fact, the very word group was introduced by Évariste Galois in the context of algebraic equations, as part of what is now called Galois theory. Consider the polynomial , it is irreducible over the real numbers, meaning that we cannot find two real numbers and , such that

.

However, over the complex numbers we can write

.

Now, complex conjugation, that is, the mapping , can be thought of as a "symmetry" of the complex numbers. Now, what happens if we take the complex conjugate of the constant values in ? We get, ; that is, the order of the factors is reversed, but when we multiply it out, the product is still . It turns out that complex conjugation and doing nothing are the two "symmetries" of the complex numbers having thd property that a) the ordinary algebraic operations of addition, multiplication, taking reciprocals and multiplying by a real number and b) the polynomial are left unchanged. This two element group (written ) is called the Galois group of the extension or, more simply, of the polynomial . This is but one example of how groups can arise in mathematics where we are not directly concerned with symmetries of geometric objects.

History of group theory

Definitions of groups and subgroups

For more information, see: Group (mathematics).

Groups

A group is a set and a binary operation 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 .

Subgroups and normal subgroups

A subgroup is a subset of a group that is itself a group with respect to the "inherited" operations. 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[1] whose quotient groups[2] are all abelian. A simple group is a group that has no normal subgroups, except for the trivial subgroup and the group itself. One interesting simple group is the alternating subgroup , which has 60 elements. Simple groups, except for the cyclic groups of prime order, 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 formula for the solution of a quadratic equation gives the roots for any 2nd-degree polynomial; this result states that there is no such formula for a 5th-degree polynomial, or any other general polynomial with degree larger than 4). Most finite simple groups fall in series. It was eventually proved that there are exactly 26 others, called sporadic. The proof of this was spread through many papers totalling about 15,000 pages.

A free group is a group in which there is a subset such that every element of the group can be writtenly uniquely as the product, or string, of elements of the subset.[3] 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

Morphisms

A homomorphism is a map from one group to another group that preserves the multiplicative structure of the groups; written formally, the map obeys the rule . The kernel of a homomorphism is the set of all elements that map to the identity element; this set is a normal subgroup, and every normal subgroup is the kernel of some homomorphism.

An embedding is an injective homomorphism (or, equivalently, one whose kernel consists only of the identity element). We say that the two groups are isomorphic if there is a surjective (thus bijective) embedding of one into the other (then the embedding is called an isomorphism). Isomorphic groups have identical structure and are often thought of as just being relabelings of one another. Isomorphisms are important because they allow us to think of the same group in different ways. For example, take a certain group and we could consider its isomorphic version in the symmetric groups (from Cayley's theorem), its isomorphic version as a quotient group of a free group, or as a group of matrices over some field (as a group representation).

An automorphism is an isomorphism of a group onto itself. The set of all automorphisms for a group , often written , is itself a group! One important subgroup of the automorphism group is the set of all inner automorphisms. An inner automorphism is a conjugation mapping (for an element , the mapping is an inner automorphism). The inner automorphism subgroup is isomorphic to the quotient group , where is the center of the group. The inner automorphism subgroup is normal, indeed characteristic, inside , and the quotient group is called the outer automorphism group. Finding non-inner automorphisms for a group is, in general, difficult. Because abelian groups have a trivial inner automorphism subgroup, finding automorphisms for abelian groups is, strangely enough, harder than for nonabelian groups.

Group actions

A group action is a mapping of each of the elements of a group to a bijective mapping on a set. Group actions are incredibly useful. For example, the Sylow theorems are easily proved by considering a group acting on the set of its maximal p-subgroups. Group actions also give rise to the so-called orbit-stabilizer theorem, a very powerful counting theorem. As an application of this, it is easy to show that every finite p-group must have a non-trivial center by considering how a p-group acts on itself via conjugation.

Applications of group theory

Comparing a group to other algebraic structures

Constructing groups from other groups

There are a few tools in group theory that give us ways to construct new groups from other groups.

A quotient group is the set (and group) of cosets of a normal subgroup of a group . There is a canonical homomorphism from onto the quotient group (for which is the kernel), and so multiplication in the quotient group is related to multiplication in the original group. However, it is important to note that the quotient group is an entirely new group. There is no reason to expect (in general) that there is a subgroup of that is isomorphic to the quotient group.[4]

The direct product is another way to construct new groups. In the case of two groups and , the direct product is the set of all tuples where each component comes from and , respectively. Multiplication is done component-wise. Direct products result in groups that are "larger", in the sense that there is an isomorphic copy of both and in the direct product. When the groups are abelian, it is common to call the direct product as the direct sum.

The direct product of more than two groups is certainly possible, and the concept generalizes easily to any countable set of groups. However, in the case of countably-infinite number of groups, there is an important distinction between direct sum and direct product. The tuples in a countably-infinite direct sum are restricted to those that have a finite number of non-identity entries. Direct products have no such restriction.

The semidirect product is another generalization of the direct product in which the multiplication is not done independently in the components. The semidirect product is the set of tuples with components from two groups and , together with a mapping . This mapping distorts multiplication in the coordinates, giving rise to a richer set of group constructions.

See also

Ring (mathematics)

Notes and references

  1. A normal series is a tower of normal subgroups of a group, each one normal in the next (but not necessarily normal in the group itself): .
  2. The quotient groups here are the , using notation from the previous footnote.
  3. It can be helpful to think of the subset as being "letters" in an alphabet and every element is a "word" over that alphabet. Every element of a free group has one and exactly one word that describes it (except that we do remove strings that are equivalent to the identity, so that and are the same word.)
  4. Notice also we say "normal SUBgroup" (because it is a subgroup) but never "quotient SUBgroup".