Chapter 1 Flashcards
Fundamental Theorem of Arithmetic
Let n≥1 be a natural number. Then the following hold.
(1) n can be written as a product of its primes n = p₁p₂…pₙ
(2) This factorisation is unique
Gaussian Integer
A complex number whose real and imaginary parts are both integers
ℤ[i] = {a+bi | a,b∈ℤ}
Theorem I.2.1 (factors of primes)
Suppose p is prime and a,b∈ℤ if p|ab then p|a or p|b
Corollary of Theorem I.2.1
Suppose p is prime and a₁,a₂,…,aₙ∈ℤ if p|a₁a₂…aₙ then there exists i such that p|aᵢ
Euclidean Algorithm on a,b
- divide a by b. a = cb + r
- We know hcf(a,b)=hcf(b,r)
- repeat with b and r until no remainder
Bezouts Lemma
if h = hcf(a,b) then there exists x,y∈ℤ s.t. h=ax+yb
Division Theorem
Let a and d be natural numbers. Then there are integers q and r such that
a= qd+r
does an analogue of the FTA hold for gaussian integers?
yes
ring
A set R of complex numbers is a ring if
(i) x+y, x-y, xy ∈R for all x,y∈R
(ii) 0,1∈R
a is a factor of b in R (definition)
Let a,b∈R. We say that a is a factor of b in R, a|b, if there exists z∈R s.t. b=az
a|b <=>
b/a∈R
b=az
does a|0 ?
true
if 0|a then
a=0
does 1|a
true always
Lemma I.4.1 (factors in rings)
Suppose that R is a ring and that a,b,c∈R. If a|b and a|c then a|(b+c).
unit
An element u of a ring R is a unit in R if u|1 in R. That is if 1/u ∈ R.
what is always a unit and never a unit?
1 is always a unit
0 is never a unit
Is it always possible to divide by a unit?
yes. x/u = x * 1/u ∈ R
units of ℤ
1 -1
units of the rationals
every non-zero element of the rationals is a unit
units of ℤ[i]
1,-1,i,-i