Skip to content

Instantly share code, notes, and snippets.

@banacorn
Last active July 25, 2016 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save banacorn/7484754 to your computer and use it in GitHub Desktop.
Save banacorn/7484754 to your computer and use it in GitHub Desktop.

Group

  • Closed
  • Associative
  • Identity
  • Inverse

Subgroup

Definition

  • A subset H is closed under the binary operation of G
  • H with the induced operation of G is itself a group

Theorem 5.14

A subset H of a group G is a subgroup of G <=>

  • H is closed under the binary operation of G
  • the identity element of G is in H
  • for all a in H, the inverse of a is also in H

Theorem 5.17

H = { a^n : n in Z } is the smallest subgroup containing a

  • every subgroup containing a contains H
  • H is cyclic
  • denoted by

Cyclic Group

Definition

  • A group G is cyclic if G = = { a^n : n in Z } for some a in G
  • a is a generator of G
  • if has finite number of element, order of a = ||
  • if has infinite number of element, order of a is of infinite

Theorem 6.1

  • Every cyclic group is abelian

Theorem 6.6

  • A subgroup of a cyclic group is cyclic

Theorem 6.10

  • A cyclic group is isomorphic to <Z, +> if it is of infinite order
  • A cyclic group is isomorphic to <Zn, +n> if it is of finite order

Remark

  • if there exists an isomorphism between two groups, then the isomorphism is also shared among their subgroups.
  • i.e. to understand the structures of cyclic groups, it suffices to study those of Z and Zn.

Theorem 6.14

Let G be a cyclic group of order n generated by a. Let b in G, b = a^s, d = gcd(n, s)

= { e, a, a^d, a^2d, ... , a^n-d }

Corollary

<a^r> = <a^s> iff gcd(r, n) = gcd(s, n)

Corollary 6.16

If a is a generator of a finite cyclic group of order n, then other generators are of the form a^r, where r is relatively prime ti n.

Corollary

The number of subgroups of a cyclic group of order n is equal to the number of divisors of n.

Groups of Permutation

Definition

Let A be a set, a permutation is a 1-1 and onto function from A to A

Theorem 8.5

Let A be a nonempty set. Then the set Sa of all permutations of A is a group under function composition.

Corollary

Sn is nonabelian for all n >= 3.

Cayley's theorem

Every group is isomorphic to a subgroup of a group of permutations.

Orbits, Cycles, and Alternating groups

Lemma

Let p be a permutation, the relation ~ defined by a ~ b <=> a = p^n(b) for some integer n is an equivalence relation

Definition - Orbit

The equivalence classes determined by the above equivalence relation are the orbits of p.

Definition - Cycle

  • A permutation p is a cycle if it has at most one orbit containing more than one element.
  • The length of a cycle is the number of elements in the largest orbit.

Theorem 9.8

Every permutation p of a finite set is a product if disjoint cycles.

Remarks

The multiplication if disjoint cycles are commutative.

Definition - Transposition

A transposition is a cycle of length 2.

Theorem 9.12

Any permutation of a finite set of at least two elements is a product of transposition.

Theorem 9.15

No permutation in Sn can be expressed both as a product of an even number of transpositions and as a product of an odd number of transpositions.

Theorem 9.20

If n >= 2, then the set An of all even permutations of {1..n} forms a subgroup of order n!/2 of Sn

Definition - Alternating group

The subgroup of Sn consisting of the even permutations of n letters is the alternating group An on n letters.

Cosets and the Theorem of Lagrange.

Theorem 10.1

Let H < G, let ~L be a ~L b <=> a'b in H ~L and ~R are both equivalence relations on G

Definition - Coset

  • Left coset: aH = { ah : h in H }
  • Right coset: Ha = { ha : h in H }

Remark

  • If a group G is abelian then each left coset is also right coset.
  • If a group G is abelian then each left coset may or may not right coset.

Theorem of Lagrange

Let H be a subgroup of a finite group G. Then the order of H divides the order of G.

Lemma

Let H be a subgroup of a finite group G. Then every coset has the same number of elements as H.

Theorem 10.12

The order of an element of a finite group divides the order of the group.

Corollary 10.11

Every group of prime order is cyclic.

Definition - Index

Let H be a subgroup of a group G. The number of left cosets of H is the index of H in G, and is denoted by [G:H]

Remark

[G:H] = [G]/[H]

Theorem 10.14

Suppose that H and K are subgroups of a group G such that K <= H <= G and [G:H] and [H:K] are finite then [G:K] is also finite and [G:K] = [G:H][H:K]

Direct products and finitely generated abelian groups

Definition

fuck you

Theorem 11.5

The group Zm x Zn is cyclic and isomorphic to Zmn <=> m and n are relatively prime

Corollary 11.6

The group of sum of Zmi is cyclic and isomorphic to Zmmmmm <=> the numbers m are pairwise coprime

THeorem 11.9

order of an element of a direct product of groups = lcm ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment