Chapter 1 SETS Flashcards
Set
Set – A set is a collection of objects
Example: J = {2,4,1,3,7}
Order Set
Order Set – A ordered set is a collection objects in an order
Example: J = {1,2,3,4,5}
Elements
Elements – The objects that make up a set are called its elements
- If a is an element of a set A, then we write a ∈ A
- If a is not an element of a set A, then we write a ∈/ A
Ex.1 The set S = {1, 2, 3, 4, 5} has 5 elements. Also it can be written as S = {2, 3, 4, 5, 1}. (Note that the order in which the elements are listed does not matter.)
Ex 2 The set of all positive even integers less than 10 is S = {2, 4, 6, 8}. In this case, 2 is an element of S, or 2 ∈ S. Also 3 ∈/ S
Empty Set
Empty Set - The set which contains no elements is called the empty set and denoted by ∅.
Cardinality
Cardinality - The number of elements of a set S is called cardinality of S and denoted by |S|.
Finite(in terms of sets)
Finite - A set S is finite if |S| = n for some nonnegative integer n.
Infinite(in terms of sets)
Infinite - A Set S is infinite if it is not finite and denoted by |S| = ∞.
Subset
Subset - A Set A is called a subset of B if every element of A also belongs to B. In this case, we write A ⊆ B.
Universal Set
Universal Set - In a typical discussion of sets, we are ordinarily concerned with subsets of some specific set U, called the universal set.
Equal (in terms of sets)
Equal (in terms of sets) - Two Sets A and B are said to be equal if they have exactly the same elements. In this case, we write A = B. In other words, A = B if and only if A ⊆ B and B ⊆ A.
Proper Subset
Proper Subset- If A is a subset of B but A does not quals B, then A is a proper is a proper subset of B
Proposition of Subsets
Proposition of Subsets
Let A, B, and C be sets.
(1) A ⊆ A
(2) If A ⊆ B and B ⊆ C, then A ⊆ C.
(3) ∅ ⊆ A.
Power Set
Power Set - the set of all subsets of a set A is called a power set of A and denoted by P(A) where A is the set.
the cardinailty of the power set is the number of 2 ^ number of elements in the set A
Intersection
Intersection - The intersection of A and B, denoted by A ∩ B, is the set of all elements belonging to both A and B.
Disjoint
Disjoint - Two Sets A and B are said to be disjoint if A ∩ B = ∅