A set is a well defined collection of objectives.
A = {coat, hat, scarf, gloves, boots}, where A is the name of the set, and the braces indicate that the objects written between them belong to the set.
Every object in a set is unique: The same object cannot be included in the set more than once.
Example: What is the set of all fingers?
Solution: P = {thumb, index, middle, ring, little}.
Note that there are others names for these fingers: The index finger is commonly referred to as the pointer finger; the ring finger is also known as the fourth finger, and the little finger is often referred to as the pinky. Thus, we could have listed the set of fingers as:
P = {thumb, pointer, middle, fourth, pinky}
The following conventions are used with sets:
-
Capital letters are used to denote sets.
-
Lowercase letters are used to denote elements of sets.
-
Curly braces { } denote a list of elements in a set.
So for examples 1 through 4, we listed the sets as follows:
-
A = {coat, hat, scarf, gloves, boots}.
-
P = {thumb, index, middle, ring, little}.
-
Q = {2, 4, 6, 8}.
-
X = {red, blue, yellow}.