Introducció a la teoria de grups: diferència entre les revisions

De la Viquipèdia, l'enciclopèdia lliure
Contingut suprimit Contingut afegit
Pàgina nova, amb el contingut: «{{traducció|Anglès|Group (mathematics)|en}} ''Aquest article conté una introducció a les nocions bàsiques. Per un enfocament tècnic avançat es desenvolupa...».
(Cap diferència)

Revisió del 14:34, 26 des 2008

Aquest article conté una introducció a les nocions bàsiques. Per un enfocament tècnic avançat es desenvoluparà l'article teoria de grups.

Les possibles manipulacions del Cub de Rubik formen un grup.

En matemàtiques, la teoria de grups estudia els grups. Un grup és una estructura algebraica que consta d'un conjunt juntament amb una operació que combina qualssevol parella dels seus elements per formar un tercer element. Per què es pugui qualificar com un grup, el conjunt i operació han de satisfer unes quantes condicions anomenades axiomes de grup, aquestes condicions són: tenir la propietat associativa, tenir element identitat i element invers. Mentre que aquestes característiques són familiars a moltes estructures matemàtiques, com ara els diferents sistemes de nombres (per exemple els enters dotats de l'operació d'addició formen una estructura de grup) la formulació dels axiomes se separa de la natura concreta del grup i el seu funcionament. Això permet, en àlgebra abstracta i altres camps, manejar entitats d'orígens matemàtics molt diferents d'una manera flexible, mentre es conserven aspectes estructurals essencials de molts objectes. La ubiqüitat dels grups en nombroses àrees (tant dintre com fora de les matemàtiques) els converteix en un principi central entorn al s'organitzen les matemàtiques contemporànies.[1][2]

Els grups comparteixen un parentiu fonamental amb la noció de simetria. Un grup de simetria codifica les característiques de simetria d'un objecte geomètric: consisteix en el conjunt de transformacions que deixen inalterat l'objecte, i l'operació de combinar dues d’aquestes transformacions realitzant-ne un després de l'altre. Tals grups de simetria, especialment els Grups de Lie continus, juguen un paper important en moltes disciplines acadèmiques. Els grups de matrius, per exemple, es poden fer servir per entendre les lleis físiques fonamentals ens que es basen la relativitat i els fenòmens de simetria en la química molecular.

El concepte d'un grup va sorgir de l'estudi d'equacions polinòmiques, començant amb Évariste Galois durant els anys 1830. Després de contribucions des d'uns altres camps com la teoria de nombres i la geometria, la noció de grup es va generalitzar i s'establí fermament al voltant de 1870. La moderna teoria de grups (una disciplina matemàtica molt activa) estudia els grups per se.a[›] per a explorar els grups, els matemàtics han ideat diverses nocions dividir grups en trossos més petites, més comprensibles, com ara subgrups, grups quocient i grups simples. A més a més de les seves propietats abstractes, els teòrics dels grups també estudien les maneres diferents en què un grup es pot expressar en forma concreta (les seves representacions de grup), tant des de un punt de vista teòric com d’un punt de vista computacional. Una teoria especialment rica s'ha desenvolupat per a grups finits, que va culminar amb la classificació dels grups simples finits completada el 1983.

Definició i il•lustració

Primer exemple: els enters

Un dels grups més familiar és el conjunt d'enters Z que consisteix en els nombres

..., −4, −3, −2, −1, 0, 1, 2, 3, 4, ...[3]

Les propietats següents de l'addició d'enters serveixen com a model per als axiomes de grup abstractes que es donen en la definició de més avall.

  1. Per a qualsevol parell d’enters a i b, la suma a + b és també un enter. En altres paraules, el procés d'addició d'enters dos alhora mai no pot produir un resultat que no sigui un enter. Aquesta propietat es coneix com clausura respecte l’addició.
  2. Per a tots els enters a, b i c, (a + b) + c = a + (b + c). Expressat en paraules, sumant primer a i b, i llavors sumant el resultat amb c dóna el mateix resultat final que sumant a al resultat de sumar b i c, aquesta propietat es coneix com propietat associativa.
  3. Si a és un enter qualsevol, llavors 0 + a = a + 0 = a. Del zero se’n diu que és l’element identitat de l’addició perquè en sumar-lo a qualsevol enter dóna el mateix enter.
  4. Fer a cada enter a, hi ha un enter b tal que a + b = b + a = 0. L’enter b s’anomena l’element invers de l’enter a i es nota −a.

Definition

The integers, together with the operation "+", form a mathematical object belonging to a broad class sharing similar structural aspects. To appropriately understand these structures without dealing with every concrete case separately, the following abstract definition is developed to encompass the above example along with many others, one of which is the symmetry group detailed below.

A group is a set, G, together with an operation "•" that combines any two elements a and b to form another element denoted ab. The symbol "•" is a general placeholder for a concretely given operation, such as the addition above. To qualify as a group, the set and operation, (G, •), must satisfy four requirements known as the group axioms:[4]

1. Closure. For all a, b in G, the result of the operation ab is also in G.b[›]
2. Associativity. For all a, b and c in G, the equation (ab) • c = a • (bc) holds.
3. Identity element. There exists an element e in G, such that for all elements a in G, the equation ea = ae = a holds.
4. Inverse element. For each a in G, there exists an element b in G such that ab = ba = e, where e is the identity element.

The order in which the group operation is carried out can be significant. In other words, the result of combining element a with element b need not yield the same result as combining element b with element a; the equation

ab = ba

may not always be true. This equation does always hold in the group of integers under addition, because a + b = b + a for any two integers (commutativity of addition). However, it does not always hold in the symmetry group below. Groups for which the equation ab = ba always holds are called abelian (in honor of Niels Abel). Thus, the integer addition group is abelian, but the following symmetry group is not.

Second example: a symmetry group

The symmetries (i.e. rotations and reflections) of a square form a group called a dihedral group, and denoted D4.[5] The following symmetries occur:


id (keeping it as is)

r1 (rotation by 90° right)

r2 (rotation by 180° right)

r3 (rotation by 270° right)

fv (vertical flip)

fh (horizontal flip)

fd (diagonal flip)

fc (counter-diagonal flip)
The elements of the symmetry group of the square (D4). The vertices are colored and numbered only to visualize the operations.
  • the identity operation leaving everything unchanged, denoted id;
  • rotations of the square by 90° right, 180° right, and 270° right, denoted by r1, r2 and r3, respectively;
  • reflections about the vertical and horizontal middle line (fh and fv), or through the two diagonals (fd and fc).

Any two symmetries a and b can be composed, i.e. applied one after another. The result of performing first a and then b is written symbolically from right to left as

ba ("apply the symmetry b after performing the symmetry a". The right-to-left notation stems from composition of functions).

The group table on the right lists the results of all such compositions possible. For example, rotating by 270° right (r3) and then flipping horizontally (fh) is the same as performing a reflection along the diagonal (fd). Using the above symbols, highlighted in blue in the group table:

fh • r3 = fd.
Group table of D4
id r1 r2 r3 fv fh fd fc
id id r1 r2 r3 fv fh fd fc
r1 r1 r2 r3 id fc fd fv fh
r2 r2 r3 id r1 fh fv fc fd
r3 r3 id r1 r2 fd fc fh fv
fv fv fd fh fc id r2 r1 r3
fh fh fc fv fd r2 id r3 r1
fd fd fh fc fv r3 r1 id r2
fc fc fv fd fh r1 r3 r2 id
The elements id, r1, r2, and r3 form a subgroup, highlighted in red (upper left region). A left and right coset of this subgroup is highlighted in green (in the last row) and yellow (last column), respectively.

Given this set of symmetries and the described operation, the group axioms can be understood as follows:

  1. The closure axiom demands that the composition ba of any two symmetries a and b is also a symmetry. Another example for the group operation is
    r3 • fh = fc,
    i.e. rotating 270° right after flipping horizontally equals flipping along the counter-diagonal (fc). Indeed every other combination of two symmetries still gives a symmetry, as can be checked using the group table.
  2. The associativity constraint deals with composing more than two symmetries: given three elements a, b and c of D4, there are two possible ways of computing "a then b then c". The requirement
    (ab) • c = a • (bc)
    means that the composition of the three elements is independent of the priority of the operations, i.e. composing first a after b, and c to the result ab thereof amounts to performing a after the composition of b and c. For example, (fd • fv) • r2 = fd • (fv • r2) can be checked using the group table at the right
    (fd • fv) • r2  =  r3 • r2  =  r1, which equals
    fd • (fv • r2)  =  fd • fh  =  r1.
  3. The identity element is the symmetry id leaving everything unchanged: for any symmetry a, performing id after a (or a after id) equals a, in symbolic form,
    id • a = a,
    a • id = a.
  4. An inverse element undoes the transformation of some other element. Every symmetry can be undone: each of transformations—identity id, the flips fh, fv, fd, fc and the 180° rotation r2—is its own inverse, because performing each one twice brings the square back to its original orientation. The rotations r3 and r1 are each other's inverse, because rotating one way and then by the same angle the other way leaves the square unchanged. In symbols,
    fh • fh = id,
    r3 • r1 = r1 • r3 = id.

In contrast to the group of integers above, where the order of the operation is irrelevant, it does matter in D4: fh • r1 = fc but r1 • fh = fd. In other words, D4 is not abelian, which makes the group structure more difficult than the integers introduced first.

History

The modern concept of an abstract group developed out of several fields of mathematics.[6][7][8] The original motivation for group theory was the quest for solutions of polynomial equations of degree higher than 4. The 19th-century French mathematician Évariste Galois, extending prior work of Paolo Ruffini and Joseph-Louis Lagrange, gave a criterion for the solvability of a particular polynomial equation in terms of the symmetry group of its roots (solutions). The elements of such a Galois group correspond to certain permutations of the roots. At first, Galois' ideas were rejected by his contemporaries, and published only posthumously.[9][10] More general permutation groups were investigated in particular by Augustin Louis Cauchy. Arthur Cayley's On the theory of groups, as depending on the symbolic equation θn = 1 (1854) gives the first abstract definition of a finite group.[11]

Geometry was a second field in which groups were used systematically, especially symmetry groups as part of Felix Klein's 1872 Erlangen program.[12] After novel geometries such as hyperbolic and projective geometry had emerged, Klein used group theory to organize them in a more coherent way. Further advancing these ideas, Sophus Lie founded the study of Lie groups in 1884.[13]

The third field contributing to group theory was number theory. Certain abelian group structures had been used implicitly in Carl Friedrich Gauss' number-theoretical work Disquisitiones Arithmeticae (1798), and more explicitly by Leopold Kronecker.[14] In 1847, Ernst Kummer led early attempts to prove Fermat's Last Theorem to a climax by developing groups describing factorization into prime numbers.[15]

The convergence of these various sources into a uniform theory of groups started with Camille Jordan's Traité des substitutions et des équations algébriques (1870).[16] Walther von Dyck (1882) gave the first statement of the modern definition of an abstract group.[17] As of the 20th century, groups gained wide recognition by the pioneering work of Ferdinand Georg Frobenius and William Burnside, who worked on representation theory of finite groups, Richard Brauer's modular representation theory and Issai Schur's papers.[18] The theory of Lie groups, and more generally locally compact groups was pushed by Hermann Weyl, Élie Cartan and many others.[19] Its algebraic counterpart, the theory of algebraic groups, was first shaped by Claude Chevalley (from the late 1930s) and later by pivotal work of Armand Borel and Jacques Tits.[20]

The University of Chicago's 1960–61 Group Theory Year brought together group theorists such as Daniel Gorenstein, John G. Thompson and Walter Feit, laying the foundation of a collaboration that, with input from numerous other mathematicians, classified all finite simple groups in 1982. This project exceeded previous mathematical endeavours by its sheer size, in both length of proof and number of researchers. Research is ongoing to simplify the proof of this classification.[21] These days, group theory is still a highly active mathematical branch crucially impacting many other fields.a[›]

Simple consequences of the group axioms

Basic facts about all groups that can be obtained directly from the group axioms are commonly subsumed under elementary group theory.[22] For example, repeated applications of the associativity axiom show that the unambiguity of

abc = (ab) • c = a • (bc)

generalizes to more than three factors. Because this implies that parentheses can be inserted anywhere within such a series of terms, parentheses are usually omitted.[23]

The axioms may be weakened to assert only the existence of a left identity and left inverses. Both can be shown to be actually two-sided, so the resulting definition is equivalent to the one given above.[24]

Uniqueness of identity element and inverses

Two important consequences of the group axioms are the uniqueness of the identity element and the uniqueness of inverse elements. There can be only one identity element in a group, and each element in a group has exactly one inverse element. Thus, it is customary to speak of the identity, and the inverse of an element.[25]

To prove the uniqueness of an inverse element of a, suppose that a has two inverses, denoted l and r. Then

l = le      as e is the identity element
= l • (ar)      because r is an inverse of a, so e = ar
= (la) • r      by associativity, which allows to rearrange the parentheses
= er      since l is an inverse of a, i.e. la = e
= r      for e is the identity element

Hence the two extremal terms l and r are connected by a chain of equalities, so they agree. In other words there is only one inverse element of a.

Division

In groups, it is possible to perform division: given elements a and b of the group G, there is exactly one solution x in G to the equation xa = b.[25] In fact, right multiplication of the equation by a−1 gives the solution x = xaa−1 = ba−1. Similarly there is exactly one solution y in G to the equation ay = b, namely y = a−1b. In general, x and y need not agree.

Basic concepts

Plantilla:See To understand groups beyond the level of mere symbolic manipulations as above, more structural concepts have to be employed.c[›] There is a conceptual principle underlying all of the following notions: to take advantage of the structure offered by groups (which for example sets—being "structureless"—don't have) constructions related to groups have to be compatible with the group operation. This compatibility manifests itself in the following notions in various ways. For example, groups can be related to each other via functions called group homomorphisms. By the mentioned principle, they are required to respect the group structures in a precise sense. The structure of groups can also be understood by breaking them into pieces called subgroups and quotient groups. The principle of "preserving structures"—a recurring topic in mathematics throughout—is an instance of working in a category, in this case the category of groups.[26]

Group homomorphisms

Group homomorphismsg[›] are functions that preserve group structure. A function a: GH between two groups is a homomorphism if the equation

a(gk) = a(g) • a(k).

holds for all elements g, k in G, i.e. the result is the same when performing the group operation after or before applying the map a. This requirement ensures that a(1G) = 1H, and also a(g)−1 = a(g−1) for all g in G. Thus a group homomorphism respects all the structure of G provided by the group axioms.[27]

Two groups G and H are called isomorphic if there exist group homomorphisms a: GH and b: HG, such that applying the two functions one after another (in each of the two possible orders) equal the identity function of G and H, respectively. That is, a(b(h)) = h and b(a(g)) = g for any g in G and h in H. From an abstract point of view, isomorphic groups carry the same information. For example, proving that gg = 1 for some element g of G is equivalent to proving that a(g) • a(g) = 1, because applying a to the first equality yields the second, and applying b to the second gives back the first.

Subgroups

Informally, a subgroup is a group H contained within a bigger one, G.[28] Concretely, the identity element of G is contained in H, and whenever h1 and h2 are in H, then so are h1h2 and h1−1, so the elements of H, equipped with the group operation on G restricted to H, form indeed a group.

In the example above, the identity and the rotations constitute a subgroup R = {id, r1, r2, r3}, highlighted in red in the group table above: any two rotations composed are still a rotation, and a rotation can be undone by (i.e. is inverse to) the complementary rotations 270° for 90°, 180° for 180°, and 90° for 270° (note that rotation in the opposite direction is not defined). The subgroup test is a necessary and sufficient condition for a subset H of a group G to be a subgroup: it is sufficient to check that g−1hH for all elements g, hH. Knowing the subgroups is important in understanding the group as a whole.d[›]

Given any subset S of a group G, the subgroup generated by S consists of products of elements of S and their inverses. It is the smallest subgroup of G containing S.[29] In the introductory example above, the subgroup generated by r2 and fv consists of these two elements, the identity element id and fh = fv • r2. Again, this is a subgroup, because combining any two of these four elements or their inverses (which are, in this particular case, these same elements) yields an element of this subgroup.

Cosets

In many situations it is desirable to consider two group elements the same if they differ by an element of a given subgroup. For example, in D4 above, once a flip is performed, the square never gets back to the r2 configuration by just applying the rotation operations (and no further flips), i.e. the rotation operations are irrelevant to the question whether a flip has been performed. Cosets are used to formalize this insight: a subgroup H defines left and right cosets, which can be thought of as translations of H by arbitrary group elements g. In symbolic terms, the left and right coset of H containing g are

gH = {gh, hH} and Hg = {hg, hH}, respectively.[30]

The cosets of any subgroup H form a partition of G; that is, two left cosets are either equal or have an empty intersection.[31] The first case g1H = g2H happens precisely when g1−1g2H, i.e. if the two elements differ by an element of H. Similar considerations apply to the right cosets of H. The left and right cosets of H may or may not be equal. If they are, i.e. for all g in G, gH = Hg, then H is said to be a normal subgroup. One may then simply refer to N as the set of cosets.

In D4, the introductory symmetry group, the left cosets gR of the subgroup R consisting of the rotations are either equal to R, if g is an element of R itself, or otherwise equal to U = fvR = {fv, fd, fh, fc} (highlighted in green). The subgroup R is also normal, because fvR = U = Rfv and similarly for any element other than fv.

Quotient groups

In addition to disregarding the internal structure of a subgroup by considering its cosets, it is desirable to endow this coarser entity with a group law called quotient group or factor group. For this to be possible, the subgroup has to be normal. Given any normal subgroup N, the quotient group is defined by

G / N = {gN, gG}, "G modulo N".[32]

This set inherits a group operation (sometimes called coset multiplication, or coset addition) from the original group G: (gN) • (hN) = (gh)N for all g and h in G. This definition is motivated by the idea (itself an instance of general structural considerations outlined above) that the map GG / N that associates to any element g its coset gN be a group homomorphism, or by general abstract considerations called universal properties. The coset eN = N serves as the identity in this group, and the inverse of Ng in the quotient group is (gN)−1 = (g−1)N.e[›]

R U
R R U
U U R
Group table of the quotient group D4 / R.

The elements of the quotient group D4 / R are R itself, which represents the identity, and U = fvR. The group operation on the quotient is shown at the right. For example, UU = fvR • fvR = (fv • fv)R = R. Both the subgroup R = {id, r1, r2, r3}, as well as the corresponding quotient are abelian, whereas D4 is not abelian. Building bigger groups by smaller ones, such as D4 from its subgroup R and the quotient D4 / R is abstracted by a notion called semidirect product.

Quotient and subgroups together form a way of describing every group by its presentation: any group is the quotient of the free group over the generators of the group, quotiented by the subgroup of relations. The dihedral group D4, for example, can be generated by two elements r and f (for example, r = r1, the right rotation and f = fv the vertical (or any other) flip), which means that every symmetry of the square is a finite composition of these two symmetries or their inverses. Together with the relations

r 4 = f 2 = (rf)2 = 1,[33]

the group is completely described. A presentation of a group can also be used to construct the Cayley graph, a device used to graphically capture discrete groups.

Sub- and quotient groups are related in the following way: a subset H of G can be seen as an injective map HG, i.e. any element of the target has at most one element that maps to it. The counterpart to injective maps are surjective maps (every element of the target is mapped onto), such as the canonical map GG / N.y[›] Interpreting subgroup and quotients in light of these homomorphisms emphasizes the structural concept inherent to these definitions alluded to in the introduction. In general, homomorphisms are neither injective nor surjective. Kernel and image of group homomorphisms and the first isomorphism theorem address this phenomenon.

Examples and applications

A periodic wallpaper pattern gives rise to a wallpaper group.
The fundamental group of a plane minus a point (bold) consists of loops around the missing point. This group is isomorphic to the integers.

Examples and applications of groups abound. A starting point is the group Z of integers with addition as group operation, introduced above. If instead of addition multiplication is considered, one obtains multiplicative groups. These groups are predecessors of important constructions in abstract algebra.

Groups are also applied in many other mathematical areas. Mathematical objects are often examined by associating groups to them and studying the properties of the corresponding groups. For example, Henri Poincaré founded what is now called algebraic topology by introducing the fundamental group.[34] By means of this connection, topological properties such as proximity and continuity translate into properties of groups.i[›] For example, elements of the fundamental group are represented by loops. The second image at the right shows some loops in a plane minus a point. The blue loop is considered null-homotopic (and thus irrelevant), because it can be continuously shrunk to a point. The presence of the hole prevents the orange loop from being shrunk to a point. The fundamental group of the plane with a point deleted turns out to be infinite cyclic, generated by the orange loop (or any other loop winding once around the hole). This way, the fundamental group detects the hole.

In more recent applications, the influence has also been reversed to motivate geometric constructions by a group-theoretical background.j[›] In a similar vein, geometric group theory employs geometric concepts, for example in the study of hyperbolic groups.[35] Further branches crucially applying groups include algebraic geometry and number theory.[36]

In addition to the above theoretical applications, many practical applications of groups exist. Cryptography relies on the combination of the abstract group theory approach together with algorithmical knowledge obtained in computational group theory, in particular when implemented for finite groups.[37] Applications of group theory are not restricted to mathematics; sciences such as physics, chemistry and computer science benefit from the concept.

Numbers

Many number systems, such as the integers and the rationals enjoy a naturally given group structure. In some cases, such as with the rationals, both addition and multiplication operations give rise to group structures. Such number systems are predecessors to more general algebraic structures known as rings and fields.

Integers

The group of integers Z under addition, denoted (Z, +), has been described above. The integers, with the operation of multiplication instead of addition, (Z, •) do not form a group. The closure, associativity and identity axioms are satisfied, but inverses do not exist: for example, a = 2 is an integer, but the only solution to the equation a • b = 1 in this case is b = 1/2, which is a rational number, but not an integer. Hence not every element of Z has a (multiplicative) inverse.k[›]

Rationals

The desire for the existence of multiplicative inverses suggests considering fractions

Fractions of integers (with b nonzero) are known as rational numbers.l[›] The set of all such fractions is commonly denoted Q. There is still a minor obstacle for (Q, •), the rationals with multiplication, being a group: because the rational number 0 does not have a multiplicative inverse (i.e., there is no x such that x • 0 = 1), (Q, •) is still not a group.

However, the set of all nonzero rational numbers Q \ {0} = {qQ, q ≠ 0} does form an abelian group under multiplication, denoted (Q \ {0}, •).m[›] Associativity and identity element axioms follow from the properties of integers. The closure requirement still holds true after removing zero, because the product of two nonzero rationals is never zero. Finally, the inverse of a/b is b/a, therefore the axiom of the inverse element is satisfied.

The rational numbers (including 0) also form a group under addition. Intertwining addition and multiplication operations yields more complicated structures called rings and—if division is possible, such as in Q—fields, which occupy a central position in abstract algebra. Group theoretic arguments therefore underlie parts of the theory of those entities.n[›]

Nonzero integers modulo a prime

For any prime number p, modular arithmetic furnishes the multiplicative group of integers modulo p.[38] Its elements are integers not divisible by p, considered modulo p, i.e. two numbers are considered equivalent if their difference is divisible by p. For example, if p = 5, there are exactly four group elements 1, 2, 3, 4: multiples of 5 are excluded and 6 and −4 are both equivalent to 1 etc. The group operation is given by multiplication. Therefore, 4 • 4 = 1, because the usual product 16 is equivalent to 1, for 5 divides 16 − 1 = 15, denoted

16 ≡ 1 (mod 5).

The primality of p ensures that the product of two integers neither of which is divisible by p is not divisible by p either, hence the indicated set of classes is closed under multiplication.o[›] The identity element is 1, as usual for a multiplicative group, and the associativity follows from the corresponding property of integers. Finally, the inverse element axiom requires that given an integer a not divisible by p, there exists an integer b such that

a • b ≡ 1 (mod p), i.e. p divides the difference ab − 1.

The inverse b can be found by using Bézout's identity and the fact that the greatest common divisor gcd(a, p) equals 1.[39] In the case p = 5 above, the inverse of 4 is 4, and the inverse of 3 is 2, as 3 • 2 = 6 ≡ 1 (mod 5). Hence all group axioms are fulfilled. Actually, this example is similar to (Q\{0}, •) above, because it turns out to be the multiplicative group of nonzero elements in the finite field Fp, denoted Fp×.[40] These groups are crucial to public-key cryptography.p[›]

Cyclic groups

The 6th complex roots of unity form a cyclic group. z is a primitive element, but z2 is not, because the odd powers of z are not a power of z2.

A cyclic group is a group all of whose elements are powers (when the group operation is written additively, the term 'multiple' can be used) of a particular element a.[41] In multiplicative notation, the elements of the group are:

..., a−3, a−2, a−1, a0 = e, a, a2, a3, ...,

where a2 means aa, and a−3 stands for a−1a−1a−1=(aaa)−1 etc.h[›] Such an element a is called a generator or a primitive element of the group.

A typical example for this class of groups is the group of n-th complex roots of unity, given by complex numbers z satisfying zn = 1 (and whose operation is multiplication).[42] Any cyclic group with n elements is isomorphic to this group. Using some field theory, the group Fp× can be shown to be cyclic: for p = 5, 3 is a generator since 31 = 3, 32 = 9 ≡ 4, 33 ≡ 2, and 34 ≡ 1. An infinite cyclic group is isomorphic to (Z, +), the group of integers under addition introduced above.[43] As these two prototypes are both abelian, so is any cyclic group.

The study of abelian groups is quite mature, including the fundamental theorem of finitely generated abelian groups; and reflecting this state of affairs, many group-related notions, such as center and commutator, describe the extent to which a given group is not abelian.[44]

Symmetry groups

Symmetry groups are groups consisting of symmetries of given mathematical objects—be they of geometric nature, such as the introductory symmetry group of the square, or of algebraic nature, such as polynomial equations and their solutions.[45] Conceptually, group theory can be thought of as the study of symmetry.t[›] Symmetries in mathematics greatly simplify the study of geometrical or analytical objects. A group is said to act on another mathematical object X if every group element performs some operation on X compatibly to the group law. In the rightmost example below, an element of order 7 of the (2,3,7) triangle group acts on the tiling by permuting the highlighted warped triangles (and the other ones, too). By a group action, the group pattern is connected to the structure of the object being acted on.

Rotations and flips form the symmetry group of a great icosahedron.

In chemical fields, such as crystallography, space groups and point groups describe molecular symmetries and crystal symmetries. These symmetries underlie the chemical and physical behavior of these systems, and group theory enables simplification of quantum mechanical analysis of these properties.[46] For example, group theory is used to show that optical transitions between certain quantum levels cannot occur simply because of the symmetry of the states involved.

Not only are groups useful to assess the implications of symmetries in molecules, but surprisingly they also predict that molecules sometimes can change symmetry. The Jahn-Teller effect is a distortion of a molecule of high symmetry when it adopts a particular ground state of lower symmetry from a set of possible ground states that are related to each other by the symmetry operations of the molecule.[47][48]

Likewise, group theory helps predict the changes in physical properties that occur when a material undergoes a phase transition, for example, from a cubic to a tetrahedral crystalline form. An example is ferroelectric materials, where the change from a paraelectric to a ferroelectric state occurs at the Curie temperature and is related to a change from the high-symmetry paraelectric state to the lower symmetry ferroelectic state, accompanied by a so-called soft phonon mode, a vibrational lattice mode that goes to zero frequency at the transition.[49]

Such spontaneous symmetry breaking has found further application in elementary particle physics, where its occurrence is related to the appearance of Goldstone bosons.

Buckminsterfullerene displays
icosahedral symmetry.
Ammonia, NH3. Its symmetry group is of order 6, generated by a 120° rotation and a reflection. Cubane C8H8 features
octahedral symmetry.
Hexaaquacopper(II) complex ion, [Cu(OH2)6]2+. Compared to a perfectly symmetrical shape, the molecule is vertically dilated by about 22% (Jahn-Teller effect). The (2,3,7) triangle group, a hyperbolic group, acts on this tiling of the hyperbolic plane.

Finite symmetry groups such as the Mathieu groups are used in coding theory, which is in turn applied in error correction of transmitted data, and in CD players.[50] Another application is differential Galois theory, which characterizes functions having antiderivatives of a prescribed form, giving group-theoretic criteria for when solutions of certain differential equations are well-behaved.u[›] Geometric properties that remain stable under group actions are investigated in (geometric) invariant theory.[51]

General linear group and representation theory

Two vectors (the left illustration) multiplied by matrices (the middle and right illustrations). The middle illustration represents a clockwise rotation by 90°, while the right-most one stretches the x-coordinate by factor 2.

Matrix groups consist of matrices together with matrix multiplication. The general linear group GL(n, R) consists of all invertible n-by-n matrices with real entries.[52] Its subgroups are referred to as matrix groups or linear groups. The dihedral group example mentioned above can be viewed as a (very small) matrix group. Another important matrix group is the special orthogonal group SO(n). It describes all possible rotations in n dimensions. Via Euler angles, rotation matrices are used in computer graphics.[53]

Representation theory is both an application of the group concept and important for a deeper understanding of groups.[54][55] It studies the group by its group actions on other spaces. A broad class of group representations are linear representations, i.e. the group is acting on a vector space, such as the three-dimensional Euclidean space R3. A representation of G on an n-dimensional real vector space is simply a group homomorphism

ρ: GGL(n, R)

from the group to the general linear group. This way, the group operation, which may be abstractly given, translates to the multiplication of matrices making it accessible to explicit computations.w[›]

Given a group action, this gives further means to study the object being acted on.x[›] On the other hand, it also yields information about the group. Group representations are an organizing principle in the theory of finite groups, Lie groups, algebraic groups and topological groups, especially (locally) compact groups.[54][56]

Galois groups

Galois groups have been developed to help solving polynomial equations by capturing their symmetry features.[57][58] For example, the solutions of the quadratic equation ax2 + bx + c = 0 are given by

Exchanging "+" and "−" in the expression, i.e. permuting the two solutions of the equation can be viewed as a (very simple) group operation. Similar formulae are known for cubic and quartic equations, but do not exist in general for degree 5 and higher.[59] Abstract properties of Galois groups associated with polynomials (in particular their solvability) give a criterion for polynomials that have all their solutions expressible by radicals, i.e. solutions expressible using solely addition, multiplication, and roots similar to the formula above.[60]

The problem can be dealt with even more neatly using field theory: considering the splitting field of a polynomial shifts the problem into the realm of field theory. Modern Galois theory generalizes the above type of Galois groups to field extensions and establishes—via the fundamental theorem of Galois theory—a precise relationship between fields and groups, underlining once again the ubiquity of groups in mathematics.

Finite groups

A group is called finite if it has a finite number of elements. The number of elements is called the order of the group G.[61] An important class is the symmetric groups SN, the groups of permutations of N letters. For example, the symmetric group on 3 letters S3 is the group consisting of all possible swaps of the three letters ABC, i.e. contains the elements ABC, ACB, ..., up to CBA, in total 6 (or 3 factorial) elements. This class is fundamental insofar as any finite group can be expressed as a subgroup of a symmetric group SN for a suitable integer N (Cayley's theorem). Parallel to the group of symmetries of the square above, S3 can also be interpreted as the group of symmetries of an equilateral triangle.

The order of an element a in a group G is the least positive integer n such that a n = e, where a n represents

i.e. application of the operation • to n copies of a. (If • represents multiplication, then an corresponds to the nth power of a.) In infinite groups, such an n may not exist, in which case the order of a is said to be infinity. The order of an element equals the order of the cyclic subgroup generated by this element.

More sophisticated counting techniques, for example counting cosets, yield more precise statements about finite groups: Lagrange's Theorem states that for a finite group G the order of any finite subgroup H divides the order of G. The Sylow theorems give a partial converse.

The dihedral group (discussed above) is a finite group of order 8. The order of r1 is 4, as is the order of the subgroup R it generates (see above). The order of the reflection elements fv etc. is 2. Both orders divide 8, as predicted by Lagrange's Theorem. The groups Fp× above have order p − 1.

Classification of finite simple groups

Mathematicians often strive for a complete classification (or list) of a mathematical notion. In the context of finite groups, this aim quickly leads to difficult and profound mathematics. According to Lagrange's theorem, finite groups of order p, a prime number, are necessarily cyclic (abelian) groups Zp. Groups of order p2 can also be shown to be abelian, a statement which does not generalize to order p3, as the non-abelian group D4 of order 8 = 23 above shows.[62] Computer algebra systems can be used to list small groups, but there is no classification of all finite groups.q[›] An intermediate step is the classification of finite simple groups.r[›] A nontrivial group is called simple if its only normal subgroups are the trivial group and the group itself.s[›] The Jordan-Hölder theorem exhibits simple groups as the building blocks for all finite groups.[63] Listing all finite simple groups was a major achievement in contemporary group theory. 1998 Fields Medal winner Richard Borcherds succeeded to prove the monstrous moonshine conjectures, a surprising and deep relation of the largest finite simple sporadic group—the "monster group"—with certain modular functions, a piece of classical complex analysis, and string theory, a theory supposed to unify the description of many physical phenomena.[64]

Groups with additional structure

Many groups are simultaneously groups and examples of other mathematical structures. In the language of category theory, they are group objects in a category, meaning that they are objects (that is, examples of another mathematical structure) which come with transformations (called morphisms) that mimic the group axioms. For example, every group (as defined above) is also a set, so a group is a group object in the category of sets.

Topological groups

The unit circle in the complex plane under complex multiplication is a Lie group and, therefore, a topological group. It is topological since complex multiplication and division are continuous. It is a manifold and thus a Lie group, because every small piece, such as the red arc in the figure, looks like a part of the real line (shown at the bottom).

Some topological spaces may be endowed with a group law. In order for the group law and the topology to interweave well, the group operations must be continuous functions, that is, gh, and g−1 must not vary wildly if g and h vary only little. Such groups are called topological groups, and they are the group objects in the category of topological spaces.[65] The most basic examples are the reals R under addition, (R \ {0}, •), and similarly with any other topological field such as the complex numbers or p-adic numbers. All of these groups are locally compact, so they have Haar measures and can be studied via harmonic analysis. The former offer an abstract formalism of invariant integrals. Invariance means, in the case of real numbers for example:

for any constant c. Matrix groups over these fields fall under this regime, as do adele rings and adelic algebraic groups, which are basic to number theory.[66] Galois groups of infinite field extensions such as the absolute Galois group can also be equipped with a topology, the so-called Krull topology, which in turn is central to generalize the above sketched connection of fields and groups to infinite field extensions.[67] An advanced generalization of this idea, adapted to the needs of algebraic geometry, is the étale fundamental group.[68]

Lie groups

Lie groups (in honor of Sophus Lie) are groups which also have a manifold structure, i.e. they are spaces looking locally like some Euclidean space of the appropriate dimension.[69] Again, the additional structure, here the manifold structure, has to be compatible, i.e. the maps corresponding to multiplication and the inverse have to be smooth.

A standard example is the general linear group introduced above: it is an open subset of the space of all n-by-n matrices, because it is given by the inequality

det (A) ≠ 0,

where A denotes an n-by-n matrix.[70]

Lie groups are of fundamental importance in physics: Noether's theorem links continuous symmetries to conserved quantities.[71] Rotation, as well as translations in space and time are basic symmetries of the laws of mechanics. They can, for instance, be used to construct simple models—imposing, say, axial symmetry on a situation will typically lead to significant simplification in the equations one needs to solve to provide a physical description.v[›] Another example are the Lorentz transformations, which relate measurements of time and velocity of two observers in motion relative to each other. They can be deduced in a purely group-theoretical way, by expressing the transformations as a rotational symmetry of Minkowski space. The latter serves—in the absence of significant gravitation—as a model of space time in special relativity.[72] The full symmetry group of Minkowski space, i.e. including translations, is known as the Poincaré group. By the above, it plays a pivotal role in special relativity and, by implication, for quantum field theories.[73] Symmetries that vary with location are central to the modern description of physical interactions with the help of gauge theory.[74]

Generalizations

Plantilla:Group-like structures In abstract algebra, more general structures are defined by relaxing some of the axioms defining a group.[26][75][76] For example, if the requirement that every element has an inverse is eliminated, the resulting algebraic structure is called a monoid. The natural numbers N (including 0) under addition form a monoid, as do the nonzero integers under multiplication (Z \ {0}, •), see above. There is a general method to formally add inverses to elements to any (abelian) monoid, much the same way as (Q \ {0}, •) is derived from (Z \ {0}, •), known as the Grothendieck group. Groupoids are similar to groups except that the composition a • b need not be defined for all a and b. They arise in the study of more complicated forms of symmetry, often in topological and analytical structures, such as the fundamental groupoid. The table gives a list of several structures generalizing groups.

See also

A Wikibooks en anglès, hi ha llibres de contingut lliure i altres textos relatius a Introducció a la teoria de grups.

Notes

^ a: Mathematical Reviews lists 3,224 research papers on group theory and its generalizations written in 2005.

^ b: The closure axiom is already implied by the condition that • be a binary operation. Some authors therefore omit this axiom. Lang 2002

^ c: See, for example, the books of Lang (2002, 2005) and Herstein (1996, 1975).

^ d: However, a group is not determined by its lattice of subgroups. See Suzuki 1951.

^ e: The fact that the group operation extends this canonically is an instance of a universal property.

^ f: For example, if G is finite, then the size of any subgroup and any quotient group divides the size of G, according to Lagrange's theorem.

^ g: The word homomorphism derives from Greek ὁμός—the same and μορφή—structure.

^ h: The additive notation for elements of a cyclic group would be ta, t in Z.

^ i: See the Seifert–van Kampen theorem for an example.

^ j: An example is group cohomology of a group which equals the singular homology of its classifying space.

^ k: Elements which do have multiplicative inverses are called units, see Lang 2002, §II.1, p. 84.

^ l: The transition from the integers to the rationals by adding fractions is generalized by the quotient field.

^ m: The same is true for any field F instead of Q. See Lang 2005, §III.1, p. 86.

^ n: For example, a finite subgroup of the multiplicative group of a field is necessarily cyclic. See Lang 2002, Theorem IV.1.9. The notions of torsion of a module and simple algebras are other instances of this principle.

^ o: The stated property is a possible definition of prime numbers. See prime element.

^ p: For example, the Diffie-Hellman protocol uses the discrete logarithm.

^ q: The groups of order at most 2000 are known. Up to isomorphism, there are about 49 billion. See Besche, Eick & O'Brien 2001.

^ r: The gap between the classification of simple groups and the one of all groups lies in the extension problem, a problem too hard to be solved in general. See Aschbacher 2004, p. 737.

^ s: Equivalently, a nontrivial group is simple if its only quotient groups are the trivial group and the group itself. See Michler 2006, Carter 1989.

^ t: More rigorously, every group is the symmetry group of some graph, see Frucht 1939.

^ u: More precisely, the monodromy action on the vector space of solutions of the differential equations is considered. See Kuga 1993, pp. 105–113.

^ v: See Schwarzschild metric for an example where symmetry greatly reduces the complexity of physical systems.

^ w: This was crucial to the classification of finite simple groups, for example. See Aschbacher 2004.

^ x: See, for example, Schur's Lemma for the impact of a group action on simple modules. A more involved example is the action of an absolute Galois group on étale cohomology.

^ y: Injective and surjective maps correspond to mono- and epimorphisms, respectively. They are interchanged when passing to the dual category.

Citations

  1. Herstein 1975, §2, p. 26
  2. Hall 1967, §1.1, p. 1: "The idea of a group is one which pervades the whole of mathematics both pure and applied."
  3. Lang 2005, App. 2, p. 360
  4. Herstein 1975, §2.1, p. 27
  5. Herstein 1975, §2.6, p. 54
  6. Wussing 2007
  7. Kleiner 1986
  8. Smith 1906
  9. Galois 1908
  10. Kleiner 1986, p. 202
  11. Cayley 1889
  12. Wussing 2007, §III.2
  13. Lie 1973
  14. Kleiner 1986, p. 204
  15. Wussing 2007, §I.3.4
  16. Jordan 1870
  17. von Dyck 1882
  18. Curtis 2003
  19. Mackey 1976
  20. Borel 2001
  21. Aschbacher 2004
  22. Ledermann 1953, §1.2, pp. 4–5
  23. Ledermann 1973, §I.1, p. 3
  24. Lang 2002, §I.2, p. 7
  25. 25,0 25,1 Lang 2005, §II.1, p. 17
  26. 26,0 26,1 Mac Lane 1998
  27. Lang 2005, §II.3, p. 34
  28. Lang 2005, §II.1, p. 19
  29. Ledermann 1973, §II.12, p. 39
  30. Lang 2005, §II.4, p. 41
  31. Lang 2002, §I.2, p. 12
  32. Lang 2005, §II.4, p. 45
  33. Lang 2002, §I.2, p. 9
  34. Hatcher 2002, Chapter I, p. 30
  35. Coornaert, Delzant & Papadopoulos 1990
  36. for example, class groups and Picard groups; see Neukirch 1999, in particular §§I.12 and I.13
  37. Seress 1997
  38. Lang 2005, Chapter VII
  39. Rosen 2000, p. 54 (Theorem 2.1)
  40. Lang 2005, §VIII.1, p. 292
  41. Lang 2005, §II.1, p. 22
  42. Lang 2005, §II.2, p. 26
  43. Lang 2005, §II.1, p. 22 (example 11)
  44. Lang 2002, §I.5, p. 26, 29
  45. Weyl 1952
  46. Conway, Delgado Friedrichs & Huson et al. 2001. See also Bishop 1993
  47. Bersuker, Isaac (2006), The Jahn-Teller Effect, Cambridge University Press, p. 2, ISBN 0521822122
  48. Jahn & Teller 1937
  49. Dove, Martin T (2003), Structure and Dynamics: an atomic view of materials, Oxford University Press, p. 265, ISBN 0198506783
  50. Welsh 1989
  51. Mumford, Fogarty & Kirwan 1994
  52. Lay 2003
  53. Kuipers 1999
  54. 54,0 54,1 Fulton & Harris 1991
  55. Serre 1977
  56. Rudin 1990
  57. Robinson 1996, p. viii
  58. Artin 1998
  59. Lang 2002, Chapter VI (see in particular p. 273 for concrete examples)
  60. Lang 2002, p. 292 (Theorem VI.7.2)
  61. Kurzweil & Stellmacher 2004
  62. Artin 1991, Theorem 6.1.14. See also Lang 2002, p. 77 for similar results.
  63. Lang 2002, §I. 3, p. 22
  64. Ronan 2007
  65. Husain 1966
  66. Neukirch 1999
  67. Shatz 1972
  68. Milne 1980
  69. Warner 1983
  70. Borel 1991
  71. Goldstein 1980
  72. Weinberg 1972
  73. Naber 2003
  74. Becchi 1997
  75. Denecke & Wismath 2002
  76. Romanowska & Smith 2002

References

General references

Special references

Historical references

Plantilla:Group navbox

Plantilla:Featured article ca:Grup (matemàtiques)