Sets
Cartesian Product
- Sets can be “multiplied” to create a new set. Better known as the cartesian product
- We can take this a step further.
- A × B is a set of ordered pairs of elements from A and B. For example, if A = {k, m} and B = {q, r} , then
- A × B ={ (k, q), (k, r), (l, q), (l, r), (m, q), (m, r) }
- E.g. R x R = { (x, y) : x, y ∈ ℝ }
Fact
- If A and B are finite sets, then |A × B| = |A| · |B|
Ordered Triple and Beyond!
- we can go even further than ordered pairs! How cool
- an ordered triple is a list.
- E.g. R × N × Z = { (x, y, z) : x ∈ R, y ∈ N, z ∈ Z }
- this can be expanded to any number of sets n
- E.g. A1 × A2 ×···× An = { (x1, x2,…, xn) : xi ∈ Ai for each i = 1, 2,…,n }
Space Representation
- using cartesian product, we can represent space!
- For any set A and positive integer n, the Cartesian power A2 is
- An = A × A ×··· × A = { (x1, x2,…, xn) : x1, x2,…, xn ∈ A }
- R2 is equal to the cartesian plane and R3 is equal to three-dimensional space and so on.