What is a set?

Set

A set is a collection of things, any things, called its elements.

Link to original

If is a set and is an element in , then . If is not an element in , then . If both and , then .

To describe a set:

  • We can explicitly name its elements.

    We can form the set by collecting three things:

    Minecraft, League, ETS2

    Any set defined this way is denoted by listing its elements, separated by commands, surrounded by braces:

  • Anything can be an element of a set.

    A set can be an element of another set.

    For example, the set has two elements:

    • One element is .
    • The other element is the set .

    In this case we can write and .

Important Features of Sets

The only thing we consider is what is in and isn’t in the set.

  • Repeated occurrences don’t matter and describe the same set. It is more ergonomic to only display each once.

  • Order of listing doesn’t matter and describe the same set.

Special sets

Empty set

An empty set is a set with no elements, it is denoted by $\{\}$ or more commonly referred to by the symbol $\boxed \emptyset$.

The empty set has no elements so no matter what denotes, .

Although, an empty set can be an element of another set, or .

Link to original

Singleton

A singleton is any set with only one element. For example, $\{a\}$ and $\{Monday\}$ are both singletons.

Link to original

Equality of sets

Two sets are equal if they contain the same elements.

We can denote this by . If two sets are not equal, we write .