| Implicit Notation for Sets |
|
Explicit set notation is convenient for small sets but impractical for large sets, such as the set of all Web pages. Implicit set notation (also called set builder notation) is a more sophisticated way to describe sets with mathematical rigor. There are two parts to any implicit set expression:
These two parts are enclosed within curly braces and separated by a colon (":"). For example:
The above two sets can also be written explicitly:
How to interpret implicit set notationSuppose P(x) is any logical true/false statement that uses x in some way. (For example, P(x) = "x is a single-digit positive integer"; or P(x) = "x is a Web page".) With that, we can write implicit set notation that looks like this: {x : P(x)}. The set defined by {x : P(x)} is the set of all objects for which logical statement P is true. For example:
Statement #3 above is true because "http://brucehoppe.com/img/index.html is a Web page" is true. Similarly, statement #4 above is true because "Bruce Hoppe is a Web page" is false.
|