MAT2125 Winter 2018 Assignment 1
MAT2125 Winter 2018 Assignment 1
Assignment 1
Due Thursday 18 January, 13:00, in the lecture.
1. Let F be a field.
(a) Prove that the additive identity is unique: if there exist 0 ∈ F and
00 ∈ F such that a + 0 = a and a + 00 = a for all a ∈ F , then 0 = 00 .
(b) Prove that additive inverses are unique: for a ∈ F , if there exist b ∈ F
and b0 ∈ F such that a + b = 0 and a + b0 = 0, then b = b0 .
(b) (Exercise 1.2.2) Prove that for all a, b, c ∈ F , if a < b and c < 0 then
a · c > b · c.
3. Suppose that p(x) is a monic polynomial of degree > 0 such that p(0) < 0:
that is,
p(x) = xn + an−1 xn−1 + · · · + a1 x + a0
where n ≥ 1, a0 , . . . , an−1 ∈ R, and a0 < 0. Prove carefully that the set
S := {x ∈ R : p(x) < 0}
is bounded above.
(a) Prove that if a is an upper bound for S and b is an upper bound for T
then a + b is an upper bound for
V := {x + y : x ∈ S and y ∈ T }.
(b) Prove that if a is the least upper bound for S and b is the least upper
bound for T then a + b is the least upper bound for V (as defined in
part (a)).
5. Using the completeness axiom, prove that there exists a ∈ R such that
a3 = 2.
Solutions.
1. (a):
00 = 00 + 0 (hypothesis) (2 marks)
= 0 + 00 (F1) (2 marks)
= 0. (hypothesis) (1 mark)
(b):
3. Set
M := n max{−a0 , . . . , −an−1 , 1}. (1 mark)
We’ll show that M is an upper bound for S.
To do this, we will show that if x > M then x 6∈ S. (2 marks)
So, let x > M . Then for k = 0, . . . , n − 1,
xk ≥ x > M ≥ −nak , (2 marks)
ak 1
− k < ,
x n
ak 1
k
>− . (2 marks)
x n
Using this, we get
p(x) = xn + an−1 xn−1 + · · · + a1 x + a0
= xn (1 + an−1 x−1 + · · · + a1 x−n+1 + a0 x−n ) (1 mark)
1 1
> xn (1 − − · · · − ) (1 mark)
n n
= 0.
Hence, x 6∈ S, as required. (1 mark)
(b): Suppose that c is another upper bound for F , and for a contradiction,
that c < a + b. (1 mark)
Set := a+b−c
2
. Then there exists x ∈ S such that x > a − and y ∈ T
such that y > b − . (2 marks) Thus,
x + y > a − + b − = c,
which is a contradiction. (2 marks)