Meaning of a Product Set
Simple Explanation
The product set (or Cartesian product) of two sets A and B, written A Γ B, is the set of every possible ordered pair (a, b), where a comes from A and b comes from B. Order matters: (a, b) is generally different from (b, a).
Why Do We Need It?
Product sets are the formal foundation behind the coordinate plane itself (β Γ β), and behind every relation and function you will study β a relation is simply a chosen subset of a product set.
Worked Example
List the elements of a product set
Let A = {1, 2} and B = {x, y}. List all elements of A Γ B.
Why Does This Work?
A Γ B is defined to contain exactly one ordered pair for every possible combination of an element from A with an element from B β systematically pairing each A-element with every B-element in turn guarantees every combination is listed exactly once.
Real-Life Example
A restaurant's combo menu
A restaurant offers 3 main dishes and 2 drinks, and wants to list every possible main-and-drink combo.
The set of all combos is exactly the product set (mains) Γ (drinks) β every valid pairing of one main with one drink.
Practice
If A = {a} and B = {1, 2, 3}, what is A Γ B?
EasyCommon mistake
Writing pairs in the wrong order, or treating A Γ B as the same set as B Γ A β in a product set, order matters, so (a,b) and (b,a) are different elements unless a = b.
Quick Review
- A Γ B is the set of all ordered pairs (a, b) with a β A and b β B.
- Order matters: A Γ B is generally not the same as B Γ A.
- Every relation and function is built from a chosen subset of a product set.