Definitions S1 Flashcards
(45 cards)
Empty Set
The unique set that has no elements at all.
Denoted as: ∅
Aka: {x ∈ Z+ | x < 0} = ∅.
Equal Sets
2 sets (A + B) are equal (A=B) if they have precisely the same elements.
i.e. A = B means x ∈ A ⇒ x ∈ B, and vice versa.
Subset
For sets A and B:
A is a subset of B when every element of A is an element of B.
denoted: A ⊆ B
i.e. x ∈ A ⇒ x ∈ B
Proper subset
For sets A and B:
when A is not equal to B, A is a proper subset of B
denoted: A ⊊ B
Cardinality
For a finite set X:
cardinality is the number of elements in the set.
denoted: |X|
Intersection
For 2 sets A and B:
intersection = the set elements which lie in both A and B.
denoted: A ∩ B
Mathematically: A ∩ B = {x | x ∈ A and x ∈ B}.
Disjoint
For sets A and B:
they’re disjoint if they share no elements (A ∩ B = ∅)
Union
For sets A and B:
union is the set of elements which lie in A or in B.
denoted: A ∪ B
Mathematically: A ∪ B = {x | x ∈ A or x ∈ B}
difference
For 2 sets A and B:
the difference of A and B: the set of elements that lie in A but not B.
denoted: A \ B
Mathematically: A \ B = {x | x ∈ A and x ∉ B}
Universal set
a set which has elements of all the related sets, without any repetition of elements
Complement
Let A be a set with universal set U:
Complement would be everything outside A.
denoted: Aᶜ
Mathematically: Aᶜ=U\A={x|x ∈ U and x ∉ A}
ordered pair
a list of two things enclosed in parentheses and separated by a comma.
i.e. (x,y)
Cartesian Product
Given sets X and Y:
Cartesian product is the set of all ordered pairs (x,y) where x ∈ X and y ∈ Y.
denoted: X * Y
Mathematically: X * Y = {(x,y)|x ∈ X, y ∈ Y}
Relation
On set X is a subset of X * X
denoted: ~
Mathematically: x ~ y when (x,y) ∈ ~
congruence modulo n
a type of relation on Z for each integer n ≠ 0
2 integers are congruent modulo n IOI x - y is divisible by n.
denoted: x ≡ y mod n
Reflexive
(suppose ~ is a relation on set X)
~ is reflexive if x ~ x for all x ∈ X
Symmetric
(suppose ~ is a relation on set X)
~ is symmetric if x ~ y implies that y ~ x for every x,y ∈ X
transitive
(suppose ~ is a relation on set X)
~ is transitive if x ~ y and y ~ z implies x ~ z for all x,y,z ∈ X
equivalence relation
a ~ on X is an equivalence relation if it’s reflexive, symmetric and transitive
equivalence class
(an equivalence relation on sets)
let ~ be an equivalence relation on X and x ∈ X.
equivalence class of x is:
{ a ∈ X | a ~ x}
denoted: [x]
partition
of a set X partition is a set of non-empty subsets of X
s.t. the union of all the subsets equals X
+ the intersection of any 2 different subsets is ∅ (mutually or pairwise disjoint)
statement
a mathematical expression that is either definitely true or definitely false
logical equivalence
2 statements are logically equivalent if their truth values match up line-for-line in a truth table
Fibonacci sequence