Sets (continued)
The objects that make up a set are called its elements or members.
If an object e is an elements of a set S, then we write e ? S
The empty set { } contains zero elements.
A set may contain other sets as members:
{ {a}, {b}, {a, b} } contains three (top-level) elements.
{ { } } contains one element.