Group Isomorphisms and Homomorphisms

We have gone through many isomorphisms, so I will provide this as just an example and test.

U(7) is isomorphic to Z6

Could be useful to take a look at Behaviors of Z modulo
Firstly note:

U(7)={1,2,3,4,5,6}Z6={0,1,2,3,4,5}

First is a group of integers under multiplication modulo 7, and second is a group of integers under addition modulo 6.

First lets prove an isomorphism from ϕ:Z6U(7). Notice, 3 generates U(7) and 1 generates Z6. Thus from here we can start noticing that any isomorphism must take ϕ(1)=3. Thus, for any element n in Z6 we have ϕ(n)=ϕ(11+12+...+1n)=ϕ(1)1ϕ(1)2...ϕ(1)n=3n. From here we can clearly just define the isomorphism as ϕ(n)=3n and clearly this is a homomorphism as:
ϕ(n+m)=3n+m=3n3m=ϕ(n)ϕ(m) and its bijective as ϕ1(3n)=log3(3n)

Z and Q are not isomorphic

  1. For contradiction assume they are isomorphic, and we know that 1 generates all of Z. Then there must be an element s.t. ϕ(1)=a. And then, that element generate all of Q. We can notice Q is not cyclic and stop here, but we can also notice that there must be an element which maps to a2. So we have it such that ϕ(x)=a2 and $$\phi (x+x) = \phi(x)+\phi(x) = \frac{a}{2} + \frac{a}{2} = a = \phi(1)$$
  2. as 12 does not exist in Z we can conclude there is no such element and this is not an isomorphism.

Important Classifications:

  1. Any cyclic group is either isomorphic to Z if infinite or Zn if finite
  2. Any group with prime order is cyclic, so any group with p elements is isomorphic to Zp.

Proof that any group with prime order is cyclic:

  1. Let G be a group with order prime p. Then we have it so any element aG must generate a subgroup of G. However, by langrange's theorem the order of this group must divide the order of G. As G is order p is has no devisors, thus a must generate the whole group and therefore the group is cyclic.

Cayley's Theorem

Any group is isomorphic to a group of permutations.
You can take a table and define a permutation for each element. Ill skip this for now as its extremely geometric but the book provides a good explanation.

Direct Products

Product of two groups, G1×G2 creates another group where we define the operation as

(g1,g1)(g2,g2)=(g1g2,g1g2)

And the order is the LCM of the order of both groups, or LCM(G1,G2). Its like 2 wheels turning and the first time they both become 0 is the LCM of their cycles.
Similar to problem 2.1 in Practice Midterm 1

Internal Direct Products of Zn with relatively prime orders are isomorphic to their product.

Zn×Zm=ZmnGCD(n,m)=1

This is because their GCD being 1 implies they have no common devisors, so their LCM is their product (nm) which means they generate the entire group before reaching their product, making it a cyclic group with nm elements and isomorphic to Zmn

I.E: Take Z3 and Z5. Then, as GCD(3,5)=1 we know this is isomorphic to Z15.

You can do this in reverse and take the prime factorization of something and show its isomorphic:
60=2235 so then we have it that Z60=Z2×Z2×Z3×Z5.