22 min read
What Is a Function?
A function is a special relation where every input has exactly one output.
The One-Output Rule
The key test for a function: no input is allowed two different outputs. One input, one output — always.
A relation that gives some input two different outputs is not a function.
Example 1 — a function
Is {(, ), (, ), (, )} a function?
- Check every input: , , — none repeats.
- Each input has exactly one output.
Answer: Yes, this is a function.
Example 2 — not a function
Is {(, ), (, ), (, )} a function?
- Check every input: appears twice, connected to both and .
- Input has two different outputs.
Answer: No, this is not a function.
Function Notation
A function is usually named f, , or h, and written f(), read "f of ". f() is the output when the input is — it does not mean f multiplied by .
f() = is the rule "double the input, then add ".
Function machine · f(x) = 2x + 1
→ 3
Practice
More lessons in Sets and Functions · Next: Domain and Range · Previous: What Is a Relation?
