2.0: Introduction
( \newcommand{\kernel}{\mathrm{null}\,}\)
Sets
A set is a collection of things. These things are called elements of the set. Sets are normally denoted by using capital letters, and the elements are denoted using small letters. We write a∈A for "a is an element of a set A", and a∉A, for "a is not an element of a set A". ∅ or {} denotes the empty set, which contains no element.
Example 2.0.1
Let A={1,2,3,4,5},
Then 1 is an element of (or belongs to) set A, we write:
1∈A
and 0 is not an element of A, we write:
0∉A.
Set Builder Notation
"Set builder notation" is used to express sets in which a pattern is present. Consider if set C is the set of all positive integers. Instead of writing down each one, how could we express set C in a general form?
This set would be written:
C={x∈Z∣0<x}. This would read "Set C contains integers x, where x is greater than zero."
Example 2.0.2
Consider set D={1,3,5,7...}:
D consists of positive, odd integers, or x∈Z,x>0,2∤x.
So:
D={x∈Z∣x>0,2∤x}.
Could we use any other sets to define x? Which ones would work? Which ones would not?
Example 2.0.3
Consider Q, the set of rational numbers. How might we express Q in set builder notation?
Rational numbers are expressed as repeating or terminating numbers, which can be expressed as fractions: mn.
In fractions, the denominator must not be zero: n≠0.
Also, fractions cannot have decimals as terms, so m and n must be ∈Z.
Instead of integers, we would miss out on the negative values if we used whole or natural numbers. Thus, m,n∈Z.
So:
Q={mn∣m,n∈Z,n≠0}.
Using set builder notation, we can see that any number is capable of being expressed as a fraction ∈Q.
Notations:
We can use set notation to specify and help describe our standard number systems. The following standard sets are given from smallest to biggest:
- N represents the set of all natural numbers: N={1,2,3,4...}
- W represents the set of all whole numbers: W={0,1,2,3...}
- Z represents the set of all integers: Z={...−2,−1,0,1,2...}. i is not used because it is used for complex numbers.
- Q represents the set of all rational numbers: Q={0,±1,±12,±13...}
- Qc represents the set of all irrational numbers
- R represents the set of all real numbers
- U represents the universal set, the set to which all others are a subset.