Wikipedia 10K Redux

Reconstructed by Reagle from Starling archive; see blog post for context.

ElementaryGroupTheory

FirstTheorems

Given a Group (G,*) defined as:

G in a NonEmpty SeT and “*” is a BinaryOperation, such that:

*1). (G,) has closure. That is, if a and b belong to (G,*), then a*b belongs to (G,*)

*2). The operation * is associative, that is, if a, b, and c belong to (G,*), then (a*b)*c)=(a*(b*c).

*3). (G,*) contains an identity element, say e, that is, if a belongs to (G,*), then e*a=a*e=a.

*4). Every element in (G,*) has an inverse, that is, of a belongs to (G,*), there is an element b in (G,*) such that a*b=b*a=e.

First Theorem:

The identity element of a GrouP (G,*) is unique.

*Proof:

a*e=e*a=e and a*e’=e’*a=a.

Second Theorem:

Given a group (G,*), and an element x in (G,*), there is only one element y such that y*x=x*y=e. ( The inverse of each element in (G,*) is unique.)

*Proof

Notice the method of proof, which is the same for both theorems and quite common in

MathematicS. It is called, among other things, the Indirect Method of Proof and Proof by Contradiction.

Four More Elementary Group Theorems

I. For all a. b belonging to (G,*), if a*b=e, then a=b^-1 and b=a^-1.

*

*

II. For all a,b belonging to (G,*), (a*b)^-1=b^-1*a^-1.

*

III. For all a belonging to (G,*), (a^-1)^-1=a.

*

IV. For all a,x,y, belonging to (G,*), if a*x=a*y, then x=y, and if x*a=y*a, then x=y.

*