Sets Flashcards
(33 cards)
An unordered collection of elements.
Set
What are two ways that a set can be represented?
- Roster or Tabular Form
- Set Builder Notation
define set builder notation?
How does it look syntatically?
Specifying the conditions for elements to be in a set
S = { x | some condition(s) }
Notation for element x being a member or non member of set S.
x ∈ S
x ∉ S
standard set N?
the set of all natural numbers = {1,2,3,4,…..}
standard set Z
the set of all integers = {…..,−3,−2,−1,0,1,2,3,…..}
Standard set Z+?
The set of all positive integers
Standard set Q?
The set of all rational numbers;
rational number: a number that can be expressed as a fraction with a non-zero denominator
Standard set R?
all real numbers
Standard set W?
All whole numbers
Cardinality of a set? denoted?
number of elements of the set
|S|
Finite set?
A set which contains a definite number of elements
Infinite Set?
A set which contains inifinite numbers or elements
Subset? how is it denoted?
A set that lies in another set.
S ⊆ T
“set S is a subset of set T”
proper subset? denoted?
subset of but with a smaller cardinality
A ⊂ B
Universal set? Denoted?
A collection of all elements in a particular context or application.
big U. “like an umbrella”
Empty set or a null set? Denoted?
A set containing no elements?
Ø
A singleton set or unit set? Denoted?
A set containing only one element.
{ s }, where s is the single element.
Equal sets?
Two sets that contain the same elements.
Equivalent sets?
Two sets that have the same cardinality
Overlapping sets?
Two sets that have atleast one common element.
disjoint set?
Two sets that do not have atleast one element in common.
List the types of set operations.
- Set Union
- Set Intersection
- Set Difference
- Complement of Set
- Cartesian Product
Set Union? Denote? Venn-Diagram?
combining the elements of two sets
A ∪ B = {x | x∈A or x∈B}