Operations

Cartesian Product

(pronounced cross ) It is the set of all ordered pairs , where is in and is in is the set of all ordered -tuples where times Note: is different from

Union

is the set of all elements that are in at least one of or

Intersection

is the set of all elements that are common to both and

Union or Intersection of Indexed Collection of Sets

Given sets

Difference (Relative Complement)

or is the set of all elements that are in but not

Complement

or is the set of all elements that are in that are not in

Partitions

Sets can be divided into mutually disjoint pieces. Such a division is called a partition, which is also a set e.g. , then is a partition of Elements of a partition are called components of the partition Formally, either: is a partition of a set if the following hold

  1. is a set of which all elements are non-empty subsets of
    • for all
  2. Every element of is in exactly one element of
    • and or: A partition of set is a set of non-empty subsets of such that (note: means there exists a unique)

Power Sets

is the set of all subsets of . It includes Cardinality of power set: , then

Representing Sets

Set Roster Notation

Write all elements between braces Order and duplicates do not matter

Set Builder Notation

the set of all in such that is true: or

Replacement Notation

The set of all where : or

Interval Notation

Notation for subsets of real numbers that are intervals

Comparing Sets

Subset

is a subset of , every element of is also an element of

Proper Subset

is a proper subset of if AND

Others

Cardinality of a Set

denotes the cardinality of a set The number of elements in the set e.g.

Membership

means is an element of means is not an element of

Empty Set

Set containing no elements is NOTE: For all sets ,

Singleton

A set with exactly one element

Disjoint

Disjoint: Mutually Disjoint: for : For

Set of Equivalence Classes

For set and equivalence relation on , the set of all equivalence classes with respect to is denoted (β€œthe quotient of by β€œ) see Equivalence Relations