The Cartesian product is a fundamental concept in set theory and algebra, crucial for understanding relations, functions, and many other mathematical structures. It combines elements from two sets to form ordered pairs.
Given two sets \( A \) and \( B \), the Cartesian product of \( A \) and \( B \), denoted by \( A \times B \), is the set of all ordered pairs where the first element is from \( A \) and the second is from \( B \). Formally,
\[A \times B = { (a, b) : a \in A, b \in B }\]Here, each element of \( A \times B \) is an ordered pair, meaning the order of elements matters: \( (a, b) \neq (b, a) \) unless \( a = b \).
An ordered pair \( (a, b) \) is a pair of elements where the first element is \( a \) and the second is \( b \). This is different from a set \({a, b}\) because in sets, order does not matter, but in ordered pairs, it does.
For example, if \( A = {1, 2} \) and \( B = {x, y} \), then
\[A \times B = {(1, x), (1, y), (2, x), (2, y)}\]Note that \( (1, x) \neq (x, 1) \), and \( (x, 1) \) is not even an element of \( A \times B \) because \( x \notin A \).
If \( n(A) \) denotes the number of elements in set \( A \) and \( n(B) \) the number of elements in \( B \), then the number of elements in the Cartesian product \( A \times B \) is given by:
\[n(A \times B) = n(A) \times n(B)\]This follows because for each element in \( A \), there are \( n(B) \) possible pairs with elements of \( B \).
Consider the sets \( A = {1, 2} \) and \( B = {x, y, z} \). The Cartesian product \( A \times B \) can be visualized as a grid or matrix where rows correspond to elements of \( A \) and columns correspond to elements of \( B \):
| x | y | z | |
|---|---|---|---|
| 1 | (1,x) | (1,y) | (1,z) |
| 2 | (2,x) | (2,y) | (2,z) |
The Cartesian product \( A \times A \) is the set of all ordered pairs where both elements come from the same set \( A \). For example, if \( A = {1, 2} \), then
\[A \times A = {(1,1), (1,2), (2,1), (2,2)}\]This is important in defining relations on \( A \), such as equivalence relations or orderings.
A relation from set \( A \) to set \( B \) is any subset of \( A \times B \). For example, if \( A = {1, 2} \) and \( B = {x, y} \), then a relation \( R \) could be:
\[R = {(1, x), (2, y)} \subseteq A \times B\]A function from \( A \) to \( B \) is a relation where each element of \( A \) appears exactly once as the first element in an ordered pair.
The power set \( \mathcal{P}(S) \) of a set \( S \) is the set of all subsets of \( S \). If \( n(S) = k \), then
\[n(\mathcal{P}(S)) = 2^k\]This is a key concept often tested alongside Cartesian products, especially in problems involving subsets and set operations.
| Concept | Notation | Definition/Formula |
|---|---|---|
| Cartesian Product | \( A \times B \) | \( {(a,b) : a \in A, b \in B} \) |
| Cardinality of Cartesian Product | \( n(A \times B) \) | \( n(A) \times n(B) \) |
| Power Set | \( \mathcal{P}(S) \) | Set of all subsets of \( S \), \( n(\mathcal{P}(S)) = 2^{n(S)} \) |
| Empty Set | \( \emptyset \) | Subset of every set; \( A \times \emptyset = \emptyset \) |
Find the Cartesian product \( A \times B \) where \( A = {1, 2} \) and \( B = {x, y} \).
Solution:
If \( n(A) = 3 \) and \( n(B) = 4 \), find \( n(A \times B) \).
Solution:
By the formula for cardinality of Cartesian product:
\[ n(A \times B) = n(A) \times n(B) = 3 \times 4 = 12 \]Let \( A = {1, 2, 3} \) and \( B = \emptyset \). Find \( A \times B \).
Solution:
Since \( B \) is empty, there are no elements to pair with elements of \( A \). Hence,
\[ A \times B = \emptyset \]Given \( A = {1, 2, 5, 6} \) and \( B = {1, 2, 3} \), find \( (A \times B) \cap (B \times A) \).
Solution:
Find the number of subsets of the set \( S = {1, 2, y, 2 + y, 2 = 1} \).
Solution:
First, identify the number of distinct elements in \( S \). The elements are \( 1, 2, y, 2 + y, 2 = 1 \).
Note: \( 2 = 1 \) is a statement, not an element; assuming it is a typo or symbol, we consider only distinct elements.
Assuming all five are distinct, \( n(S) = 5 \).
The number of subsets is:
\[ 2^{n(S)} = 2^5 = 32 \]Given \( n(A) = 5 \) and \( n(B) = 4 \), find the maximum number of elements in \( A \oplus B \) (symmetric difference).
Solution:
The symmetric difference \( A \oplus B = (A - B) \cup (B - A) \).
Maximum occurs when \( A \) and \( B \) are disjoint sets.
Therefore, maximum number of elements in \( A \oplus B = n(A) + n(B) = 5 + 4 = 9 \).
Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.
Go to practice →