MATH235 Homework3
MATH235 Homework3
Exercise 1
Let p be a prime number. For n ∈ N, define
In other words, νp (n) is the maximal power of p that divides n. For example, ν5 (8) = 0, ν7 (14) = 1. Let
x, y ∈ N. Show the following:
k l
Y min{vpi (a),vpi (b)} Y min{vqj (a),vqj (b)}
pi = qj
i=1 j=1
Exercise 2
Let G be a group where x2 = x ◦ x = eG for all x ∈ G. Show that G is an abelian group.
Exercise 3
Let G be a group. Fix a ∈ G. Show that the function λa : G 7→ G, g 7→ ag is a bijection from G to G.
Exercise 4
Let n ≥ 3. Let σ ∈ Sn be such that στ = τ σ for all τ ∈ Sn . Show that σ is the identity function {1, . . . , n} .
Exercise 5
Let (G, ◦G ) and (H, ◦H ) be groups. Show that the cartesian product G × H equipped with the binary oper-
ation ◦ defined below is a group:
◦ : (G × H) × (G × H) 7→ (G × H),
(g1 , h1 ) ◦ (g2 , h2 ) = (g1 ◦G g2 , h1 ◦H h2 )
Exercise 6
Show that the following function f : Z/nZ 7→ Z, f ([x]n ) = gcd(x, n) is a well defined function.
1
MATH 235 Homework 3: Friday September 27 at 11:59 pm Fall 2024
Exercise 7
Let n ∈ N and a, b ∈ Z. Show that the equation ax ≡ b (mod n) has a solution if and only if gcd(a, n) divides
b.
Exercise 8
Judson Exercise 5.2 from a) to h).