SETS Flashcards
What is a set
a form of grouping data to form a collection of distinct objects called elements
What is Z(bold) meaning?
Integers
All whole numbers +/- and including 0
What is N(bold) meaning?
Natural Numbers
All whole non-negative numbers, including 0
What is the mathematical enumeration of sets?
A = { Integers X | 1 < X < 6 }
line meaning “such that”
What is the abstraction axiom?
The rule that if property P, there exists a set S of all elements that satisfy property P.
What occurs if nothing meets the property in a set?
An empty set is returned
What are the symbols for an empty set?
Ø or {}
What is the typical notation of a set?
A = { 1, 2, 3, 4, 5, 6 }
What does A ∪ B mean?
Union
Elements belong to set A or Set B. No repetition of elements.
What does A ∩ B mean?
Intersection
Elements that belong to both sets
What does A ⊆ B mean?
Subset
Every element of A is also in B, including when A is equal to B.
What does A ⊂ B mean?
Proper subset
Every element of A is also in B, EXCLUDING when A is equal to B. This means that there exists at least one element that’s in B but not A.
What does A \ B mean?
Set difference
Every element in A but not B
What does a ∈ B mean?
Element
A is an element of B
What does x ∉ A mean?
Not an element
A is not an element of B