Number Theory Flashcards

(18 cards)

1
Q

State Euclid’s algorithm

A

Suppose that a, b are integers. Then there are integers m, n such that am + bn = (a, b).

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

Define a unit

A

A number with a multiplicative inverse.

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

Define an irreducible number

A

A number which is not a unit and has no non-trivial factors.

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

Define a prime number

A

A number p is a prime if it is not a unit and p|ab implies that either p|a or p|b.

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

Define mod

A

Let q > 1 be an integer. Then we write a ≡ b(mod q) if and only if q divides a - b.

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

Define the multiplicative group of residues mod q

A

(Z/qZ)^x = {x + qZ ∈ Z/qZ: (x, q)=1}

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

State the Chinese Remainder Theorem

A

Suppose that q1, q2, …, qk are pairwise coprime positive integers and that a1, …, ak are integers. Then there is an integer x such that x ≡ ai (mod qi) for i = 1, 2, …, k. Moreover, x is unique (mod q1…qk).

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

State Fermat’s Little Theorem

A

Let p be a prime, and suppose that a is not a multiple of p. Then a^(p-1) ≡ 1 (mod p).

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

State Wilson’s Theorem

A

Let p be an odd prime. Then (p-1)! ≡ –1 (mod p).

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

Define Euler’s ϕ-function

A

ϕ(n) is the number of positive integers less than or equal to n which are also coprime to n.

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

State Fermat-Euler’s Theorem

A

Suppose that q is a positive integer and that a is coprime to q. Then a^ϕ(q) ≡ 1 (mod q).

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

Define the order of an integer

A

Let q be a positive integer such that an integer a is coprime to q. Then the order of a mod q is defined to be the smallest positive integer n such that an ≡ 1(mod q).

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

Define a primitive root

A

Given a prime p, an element g ∈ (Z/pZ)x is called a primitive root if it has ordp(g) = p-1.

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

Define a quadratic residue

A

Given an odd prime p, a ∈ (Z/pZ)x is a quadratic residue modulo p if a and p are coprime and there is an integer x such that x^2 ≡ a (mod p).

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

Define a quadratic non-residue

A

Given an odd prime p, a ∈ (Z/pZ)x is a quadratic non-residue modulo p if a and p are coprime and there are no integers x such that x^2 ≡ a (mod p).

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

State Euler’s criterion

A

Let p be an odd prime and suppose that a ∈ (Z/pZ)x. Then a(p-1)/2 ≡ 1 (mod p) if a is a quadratic residue and -1 (mod p) if a is a quadratic nonresidue.

17
Q

Define Legendre’s symbol

A

Suppose that p is a prime, and let a ∈ Z. We define the Legendre symbol (a/b) to equal 1 if (a, p) = 1 and a (mod p) is a quadratic residue modulo p, -1 if (a, p) = 1 and a (mod p) is a quadratic nonresidue modulo p, and 0 if p|a.

18
Q

State Gauss’ lemma

A

Let p be an odd prime and let I ⊂ (Z/pZ)x be a set such that (Z/pZ)x is the disjoint union of I and -I. Let a be an integer coprime to p. Then (a/p) = (-1)^t , where t = #{j ∈ I : aj ∈ -I}.