Basic Algebra B.1 Number Theory Basics Flashcards

1
Q

divides and divisor

A

Definition. If a and b, b != 0, are integers and if a = kb for some integer k, then we say that b divides a and that b is a divisor of a. We write b|a.

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

prime number, relatively prime number, greatest common divisor and least common multiple

A

Definition. A positive integer p greater than 1 whose only integer divisors are ±1 or ±p is called a prime number. Two integers a and b are said to be relatively prime if ±1 are the only common divisors. Given nonzero integers n1, n2,…, nk, the greatest common divisor of these integers, denoted by gcd(n1,n2,…,nk) or simply (n1,n2) if k = 2, is the largest integer that divides all the ni. The least common multiple of these integers, denoted by lcm(n1,n2,…,nk), is defined to be the smallest nonnegative integer m so that ni divides m for all i.

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

greatest common divisor theorem

A

B.1.1. Theorem. If a and b are integers that have a greatest common divisor d, then there are integers s and t such that sa + tb = d.

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

congruent modulo m

A

Definition. Let m be an integer. Two integers a and b are said to congruent modulo m, or mod m, if m divides a - b, equivalently, a = b + km for some k. In that case we shall write a = b mod(m).

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

quadratic residue modulo m

A

Definition. Let a and m be integers. If (a,m) = 1, then a is called a quadratic residue modulo m if the congruence x^2 = a mod(m) has a solution; otherwise, a is called a quadratic nonresidue modulo m.

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