2.2.2 · D1Functions

Foundations — Domain, codomain, range

1,603 words7 min readBack to topic

Before you can read the parent note confidently, you must own every squiggle it uses. This page starts from literally nothing and earns each symbol one at a time. If a symbol below feels obvious, good — read it anyway, because the parent note leans on it.


1. What is a set?

Picture a paper bag with objects dropped in. Order does not matter, and repeats do not count — a bag with two identical apples is the same as a bag with one apple.

Why the topic needs it: domain, codomain and range are all sets. Every idea on this topic is "which things are in which bag."


2. The symbol — "is inside"

Look at figure s01: the arrow poking into the bag is exactly what means.

Why the topic needs it: the parent writes "for each " — meaning "for every input living inside the domain bag ." Without you cannot even state what a function does.


3. The number bags: and friends

Picture an endless ruler stretching left and right forever. Every dot on it is one element of .

Why the topic needs it: the parent's functions are declared like — the input bag is the number line. You must see as "the whole line" to picture domains and ranges as pieces of that line.


4. Intervals: naming a piece of the line

We rarely use the whole line. We chop out a stretch of it and name it.

Picture a fence around a stretch of ruler. A solid dot ● means the endpoint is inside; a hollow dot ○ means it is not.

Why the topic needs it: answers like "Range " are intervals. If you cannot decode a bracket you cannot state a single answer on this topic.


5. Combining and removing: and

Picture the number line with a single point scooped out, leaving a tiny gap.

Why the topic needs it: the parent's Example 3 has domain (division by zero forbidden) and range (one value never comes out). These holes are the whole point of that example.


6. — "is a smaller bag inside a bigger bag"

Picture a small circle drawn completely inside a big circle.

Why the topic needs it: the single most important fact — "range codomain, equal only when the function is onto" — is written in this symbol. This directly feeds Surjective Functions.


7. The map arrow and the function name

Picture a machine with a funnel on the left labelled and a bin on the right labelled .

Why the topic needs it: every function in the parent is announced this way. The arrow tells you the domain and codomain before you compute anything — half the answer is handed to you by the notation.


8. The "there exists" symbol

Picture a searchlight sweeping the domain bag, hunting for one input that hits a chosen output. If it finds even one, the search succeeds.

Why the topic needs it: finding a range is exactly asking "for which does an input exist?" The parent's whole range-algorithm is this symbol turned into steps.


Prerequisite map

Set - a bag of things

in symbol - element sits inside

Real numbers R - the number line

Intervals - a piece of the line

union and minus - glue and punch holes

subset - small bag inside big bag

function arrow f maps A to B

Range subset of Codomain

exists - searchlight for one input

Domain Codomain Range

Read it top-down: bags and the "inside" symbol are the roots; from them grow number-lines, intervals, subsets, the map arrow, and the searchlight — all of which pour into the topic at the bottom.


Equipment checklist

Cover the answers and test yourself. If any line stumps you, re-read its section above before touching the parent note.

What does mean and does order or repetition matter?
A set (bag) with elements 1, 2, 3; order and repeats do not matter.
Read in plain words.
"5 is an element of (sits inside) the bag ."
What is , pictured?
The set of all real numbers — every point on an infinite number line.
Difference between and ?
includes both endpoints (walls in); excludes both (walls open).
Why does always take a round bracket?
Infinity is never reached, so its endpoint can never be "included."
Rewrite using union of intervals.
.
What does mean?
Every element of is also in ; fits entirely inside .
State the key subset fact of this topic.
, with equality only when is onto.
Decode .
Function maps inputs from domain into codomain .
What does ask?
Whether at least one input inside the domain does what we want.
Write the range definition in symbols.
.

Connections

  • Domain, codomain, range — the parent topic every symbol here serves.
  • Function Basics — builds directly on the map arrow .
  • Graphing Functions — intervals here become the x- and y-axis extents there.
  • Surjective Functions — the fact becomes "onto = range equals codomain."
  • Inverse Functions — needs the range/codomain distinction defined here.
  • Composite Functions — uses to fit one function's range into another's domain.
  • Injective Functions — reasons about outputs, i.e. elements of the range.