Set Builder Notation

When a Set has too many elements to list, we can use the Set-Builder Notation, which looks like this:

\begin{align} A = \{X | x \in \text{ days of the weekend }\} \\ = \{ \text{Sunday, Saturday} \} \end{align}

The | operator here means "such that", i.e., xx for all xx such that xx is a day of the weekend.