Sets_Relations_Functions_Cleaned
Sets_Relations_Functions_Cleaned
Topic: Ordered Pairs, Cartesian Product, Relations, Domain & Range, and Types of Relations
1. Ordered Pairs:
An ordered pair is a pair of elements written as (a, b), where the order matters. (a, b) != (b, a) unless
a = b.
2. Cartesian Product:
Given two sets A and B, the Cartesian product A x B is the set of all ordered pairs (a, b) where a in
A and b in B.
Then A x B = {(1, x), (1, y), (1, z), (2, x), (2, y), (2, z)}
3. Relations:
A relation R from set A to set B is a subset of A x B. Each element of R is an ordered pair (a, b),
where a in A and b in B.
5. Types of Relations:
6. Functions:
A function is a relation where each domain element maps to exactly one range element.
Functions are used in mathematics and economics to model relationships, such as demand and
production functions.