Sets
Set
A set is an unordered collection of elements where elements are referred to as members of the set.
Set Membership
s is a member of the set S.
Set Membership
s is not a member of the set S.
Roster Notation
Roster notation desribes a set by listing the set's elements
Set Builder Notation
Set builder notation determines membership an element s in a set S based on a property or properties, P(s)
Null Set
The null set, $\emptyset$, contains no elements
Singleton Set
The singleton set contains exaclty one element, the null set
Subset
The set A is a subset of set B, denoted , is true if all members of A are also members of B and false if there is a single such that
Proper Subset
The set A is a proper subset of a set B, denoted $A \subset B$, is true if A is a subset of B and there exists an x of B that is not an element of A
Set Equality
Two sets are equal, denoted , if and only if they have the same elements
Cardinality
The set A with n distinct elements, where n is a non negative integer, has a cardinality or size of n.
Power Set
Given a set A, the power set of A is the set of all subsets of the set A
Ordered n-tuples
An ordered collection has as its first element, as its second element, , and as its last element.
Ordered n-tuples Equality
Two ordered n-tuples, and are equal if and only if for
Cartesian Poduct
The cartesian product is the set of all ordered pairs (a,b), where a A and b B
Cartesian Poduct of Many Sets
The cartesian product of the sets , denoted , is the set of ordered n-tuples () where belongs to for
Union
The of union of set A and B , denoted is the set containing members of the set A or B
Intersect
The of intersect of set A and B is the set containing members of sets A and B
Disjoint Sets
Two sets are disjoint if their intersect is the set containing no elements
Difference
The of difference of set and is the set containing members of sets that are members of
Truth Set
Given a predicate and domain , the truth set of is the set of elements in for which is true
Universal Quantification Over a Set
$\forall$ x $\in$ S(P(x)) is shorthand notation that denotes the universal quatification of over all the elements in the set . Statement is true over domain if and only if the truth set of
Existential Quantification Over a Set
is shorthand notation that denotes the existential quatification of over all the elements in the set