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, the Indirect Method of Proof.