Definition

A collection of elements where:

  • The elements are distinct (distinguishable)
  • The order of elements does not matter

Example

Curly braces denote sets

  • is a set of 4 elements
  • is a set of 3 elements
  • is a set of 3 elements which are all sets An empty set is denoted as

Set Operators

Intersection Union Difference Symmetric Difference Complement

Elementhood

x is a element of A

x is not in A Not In

Concepts