Functions have so far been defined intuitively in the lecture. Examining functions from a mathematically precise perspective is the next step.
Key Considerations
- Returning to the assertion that functions are a unique relationship between two variables will be necessary.
Mathematical Concepts for Precise Definition
Knowing a few mathematical terms is necessary to comprehend the exact definition:
- Variables and relations are essential concepts.
- These pertain to ideas like sets that you may already be familiar with.
- A set is a group of things. Assume we have sets A and B.
- These sets are the source of variables.
- The Cartesian product of two sets (A x B) contains every possible ordered pair of elements from A and B. The number of elements in A multiplied by the number of elements in B gives the number of elements in A x B.
- In mathematics, a relation is a subset of the Cartesian product of two sets.
The next lecture will describe how to determine what makes functions "special" by combining sets, Cartesian products, and particularly relations.