Quiz 3 Lemmas/Theorems Flashcards

1
Q

Diophantine equations and Modulo

A

If a Diophantine Equation has an integer solution, then it has a solution (mod m)

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

What is a Modular Inverse

A

‘a’ has a modular inverse - a^-1(mod m), if there exists ‘b’ such that ab = 1(mod m). We write it as a^-1 = b(mod m)

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

What is PHI(m)

A

It is the set of all number n, such that 0<= n < m such that GCD(m,n) =1

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

What is phi(m)

A

It is the amount of numbers existing within PHI(m)

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

Cancellation Property

A

If ab = ac(mod m) and GCD(a,m) = 1, then b = c(mod m)

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

Euler’s Theorem

A

If GCD(a,m) = 1, where m is a positive integer, then a^(phi(m)) = 1(mod m)

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

Fermat’s Little Theorem

A

If p is a prime and a is an integer such that p /| a, then a^(p-1) = 1(mod p)

Can use it to prove if a number is not prime

Does not prove a number is prime if it passes test, but does prove it is composite if it fails.

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

Proposition about squares and moduli

A

If p is prime and a is an integer, where a^2 = 1(mod p), then a = +/-1(mod p)

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