Groups
One of the most fundamental algebraic structures is a group. Generally, groups are used to study the symmetries of objects and the solutions to equations.
A group G is a set with a binary operation
*that satisfies the following properties:
- Closure: For all
a, binG,a * bis also inG.- Associativity: For all
a, b, cinG,(a * b) * c = a * (b * c).- Identity Element: There exists an element
einGsuch that for allainG,a * e = e * a = a.- Inverse Element: For all
ainG, there exists an elementa'inGsuch thata * a' = a' * a = e.
Group Examples
- (Z, +) is a group where Z is the set of integers and
+is the addition operation.
- The identity element is 0.
- Every element
ahas an inverse-a. - The operation is associative.
- The set is closed under addition.
- (Q, +) is a group where Q is the set of rational numbers and
+is the addition operation.
Theorems
Theorem: The identity element of a group is unique. Proof: Suppose there are two identity elements
eande'. Then,e = e * e' = e'.
Theorem: The inverse element of a group is unique. Proof: Suppose there are two inverse elements
a'anda''for an elementa. Then,a' = a' * e = a' * (a * a'') = (a' * a) * a'' = e * a'' = a''.
Theorem (Cancelation Law): If
a * b = a * c, thenb = c. Proof: Multiply both sides bya'on the right.a * b = a * ca * b * a' = a * c * a'b * a' = c * a'b = c
Subgroups
Definition (Subgroup): A group (H, *) is a subgroup of a group (G, *) if H is a subset of G and H is a group under the same operation
*.
TODO: Trivial subgroup TODO: Proper subgroup TODO: Cyclic subgroup TODO: Order of a subgroup TODO: Lagrange's theorem,