Term
|
Definition
given n and p, there is a unique q and r; n=pq+r such that 0 is less than or equal to r < p |
|
|
Term
|
Definition
p is greater than or equal to 2 and the only positive divisors of p are 1 and p |
|
|
Term
The Fundamental Theorem of Arithmetic |
|
Definition
every positive integer can be written uniquely (up to order) as a product of primes |
|
|
Term
|
Definition
largest integer that divides both a and b |
|
|
Term
|
Definition
gcd (a,b)=1 (two numbers that have no common divisors other than 1) |
|
|
Term
|
Definition
the set of all subsets of S; if A has n elements, the power set will have 2^n elements. |
|
|
Term
|
Definition
the number of elements in a set; |A| |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
the complement of set A is everything that is not in A |
|
|
Term
|
Definition
A\B= everything that is in A but not in B |
|
|
Term
|
Definition
finite, nonempty set whose members are symbols |
|
|
Term
|
Definition
the symbols that are members of an alphabet |
|
|
Term
|
Definition
any finite string of letters from an alphabet |
|
|
Term
|
Definition
Mathematical statement in which every input has exactly one output |
|
|
Term
|
Definition
function in which every input goes to a different output |
|
|
Term
|
Definition
every possible output is used |
|
|
Term
Bijection/One-to-one Correspondence |
|
Definition
a function that is onto and one-to-one |
|
|
Term
|
Definition
1. Not (p OR q) iff not p AND not q
2. Not (p AND q) iff not p OR q |
|
|
Term
|
Definition
given p-->q, the converse is q-->p |
|
|
Term
|
Definition
given p-->q, contrapositive is not q--> not p |
|
|