Quiz 4 Lemmas/Theorems Flashcards

1
Q

Chinese Remainder Theorem Formula

A

x ≅ ((n^-1 modm)na + (m^-1 modn)mb) (modmn)

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

What does phi(p) do?

A

If GCD(m,n) = 1, then phi(mn) = phi(m)phi(n). Furthermore, if p is a prime number then phi(p) = p-1, phi(p^2) = p^2 - p,….., phi(p^n) = p^n - p^(n-1)

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

What is (mod mn), if m and n are relatively prime?

A

If m and n are relatively prime and x^2 ≅ a(modmn), then those solutions are in 1-to-1 correspondence with (u,v) where u^2 ≅ a(mod m) and v^2 ≅ a(mod n).

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

Hensel Lifting

A

If p is an odd prime, where we know x^2 ≅ a(mod p), then we can solve for x^2 ≅ a(mod p^2)

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

For PHI(p), when is ‘a’ a quadratic residue?

A

‘a’ is a quadratic residue if there exists an ‘x’ in PHI(p) such that x^2 ≅ a(mod p)

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

Legendre Symbol

A

Legendre symbol of a/p is:
1. 1 if a is a quadratic residue (mod p)
2. 0 if p|a
3. -1 if a is a quadratic non-residue (mod p)

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

a-partners

A

If a,x,y are elements of PHI(p), then x,y are a-partners if xy ≅ a(mod p)

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

Wilsons Theorem

A

If p is an odd prime then (p-1)! ≅ -1(mod p)

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

Euler’s Criterion

A
  1. a is a qr (mod p) iff a^(p-1)/2 ≅ 1(mod p)
  2. a is a qnr (mod p) iff a^(p-1)/2 ≅ -1(mod p)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Quadratic Reciprocity

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