Property
Set-builder notation is a method of specifying a set of elements that satisfy a certain condition. It takes the form {x∣statement about x} which is read as, “the set of all x such that the statement about x is true.” For example, {x∣4<x≤12}.
Interval notation is a way of describing sets that include all real numbers between a lower limit that may or may not be included and an upper limit that may or may not be included. A square bracket [ indicates inclusion in the set, and a parenthesis ( indicates exclusion from the set. For example, (4,12].
Examples
- The set of all numbers greater than or equal to 8 can be written as {x∣x≥8} in set-builder notation or [8,∞) in interval notation.
- The set of all numbers between -1 and 7, not including either endpoint, is written as {x∣−1<x<7} or (−1,7).
- To represent all real numbers except 4, we use the union symbol: {x∣x=4} or (−∞,4)∪(4,∞).