Algebra Theorems Flashcards
mersenne composite numbers
let n∈ℕ. Suppose that n is composite. Then 2ⁿ -1 is composite
infinite primes
There are infinitely many primes
sequences containing no primes
let n∈ℕ. There exists a sequence of n consecutive natural numbers containing no primes.
Factors of sums of integers
Let a,b,c∈ℤ. Suppose than a|b and a|c. Then a|(b+c).
Factors of linear combinations of integers
Let a,b,c,k,l∈ℤ. Suppose that a|b and a|c. Then a|(kb+lc).
Sequence of factors.
Let a,b,c∈ℤ. Suppose that a|b and b|c. Then a|c.
Two numbers are factors of each other
Let a,b∈ℤ. Suppose that a|b and b|a. Then a = +-b
division theorem
Let a∈ℤ and d∈ℕ. Then there exists unique q,r∈ℤ s.t. a=qd+r and 0<=r
equal hcf of factor and remainder
Let a,b,q,r∈ℤ. Suppose that a=qb+r . Then, hcf(a,b) = hcf(b,r)
Euclidean Algorithm verfication
Let a,b∈ℕ with a>b and let h be the output of Algorithm 2.12 (Euclidean algorithm). Then, h = hcf(a,b).
Bezouts lemma
a,b∈ℤ and let h=hcf(a,b). Then there exists x,y∈ℤ s.t. h=xa +yb
common factors of highest common factors
Let a,b,c∈ℤ and let h=hcf(a,b). Suppose that c is a common factors of a and b. The c|h.
lcm multiplied by hcf
Let a,b∈ℕ. Then lcm(a,b).hcf(a,b)=ab
divisibility of a multiple
Let a,b∈ℤ and p∈ℕ be prime. Suppose that p|ab. Then p|a or p|b
divisibility of a multiple for r values
Let a₁,a₂,..,aₙ∈ℤ and p∈ℕ be prime. Suppose that p|a₁,a₂,..,aₙ. Then p|aᵢ for some i=1,2,..,n