No, the sets \(\{1,2,3\}\) and \(\{1,2,4\}\) are not equal because element \(3\) belongs to \(\{1,2,3\}\) but not to \(\{1,2,4\}\).
Ordered Pair
Definition Ordered Pair
An ordered pair, written \((a, b)\) or \(ab\), is a pair of objects where the order matters.
The ordered pair \((1, 2)\) is different from the ordered pair \((2, 1)\).
Example
In a sprint relay race, two runners are paired up. Let \(L\) denote Louis and \(H\) denote Hugo. The ordered pair \((L, H)\) means Louis runs first, then passes the baton to Hugo. The ordered pair \((H, L)\) means Hugo runs first, then passes the baton to Louis. These are two different orders/teams (ordered pairs).
Cardinality
Definition Cardinality
\(\Card{A}\) denotes the number of elements in the set \(A\).
Example
\(\Card{\{1,2,3,4,5,6\}}=6\)
Complement
Definition Universal set
A universal set is the set of all elements considered.
Definition Complement
The complement of a set \(A\), denoted \(A'\), consists of all elements in universal set \(U\) that are not in \(A\). Sets \(A\) and \(A'\) are said to be complementary.
Example
Given the universe \(U = \{1, 2, 3, 4, 5, 6\}\) and the set \(A = \{1, 3, 5\}\), find the complement \(A'\).
Start with the universe \(U = \{1, 2, 3, 4, 5, 6\}\). The set \(A = \{1, 3, 5\}\) includes 1, 3, and 5. The complement \(A'\) is all the elements in \(U\) that are not in \(A\): $$A' = \{2, 4, 6\}$$