Inverse Function
Context: FIT1058_MOC Β· reverses a function Β· exists only for a bijection Β· undoes/redoes via Function Composition
Quick Revision
- π― Objective: run a function backwards: given , return the that produced it β the unique preimage.
- π¦ Core Components: swap graph pairs β , .
- β‘ Key Constraint: exists iff is a bijection (injective β uniqueness, surjective β existence).
π Core
1. The Inverse (Reverse the Map)
- Definition β = the unique with .
- Requires β every has exactly one preimage βΉ a bijection.
- Graph β swap each pair: .
2. Cancellation
- Both ways β , .
- Composition β , .
3. Why Bijectivity
- Injective β removes non-uniqueness (several inputs share an output).
- Surjective β removes non-existence (some value never produced).
- Both β each has one and only one preimage.
Key identities:
βοΈ Core Decision Matrix
| Obstacle | Blocked by | Ensures |
|---|---|---|
| several inputs share output | injectivity | uniqueness |
| some value never produced | surjectivity | existence |
| both removed | bijectivity | is a function |
| non-bijective | β | only an inverse relation |
When It Flips: encryption must be bijective so decryption exists (Cryptosystem); on has no inverse (not injective, not surjective). is itself a bijection .
π Exam Execution Trace
Manual Execution Trace
:
| Step / State | Pair of | Swapped () | Check |
|---|---|---|---|
| 0 (Init) | β | β | β |
| 1 | |||
| 2 | |||
| 3 |
β οΈ Common Mistakes
- π‘ Inverse relation always exists β swapping pairs works for any relation; itβs a function only if was bijective (else not single-valued or not total).
π§ Active Recall
Exactly when does have an inverse function, and why each condition?
- Hint: Bijection = uniqueness + existence.
Answer
- Short answer: Iff is a bijection; injectivity gives a unique preimage, surjectivity guarantees one exists.
- Why: Exactly one preimage β makes well-defined.
How is obtained from the graph, and what equations show it undoes ?
- Hint: Swap pairs.
Answer
- Short answer: ; and .
- Why: Composition β , .
A function is not bijective β does it still have an inverse relation?
- Hint: Relation vs function.
Answer
- Short answer: Yes β swapping pairs always yields an inverse relation, just not necessarily a function.
- Why: Fails single-valued/total β non-injective βΉ multiple preimages; non-surjective βΉ missing preimages.