Sets and Their Representations
Quick answer A set is a well-defined collection of distinct objects, which can be written either by listing every element (roster form) or by stating a common defining property (set-builder form).
A set is a well-defined collection of distinct objects. "Well-defined" means that given any object, we can decide with certainty whether it belongs to the collection or not. The objects in a set are called its elements or members. Sets are usually denoted by capital letters (A, B, C, ...) and elements by small letters (a, b, x, ...).
If an object x is an element of a set A, we write x ∈ A (read "x belongs to A"). If x is not an element of A, we write x ∉ A. The number of distinct elements in a finite set A is called its cardinal number, written n(A).
There are two standard ways to describe a set:
- Roster form (tabular form): all elements are listed inside braces, separated by commas, each element written only once and the order not mattering. Example: the set of vowels in English is {a, e, i, o, u}.
- Set-builder form: the set is described by a common property satisfied by every element, written as A = {x : p(x)}, read "A is the set of all x such that x satisfies property p".
Worked Example: Write the set of natural numbers less than 6 in both roster form and set-builder form.
Solution: The natural numbers less than 6 are 1, 2, 3, 4, 5.
Roster form: A = {1, 2, 3, 4, 5}.
Set-builder form: A = {x : x ∈ N, x < 6}.
Here n(A) = 5, since A has 5 distinct elements.
- A set is a well-defined collection of distinct, unordered objects.
- Each element is listed only once; the order of elements does not matter.
- Roster (tabular) form lists all elements, separated by commas, inside braces.
- Set-builder form states a defining property: A = {x : p(x)}.
- ∈ denotes "is an element of"; ∉ denotes "is not an element of"; n(A) denotes the number of elements in a finite set A.
