Exam 1 Definitions Flashcards
even
divisible by two
divisible
if b|a then bc = a
odd
a is odd if a = 2x+1
prime
p > 1 and divisors of p are 1 and p
composite
a is composite if b|a such that 1 < b < a
subset
A and B are sets
every element of A is in B
A ⊆ B means A is a subset of B.
power set
set of all subsets of A
union
A or B
A ∪ B
intersection
A and B
A ∩ B
theorem about sets
- A ∪ B = B ∪ A and A ∩ B = B ∩ A (commutative properties)
- A ∪ (B ∪ C) = (A ∪ B) ∪ C and A ∩ (B ∩ C) = (A ∩ B) ∩ C
- A ∪ Ø = A and A ∩ Ø = Ø
- A ∪ (B ∩ C) = ( A ∪ B) ∩ (A ∪ C) and A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C). (distributive properties)
disjoint
A ∩ B = Ø
there is nothing in both A and B
pairwise disjoint
a collection of sets where Ai ∩ Aj = Ø and i ≠ j so that there are no two of the same elements in common
set difference
A - B = x
x is in A but not B, denoted A ∆ B = (A - B) ∪ (B - A)
cartesian product
A x B, set of ordered pairs by taking a from A and b from B to make (a,b)
relation
set of ordered pairs