If $a$ is an element of set $S$, we write $a \in S$. This is pronounced \say{$a$ in $S$.}\par
The position of each element in a set or the number of times it is repeated doesn't matter. \par
All that matters is \textit{which} elements are in the set.
\vspace{2mm}
We say two sets $A$ and $B$ are equal if every element of $A$ is in $B$, and every element of $B$ is in $A$. This is known as the \textit{principle of extensionality.}
\problem{}
Convince yourself that $\{a, b\}=\{b, a\}=\{a, b, a, b, b\}$.
\definition{}
A set $A$ is a \textit{subset} of a set $B$ if every element of $A$ is in $B$. \par
For example, $\{a, b\}$ is a subset of $\{a, b, c\}$. This is written $\{a, b\}\subseteq\{a, b, c\}$. \par
Note that the \say{subset} symbol resembles the \say{less than or equal to} symbol.
\vspace{2mm}
We can also write $\{a, b\}\subset\{a, b, c\}$, which denotes a \textit{strict subset.}\par
The relationship between $\subseteq$ and $\subset$ is the same as the relationship between $\leq$ and $<$. \par