Theorems with a name Flashcards

1
Q

Eulers Lemma

A

If a | bc and gcd(a,b)=1 then a | c .

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

Fundamental Theorem of Arithmetic

A

Every positive integer n is a product of prime numbers and it’s factorisation into primes is unique up to the order of factors.

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

Euclids Theorem

A

The number of primes is infinite.

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

Euler’s Theorem

A

m positive in Z.

a an integer coprime to m.

Then aφ(m) ≡ 1 (mod m) .

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

Fermats Little Theorem

A

Let p be prime.

  1. Let a an integer not divisible by p.
    Then ap-1 ≡ 1 (mod p) .
  2. For all integers a,
    ap ≡ a (mod p) .
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Wilson’s Theorem

A

Let p be a prime.

Then (p-1)! ≡ -1 (mod p)

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

Chinese Remainder Theorem 1

A

Let m, n ϵ |N be coprime.

Then for every pair of integers a, b the simultaneous congruences

  • x ≡ a (mod m)*
  • x ≡ b (mod n)*

have a solution which is unique modulo mn.

More generally, if d = gcd(m,n) then the congruences have a solution ⇔ a ≡ b (mod d) and the solution is unique modulo lcm(m,n) = mn/d.

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

Chinese Remainder Theorem 2

A

Let m, n be coprime.

Then Z/mnZ ≅ Z/mZ X Z/nZ .

In units, Umn ≅ Um X Un .

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

Euler’s Criterion

A

(a/p) ≡ a(p-1)/2 (mod p)

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

Gauss’s Lemma

A

Let p be an odd prime and a an integer not divisible by p.

Then

(a/p) = (-1)s

where s is the number of integers i with 0 < i < p/2 for which the least residue of ai is negative.

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

Quadratic Reciprocity

A

Let p and q be distinct odd primes.

Then (p/q)(q/p) = (-1)(p-1)(q-1)/2

so (q/p) = (p/q) , if p ≡ 1 or q ≡ 1 (mod 4)

and (q/p) = - (p/q) , if p ≡ q ≡ 3 (mod 4) .

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

Minkowski’s Theorem

A

Let L ≤ Zn be a lattice of index m.
Let S⊆|Rn be a bounded, convex, symmetric domain.

If S has volume v(S) > 2n m , then S contains a non-zero element of L.

Same conclusion holds when v(S) = 2n m provided S is compact.

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

Lagrange’s Theorem

A

Every positive number can be expressed as a sum of four squares.

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

Fermats Last Theorem

A

Let n ≥ 3.

Then there are no solutions in positive integers to:

xn + yn = zn .

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

Ostrowski’s Theorem

A

Every non-trivial norm on (Q is equivalent either to the standard absolute value |x| or to the p-adic norm |x|p for some prime p.

All these norms are inequivalent.

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

Hensel Lifting Theorem

A

Let F(x) ϵ Zp[x] be a polynomial.

Let x1 ϵ Zp satisfy f(x1) ≡ (mod p) and f’(x1) ≡ 0 (mod p).

Then there exists a unique x ϵ Zp such that:

f(x) = 0

and x ≡ x1 (mod p)