Math Problem Statement

P8(a): Question P8(a): Consider the group U(15) under multiplication modulo 15. i. what is the order of group? ii. Compute the order of 13 in this group. iii. Find 〈13〉. iv. Show that H={1,11} is a normal subgroup of G. calculate me this problem.

Solution

Let's work through each part of the problem step by step.

1. The order of the group U(15)U(15)

The group U(15)U(15) refers to the group of units modulo 15. These are the integers less than 15 that are relatively prime to 15 (i.e., the integers xx such that gcd(x,15)=1\gcd(x, 15) = 1).

To determine the elements of U(15)U(15), we find the integers less than 15 and check their gcd with 15:

  • gcd(1,15)=1\gcd(1, 15) = 1
  • gcd(2,15)=1\gcd(2, 15) = 1
  • gcd(3,15)=3\gcd(3, 15) = 3 (not coprime)
  • gcd(4,15)=1\gcd(4, 15) = 1
  • gcd(5,15)=5\gcd(5, 15) = 5 (not coprime)
  • gcd(6,15)=3\gcd(6, 15) = 3 (not coprime)
  • gcd(7,15)=1\gcd(7, 15) = 1
  • gcd(8,15)=1\gcd(8, 15) = 1
  • gcd(9,15)=3\gcd(9, 15) = 3 (not coprime)
  • gcd(10,15)=5\gcd(10, 15) = 5 (not coprime)
  • gcd(11,15)=1\gcd(11, 15) = 1
  • gcd(12,15)=3\gcd(12, 15) = 3 (not coprime)
  • gcd(13,15)=1\gcd(13, 15) = 1
  • gcd(14,15)=1\gcd(14, 15) = 1

Thus, the elements of U(15)U(15) are 1,2,4,7,8,11,13,141, 2, 4, 7, 8, 11, 13, 14.

The order of the group U(15)U(15) is the number of elements in the group. Hence, the order of the group is: Order of U(15)=8\text{Order of } U(15) = 8

2. The order of 13 in U(15)U(15)

The order of an element aa in a group is the smallest integer kk such that ak1 (mod 15)a^k \equiv 1 \ (\text{mod} \ 15). Let's compute the powers of 13 modulo 15 until we get 1.

  • 13113 (mod 15)13^1 \equiv 13 \ (\text{mod} \ 15)
  • 13213×13=169169mod15=16911×15=169165=413^2 \equiv 13 \times 13 = 169 \equiv 169 \mod 15 = 169 - 11 \times 15 = 169 - 165 = 4
  • 13313×4=5252mod15=523×15=5245=713^3 \equiv 13 \times 4 = 52 \equiv 52 \mod 15 = 52 - 3 \times 15 = 52 - 45 = 7
  • 13413×7=9191mod15=916×15=9190=113^4 \equiv 13 \times 7 = 91 \equiv 91 \mod 15 = 91 - 6 \times 15 = 91 - 90 = 1

Thus, the order of 13 in U(15)U(15) is 4 because 1341 (mod 15)13^4 \equiv 1 \ (\text{mod} \ 15).

3. The subgroup 13\langle 13 \rangle

The subgroup generated by 13 is the set of all powers of 13 modulo 15. From the previous calculations, we have:

  • 13113 (mod 15)13^1 \equiv 13 \ (\text{mod} \ 15)
  • 1324 (mod 15)13^2 \equiv 4 \ (\text{mod} \ 15)
  • 1337 (mod 15)13^3 \equiv 7 \ (\text{mod} \ 15)
  • 1341 (mod 15)13^4 \equiv 1 \ (\text{mod} \ 15)

Therefore, the subgroup 13\langle 13 \rangle is: 13={1,4,7,13}\langle 13 \rangle = \{ 1, 4, 7, 13 \}

4. Show that H={1,11}H = \{1, 11\} is a normal subgroup of U(15)U(15)

To show that H={1,11}H = \{1, 11\} is a normal subgroup of U(15)U(15), we need to check two things:

  1. Subgroup condition: HH must be a subgroup of U(15)U(15).

    • 1U(15)1 \in U(15) and 11U(15)11 \in U(15), so H={1,11}H = \{1, 11\} is a subset of U(15)U(15).
    • HH is closed under multiplication modulo 15:
      • 1×1=11 \times 1 = 1, 1×11=111 \times 11 = 11, 11×11=1211 (mod 15)11 \times 11 = 121 \equiv 1 \ (\text{mod} \ 15).
      • So, HH is closed under multiplication.
    • HH contains the identity element (1) and is closed under inverses, so it is indeed a subgroup.
  2. Normality: A subgroup HH of GG is normal if for every element gGg \in G, the conjugate of any element of HH by gg is still in HH, i.e., for all hHh \in H and gGg \in G, ghg1Hg h g^{-1} \in H.

Let's check the conjugates of the elements of HH by all elements of U(15)U(15):

  • For g=1g = 1, 1×1×11=11 \times 1 \times 1^{-1} = 1, and 1×11×11=111 \times 11 \times 1^{-1} = 11.
  • For g=2g = 2, 2×1×21=2×1×8=81,2×11×21=2×11×8112 \times 1 \times 2^{-1} = 2 \times 1 \times 8 = 8 \neq 1, 2 \times 11 \times 2^{-1} = 2 \times 11 \times 8 \equiv 11.
  • H={1,11}H = \{ 1, 11\}.

Therefore,

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Group theory
Modular arithmetic
Order of an element
Subgroups
Normal subgroups

Formulas

Order of a group: Number of elements in the group
Order of an element: Smallest k such that a^k ≡ 1 (mod n)
Verification of subgroup closure under operation

Theorems

Subgroup criterion
Normal subgroup criterion (conjugation invariance)

Suitable Grade Level

Undergraduate (Abstract Algebra)