ENT Flashcards
Successor
takes element and gives next element
Principle of mathematical induction
P(n) is a statement about n, for each n in N(0). If P(0) is true and if P(n) implies P(n+1), for all n in N(0), then P(n) is true for all n in N(0).
PMI variants:
Start at P(1) instead of P(0), change N(0) to N. If P(1) is true and if P(x) for all x<n implies P(n), for all n in N, then P(n) is true for all n in N
Well ordering principle
Let S be a non-empty subset of N(0). Then S has a smallest element.
Divisibility DEFINITION
a divides b (a|b) if there exists a d is Z such that b = ad. a is a factor of b, b is a multiple of a
Let a be in Z and b be in N. There exists integers q(quotient) and r (remainder) such that a =
q*b +r. 0<=r<b
a,b in Z. a common divisor of a and b is any integer d such that
d|a and d|b
greatest common divisor gcd(a,b) is the
maximal common divisor
if gcd(a,b) = 1, a and b are
coprime
Euclidean Alogrithm
a = q1b +r1. b=q2r1+r2. r1 = q3r1 + r2 …… r(n-2) = qnr(n-1) + rn. There exists a smallest n such that r(n) = 0 so gcd(a,b) = r(n-1) so gcd(a,b) = ax +by
n is called prime if
n >1 and d|n for d in N then d = 1 or d = n.
if n is not prime it is called
composite
every natural number has at least one
prime divisor. smallest divisor of n is prime
Infinitude of Primes theorem
There are infinitely many primes
there are infinitely many primes of the form
4n - 1
Dirichlet Theorem
a,b are coprime. Then there exist infinitely many primes of the form an +b.
Euclids lemma
Let p be in N, with p>1. Then p is a prime if and only if for all a,b is in Z, we have p |ab then p |A or p|b or both
p is a prime and a1,—,an is in Z then if p|a1 ….an then
p|ai for some 1<= i < n
Fundamental Theorem of Arithmetic
n is in N, n>1. The n can be written is a product of primes. n = p1^(e1) ….. pr^(er).
A pythagorean triple is a solution of the equation
x^2 +y^2 = z^2. it is primitive if gcd(x,y,z) = 1
primitive triples one of x and y is always
even and z is odd