statements of definition Flashcards
(51 cards)
principle of mathematical induction
suppose that for each positive integer n we have a statement P(n). If we prove the following two things:
(a) P(1) is true;
(b) for all n, if P(n) is true then P(n+1) is also true;
then P(n) is true for all positive integers n
principle of mathematical induction ii
let k be an integer. suppose that for each integer n ≥ k we have P(n). if we prove the following two things
(a) P(k) is true;
(b) for all n ≥ k, if P(n) is true then P(n+1) is also true;
then P(n) is true for all integer n ≥ k
strong principle of mathematical induction
If P is a set of integers such that:
(i) a is in P
(ii) if all integers k, with a ≤ k ≤ n are in P then the integer n + 1 is also in P,
then P = {x ∈ Z | x ≥ a} that is, P is the set of all integers greater than or equal to a.
prime numbers
For each p ≤ sqrt(n), if p divides n, then n is prime.
Plane graph and connectedness of a plane graph
When a connected graph can be drawn without an edges crossing, it is called planar. When a planar graph is drawn in this way, it divides the plane into regions called faces.
division of integers
m/n (where m, n are integers) are called rational numbers (set Q)
highest common factor
Let a, b belong to Z
a common factor of a and b is an integer that divides both a and b.
written as hcf(a,b)
coprimality
Two numbers that have no common factor other than 1 and -1, though each number individually may not be prime, together they are coprime
Ex: 4 and 9
If a, b are coprime to each other, then there are integers s, t such that 1 = sa +tb
congruence of integers
Let m be a positive integer.
For a, b belonging to Z, if m | b - a,
a ≡ b mod m
say a is congruent to b modulo m.
multiplication principle (theorem 16.1)
Let P be a process which consists of n stages, and suppose that for each r, the rth stage can be carried out in ar ways. Then P can be carried out in a1a2…a’n ways.
binomial and multinomial coefficients
(n r) called “n choose r”
(n!)/((r!)(n-r!))
unions
union of A and B, written as A∪B is the set consisting of all elements that lie in either A or B (or both)
intersections
intersection of A and B, written A∩B, is the set consisting of all elements that lie in both A and B
cartesian products
cross product, where
AB= [(a1b1) (a1b2)]
(a2b1) (a2*b2)
differences
a’n*b’n - ab = (a’n -a)b’n+a(b’n -b)
Triangle Inequality
|a’n*b’n - ab| ≤
|a’n -a||b’n|+|a||b’n -b|
partitions
Let n be a positive integer,
and let S={1, 2, …., n}
A partition of S is a collection of subsets S1, …, S’k such that each element of S lies in exactly one of these subsets. The partition is ordered if we take account of the order in which the subsets are written.
equivalence relations
a relation is equivalent if
a, b, c belongs to S:
(i) a~a (this says ~ is reflexive)
(ii) if a~b then b~a (this says ~ is symmetric
(iii) if a~b and b~c then a~c (this says ~ is transitive)
classes
Let S be a set and ~ an equivalence relation on S. For a ∈ S, define
cl(a)={s|s ∈ S, s~a}
cl(a) is the set of things that are related to a. The subset cl(a) is called an equivalence class of ~. The equivalence classes of ~ are the subsets cl(a) as a ranges over the elements of S.
injective
Let f: S→T be a function
f is one-to-one if whenever s1, s2 ∈S with s1≠s2, then f(s1)≠f(s2); in other words, f is 1-1 if f sends different elements of S to different elements of T.
surjective
Let f: S→T be a function
f is onto if the image f(S)=T; i.e. for every t∈T there exists s∈S such that f(s)=t
bijective
a function is both onto and 1-1
(both surjective and injective)
permutations
a bijective function from a set to itself
the number of permutations in S’n is n!
countable sets
can be put into a one-to-one correspondence with the set of natural numbers
(injective to natural numbers)