CH 15 Sltns
CH 15 Sltns
We know that every field contains 1 and 0, so the intersection of subfields is non-empty.
Since a, b are in the intersection means that a, b is in each subfield, ab and a − b are in each
subfield. Hence the intersection is an additive subgroup and is closed under multiplication.
The only other thing to check that is not inherited is that every element in the intersection
has a multiplicative inverse in the intersection but this is clear because the inverse must be
in each subfield.
# 12: Let Z3 [i] = {a + bi|a, b ∈ Z3 }. Show that the field Z3 [i] is ring-isomorphic to
the field Z3 [x]/ < x2 + 1 >.
Define φ(a + bi) = a + bi+ < x2 + 1 >. Then φ((a + bi) + (c + di)) = φ((a + c) + (b + d)i) =
(a+c)+(b+d)i+ < x2 +1 >= (a+bi)+(c+di)+ < x2 +1 >= (a+bi+ < x2 +1 >)+(c+di)+ <
x2 + 1 >= φ(a + bi) + φ(c + di). Farther, φ((a + bi)(c + di)) = φ((ac − bd) + (ad + bc)i) =
(ac − bd) + (ad + bc)i+ < x2 + 1 >= (a + bi)(c + di)+ < x2 + 1 >= ((a + bi)+ < x2 + 1 >
)((c + di)+ < x2 + 1 >. Hence, φ is a ring homomorphism.
a b
# 15: Consider the mapping from M2 (Z) into Z given by 7→ a. Prove or
c d
disprove that this is a ring homomorphism.
Part 2: We can use a similar logic for this part. Doing this shows that the homomorphisms
are those defined by 1 maps to 0, 6, 15 or 21.
# 30: Prove that the sum of the squares of three consecutive integers can not
be a square.
Let n be an integer. Then the sum of the squares of three consecutive integers can be rep-
resented as n2 + (n + 1)2 + (n + 2)2 . Now consider this expression modulus 3. Then it is
n2 + n2 + 2n + 1 + n2 + 4n + 4 = 3n2 + 6n + 5 = 2. For this expression to be a square then
there must exist an element, x, in Z3 such that x2 = 2. But 02 = 0, 12 = 1 and 22 = 1 so
there is no such solution.
# 37: Show that no integer of the form 111, 111, 111, . . . , 111 is prime.
Consider φ3 as defined in class. Then φ3 (111, 111, 111, . . . , 111) = φ3 (1 · 10k + 1 · 10k−1 +
k k
φ3 (1)φ3 (10)i =
P P
. . . + 1 · 10 + 1) = 1 · · · 1 = 1 + 1 + 1 · · · + 1 but the 1’s come in threes
i=0 i=0
so this expression is 0 in Z3 . Hence 3 divides the integer so it can not be prime.
# 45: Is there a ring homomorphism from the reals to some ring whose kernel
is the integers?
No. The kernel of a ring homomorphism is an ideal but the integers are not an ideal of the
real numbers. For instance, π · 1 = π 6∈ Z.
# 50: Show that if m and n are distinct positive integers, then mZ is not ring-
isomorphic to nZ.
Let m and n be distinct positive integers. Because a ring isomorphism must take gener-
ators to generators, m would have to map to ±n. Consider the case of m 7→ n. Then
φ(nn) = φ(n + n + n + · · · + n) with n copies of n. This is equal to φ(n) + φ(n) + · · · + φ(n) =
m+m+· · ·+m = nm. But φ(nn) = φ(n)φ(n) = mm. Since n and m are distinct, nm 6= mm
so there can not be any such isomorphism.
a b a b
# 66: Let R = a, b ∈ Z , and let φ be the mapping that takes
b a b a
to a − b.
a. Show that φ is a homomorphism.
a b c d a+c b+d
Addition is preserved since φ( + ) = φ( ) = (a +
b a d c
b + d a + c
a b c d
c) − (b + d) = (a − b) + (c − d) = φ( ) + φ( ). We can also see that
b a
d c
a b c d ac + bd ad + bc
multiplication is preserved since φ( ) = φ( )) =
b a d c bc + ad bd + ac
(ac + bd) −
(ad + bc) = a(c − d) + b(d − c) = a(c − d) − b(c − d) = (a − b)(c − d) =
a b c d
φ( )φ( ).
b a d c
The image of φ defined as above is Z. We know this since φ(R) ⊆ Z, and the matrix
with a = a and b = 0 maps to a for any a ∈ Z.