Section 9.2 Defining sets
Remember that mathematical notation is about communicating mathematical information. Since a set is defined by its member objects, to communicate the details of a set of objects one needs to provide a means to decide whether any given object is or is not an element of the set.
Subsection 9.2.1 Listing elements
One way to communicate the details of a set definition is to explicitly list or describe all elements of the set. Such a list should be enclosed in braces to indicate that the objects in the list are being collected into a set.
Here are some sets containing familiar collections of numbers. Notice how in the first two examples we βlistβ the elements by providing a pattern and then using β¦ to imply that the pattern continues as expected, and in the second two examples we merely describe what the elements are in words.
- the set
of natural numbers - the set
of integers - the set of all fractions, call the set of rational numbers
- the set of all decimal numbers, called the set of real numbers
Note 9.2.2.
Keep the following in mind for a set defined by listing elements.
- Order does not matter. For example,
and are the same set because they consist of precisely the same member elements. - Repetition does not matter. For example,
and are the same set because they consist of precisely the same member elements.
Subsection 9.2.2 Candidate-condition notation
Another way to define a set is candidate-condition notation:
This notation provides a means to decide whether an object is a member of the set by first using an already-defined set as a pool of βmember candidatesβ as well a condition or a list of conditions each candidate must satisfy in order to actually be a member.
If we write for the set being defined, for the set of candidates, and for the test those candidates must satisfy to be included in (that is, is a predicate with domain ), then the candidate-condition notation takes the form
and can be read as
Example 9.2.3. Using candidate-condition notation to define a set.
Consider the set
We could define this set in a more precise manner (i.e. without resorting to using dots) as follows.
The β β part to the left of the divider tells us that the pool of βmember candidatesβ for is the set of natural numbers, and the test to the right of the divider tells us how to decide when a given candidate natural number is actually a member of In words, you should think of the above definition as saying the following.
Subsection 9.2.3 Form-parameter notation
Finally, sets can be defined by form-parameter notation:
This notation describes the members of a set by providing a βformβ to which the members must conform. Usually the βformβ is based on parameter variables that can range over a set of possibilities.
Example 9.2.4. Using form-parameter notation to define a set.
Again consider the set
We could also define this set as
Here, the form of the elements of is given to the left of the divider as β times a numberβ, where the number is represented by the parameter Then the allowed range of the number parameter is given to the right of the divider. In words, you should think of the above definition as saying the following.
Example 9.2.5. Defining the set of fractions.
We could define the set of rational numbers in this way:
This says that the set consists of all symbols of the form βnumber over numberβ, where the numbers can be any integers, as long as the bottom number is not zero. However, we need to be a little bit careful here, since we allow different symbols of this form to represent the same element. For example,
We really should make this element form duplication explicit in the definition of the set, but to do this would be really cumbersome and would be expressing something that is learned in grade school, so it is usually omitted.
Subsection 9.2.4 Empty set
There is one special set, the elements of which are very easy to list.
- empty set
- the set which has no elements
- the empty set
Remark 9.2.6.
The empty set is defined by requiring that the statement β is an element of β is always false, for every object
Warning 9.2.7.
Be careful not to inadvertently try to prove some property of members of the empty set! You will be proving a vacuously true statement. (See Section 4.3.)