C5-8 Flashcards

1
Q

with a, b and d being natural numbers what is the equation in relation to d | a and d | b

A

d=as + bt

for integers s and t

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

what is the greatest common divisor

A

natural number d satisfying the equation d=as + bt

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

when is something said to be relatively prime (or coprime)

A

when it is true that two natural numbers (example) a and b have gcd(a,b) = 1

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

Let a, b and c be integers that are relatively prime with a and b. What can be assumed

A

if a | bc then a | c
and
if a | c and b | c then ab | c

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

write this as an equation: every positive integer n greater than 1 may be written…

A

n= p1 p2..pr where p is a prime number and r is greater than or equal to 1.

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

what is the lowest common multiple

A

the smallest positive integer that is divisible by both a and b

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

how do you use the efficient method for finding the gcd

A

Euclidean algorithm

when a and b are natural numbers
if b= aq+r where q and r are positive integers, then gcd (b,a)= gcd (a,r)

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

what is the Diophantine equation

A

ax + by = c

which only has a solution if d | c where d= gcd (a,b)

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

what is the formula when something is congruent to a modulus

A

letting n > 1 as a fixed positive integer called modulus. We say two integers a and b are congruent modulo n and write
a ≡ b (mod n)

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

a (mod n) ≡ ?

A

a

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

if a ≡ b (mod n)

A

then b ≡ a (mod n)

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

if a ≡ b (mod n) and b≡ c (mod n)

A

then a ≡ c (mod n)

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

if a ≡ b (mod n) and c ≡ d (mod n)

A

then a + c ≡ b + d (mod n)
and
ac ≡ bd (mod n)

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

(5) if a ≡ b (mod n)

A

then a + c ≡ b + c (mod n)
and
ac ≡ bc (mod n)

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

(6) if a ≡ b (mod n)

A

then a^k ≡ b^k (mod n) for any positive integer k

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

if ac ≡ bc (mod n) and gcd (c, n) =1

A

then a ≡ b (mod n)

17
Q

what is the equation for congruence classes

A

[a] (sub)n = {bEZ : b ≡ a (mod n)}

18
Q

define the sum of congruence classes

A

where they all have (sub) n outside the bracket representing (mod n)

[a] + [b] = [a+b]

19
Q

define the product of congruence classes

A

where they all have (sub) n outside the bracket representing (mod n)

[a] [b] = [ab]

20
Q

what is the equation when [a]n is invertible

A

[a]n [b]n = [1]n

21
Q

what equation shows the linear congruence

A

ax ≡ b (mod n)

22
Q

how to solve a linear congruence

A

calculate d= gcd (a,n)

test whether d divides b, if it doesn’t then no solutions exist

if d | b then there are d solutions in Zn
(a/d)x ≡ b/d (mod n/d)

since gcd (a/d, n/d) = 1 there is one solution to Zn/d

find inverse of [a/d] n/d (sub) and calculate
(all with mod n/d)
[x] = [inverse] [b/d]

from [x] obtain a specific solution