Homework1 10 Sols PDF

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

MATH30010: Field Theory

Homework 1: Solutions
1. Prove the uniqueness of multiplicative inverses in any field F ; i.e., let
a ∈ F and let b, c ∈ F satisfy

a · b = a · c = 1.

Using the field axioms, show that b = c.


Solution: We have c = 1 · c = (b · a) · c = b · (a · c) = b · 1 = b.

2. Let F be a field. Using the field axioms, prove that 0 · a = 0 for every
a ∈ F.
Solution: We have 0 = 0 + 0 and hence

a · 0 = a · (0 + 0) = a · 0 + a · 0.

Thus

0 = a · 0 + (−a · 0)
= (a · 0 + a · 0) + (−a · 0)
= a · 0 + (a · 0 + (−a · 0))
= a·0+0
= a · 0.

3. Let F be any field.

(a) If a, b, c ∈ F with b, c 6= 0, show that


a ac
= .
b bc
(b) If a, b, c, d ∈ F with b, d 6= 0 show that
a c ad + bc
+ = .
b d bd
Solution:

(a) First observe that for any x, y ∈ F , (xy)−1 = y −1 x−1 since

(xy)(y −1 x−1 ) = x(y · y −1 )x−1 = x · 1 · x−1 = x · x−1 = 1.


Thus
ac a
= (ac)(bc)−1 = (ac)(c−1 b−1 ) = a(c · c−1 )b−1 = ab−1 = .
bc b
(b) Recall from class that if x, yz ∈ F and z 6= 0, then
x y x+y
+ = .
z z z
We have
a c ad bc
+ = + (using (a))
b d bd bd
ad + bc
= .
bd
4. Let F be a field and let a, b ∈ F . Suppose that ab = 0. Prove that
either a = 0 or b = 0 (possibly both).
Solution: Suppose that ab = 0. If a = 0 we’re done. The other
possibility is that a 6= 0, and in this case we must show that this
forces b = 0:
Now a 6= 0 =⇒ a−1 exists. Thus, multiplying both sides of ab = 0 by
a−1 give a−1 ab = a−1 · 0 = 0 (by problem 2). But a−1 ab = 1 · b = b.
So b = 0 and we’re done.
5. Let F be a field with exactly 3 elements. 0 6= 1 are necessarily two
of the elements. Denote the third by a. Using the field axioms, prove
that we must have
a + 1 = 0, 1 + 1 = a and a2 = a + a = 1.

Solution: a + 1 is equal to either 0, 1 or a. We eliminate the last two


possibilities, thus proving the first:
We can’t have a + 1 = 1, for adding −1 to both sides gives a = 0, and
we have assumed 0, 1 and a are distinct.
Similarly, we can’t have a + 1 = a, since adding −a to both sides
would imply 1 = 0, which is impossible.
So we can conclude that a + 1 = 1 + a = 0, and thus a = −1 and
1 = −a.
Next we can eliminate the possibilities 1 + 1 = 0 (which implies 1 =
−1 = a) and 1 + 1 = 1 (which implies 1 = 0) to deduce that 1 + 1 = a.
Thus a = 2 = −1 in our field.
Finally, in view of the above, we have a2 = 2a = 2 · (−1) = −2 =
−a = 1.
6. Let F be the set of all 2 × 2 matrices of the form
 
a −b
b a
where a, b ∈ R.
(a) If X, Y ∈ F , show that X + Y ∈ F (where + denotes matrix
addition).
(b) If X, Y ∈ F , show that X · Y ∈ F .
(c) Is F a field? If so, prove it. If not, determine which of the nine
field axioms fail to hold for (F, +, ·).

[Note: You may assume, without proving it, that matrix addition
and multiplication are associative.]
Solution:

(a) Let    
x −y z −w
X= ,Y = ∈ F.
y x w z
Then
   
x + z −y − w a −b
X+Y = = with a = x+z, b = y+w.
y+w x+z b a

So X + Y ∈ F .
(b) Again, let
   
x −y z −w
X= ,Y = ∈ F.
y x w z

Then
   
xz − yw −xw − yz a −b
X·Y = = with a = xz−yw, b = xw+yz.
yz + xw xz − yw b a

so that X · Y ∈ F . Observe also that X · Y = Y · X.


(c) (F, +, ·) is a field:
The addition is commutative and associative since this is in gen-
eral true of matrix addition. (Axioms (1) and (2)).
The Zero matrix belongs to F (take a = b = 0) and is an additive
identity (Axiom (3)).
If X ∈ F , then −X ∈ F ; just replace a by −a and b by −b
(Axiom (4)).
The multiplication in F is commutative, as observed above (Ax-
iom (5)).
The multiplication is associative, since this is in general true for
matrix multiplication (Axiom (6)).
The 2 × 2 identity matrix I belongs to F ; take a = 1, b = 0
(Axiom (7)).
Now let  
x −y
0 6= X = ∈F
y x
Since X 6= 0, not both of x, y are 0 and thus det(X) = x2 +y 2 > 0.
Hence    
−1 1 x y a −b
X = 2 =
x + y 2 −y x b a
with
x −y
a= , b = .
x2 + y 2 x2 + y 2
Thus X −1 ∈ F and axiom (8) holds.
Finally, since matrix multiplication generally distributes over ma-
trix addition, axiom (9) also holds.

7. Show that 5 is a fourth power in the field F11 .


Solution: 24 = 5 in F11 .

8. Find all roots of the polynomial x3 − 6 in the field F7 .


Solution: In F7 , we have 33 = 27 = 6, 53 = (−2)3 = −8 = 6 and
63 = (−1)3 = −1 = 6, while 03 = 0, 13 = 1, 23 = 1 43 = (23 )2 = 1. So
3, 5 and 6 are the roots of x3 − 6 in F7 .

9. Find all roots of the polynomial x3 + x + 1 = 0 in the field F9 := F3 (i).


Solution: Observe that for all a ∈ F3 we have a3 = a. Suppose that
a + bi ∈ F3 (i). Then

(a + bi)3 = a3 + 3a2 bi − 3ab2 − b3 i = a − bi

(since a3 = a, b3 = b and 3 = 0).


Thus, if x = a + bi, then x3 + x + 1 = a − bi + a + bi + 1 = 2a + 1. So
x3 + x + 1 = 0 if and only if 2a + 1 = 0 in F3 . Solving this for a gives
a = −1/2 = −2 = 1. Thus the three roots are x = 1, x = 1 + i and
x = 1 + 2i.

You might also like