Question 1C - GCD & Ideals Flashcards

(8 cards)

1
Q

Definition : Greatest common divisor

A

Let m, n ∈ Z(bar). The greatest common
divisor of m and n, denoted gcd(m, n), is the largest positive integer d such that
d | m and d | n.
If there is no largest such integer then m = n = 0 and we define gcd(0, 0) = 0.

We say m and n are coprime if gcd(m, n) = 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Proposition : GCD (pf not on exam)

A

Let m, n ∈ Z(bar).
Then d = gcd(m, n) is the unique integer d ≥ 0 such that mZ(bar) + nZ(bar) = dZ(bar).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Corollary : Be´zout’s Identity (LEARN)

A

Let m, n ∈ Z(bar).
Then there exist λ, µ ∈ Z(bar) such
that λm + µn = d,
where d = gcd(m, n).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Corollary : Minimum set (GDC) (LEARN)

A

Let m, n ∈ Z(bar). The greatest common divisor of m and n can be
written as a minimum of a set of integers as follows
gcd(m, n) = min{λm + µn | λ, µ ≥ 0, λm + µn > 0}.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Proposition : invertible mod n iff gcd = 1 (PF ON EXAM)

A

Let x, n ∈ Z(bar), n > 0. Then x is invertible mod n iff gcd(x, n) = 1.

PROOF:

Suppose [x] is a unit.
Then there is some y ∈ Z(bar) such that [x]·[y] = [1], that is,
xy ≡ 1 (mod n), that is, 1 = xy + qn for some q ∈ Z(bar), and this implies gcd(x, n) = 1.

Conversely, if gcd(x, n) = 1 then by Be´zout’s identity we have
λx + µn = 1
for some λ, µ ∈ Z(bar).
It follows that [λ]·[x] = [1],
so [x] is invertible with inverse [λ].

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Definition : Ideal

A

Let R be a ring.

A left-ideal is a subset I⊆R such that (I,+) is a subgroup of (R,+) and
r∈R and x∈I= ⇒ rx∈I.
write I ◁_l R.

A right ideal is a subset I ⊆R such that (I,+) is a subgroup of (R,+) and
r∈R and x∈I= ⇒ xr∈I.
write I ◁_r R.

An ideal is a subset I ⊆R such that (I,+) is a subgroup of (R,+) and
r∈R and x∈I= ⇒ rx∈I and xr∈I.
write I ◁R.
We say I is a proper ideal if I <> R.

In a commutative ring we only talk about ideals.

Ideals are not subrings!!!
If I⊆R is both a subring and an ideal then I = R.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Equivalence Lemma (pf not on exam)

A

Let R be a ring and I ◁R. Then the following are equivalent:
(1) I= R,
(2) I contains 1,
(3) I contains a unit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Addition of ideals Lemma (pf not on exam)

A

Let I,J be left ideals of a ring R. Then I+ J is a left ideal of R.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly