Foundations — Concept of a function — input, output, mapping
Before you can trust that sentence, you need to own every symbol the parent note throws at you. Below, each symbol earns its place: plain words → the picture → why the topic needs it. Read top to bottom; each one leans on the one above.
1. A "set" and the curly braces
The picture. Draw a soft blob (a fence). Inside the fence you scatter dots — each dot is one member. The fence is the set; the dots are its elements.

Why the topic needs it. A function always goes from one collection to another. Without the idea of a collection-of-allowed-inputs, we couldn't even say what "each input" means.
- ::: a set with three members, one, two and three.
2. The empty set
The picture. The same soft blob as before, but empty: not a single dot within the fence.
- What is ? ::: the empty set — a collection with zero members.
- Is a valid set? ::: yes; "nothing inside" is still a perfectly good collection.
3. "Belongs to" — the symbol
The picture. An arrow pointing from a floating dot into the fence: the dot is now officially "in". If it stays outside the fence, we'd write (" is not in "). Notice: for the empty set , nothing satisfies — no dot is ever inside.
Why the topic needs it. The definition says "each element ". That symbol is how we say "pick any dot living inside the input-blob."
- Read ::: "five belongs to the set containing one, three and five" (true).
- Read ::: "two does not belong to that set" (true).
4. Numbers we're allowed to use — the symbol
The picture. A horizontal number line stretching forever both ways, with 0 in the middle, positives to the right, negatives to the left. No gaps — every point is a real number.

- What does stand for? ::: the set of all real numbers — every point on the number line.
- Is ? ::: yes, negatives and decimals are all real numbers.
5. An "ordered pair"
The picture. A flat sheet (the plane) with two number lines crossing at right angles — the axes. To plot : start at the crossing point (called the origin), then move along the horizontal axis by — right if is positive, left if is negative — and then along the vertical axis by — up if is positive, down if is negative. Drop a dot where you land; that dot is the pair. So is right-and-up, while is left-and-down, and is left-and-up.

Why the topic needs it. A function's input–output link is recorded as a pair: input first, output second. The whole function can be pictured as a bag of such dots on the plane — which is exactly a graph (you'll meet graphs fully in Graphs of Functions).
- Is the same as ? ::: no — order matters, so they are different pairs.
- To plot you move... ::: 4 steps left (x is negative) then 1 step up (y is positive).
6. The mapping arrows: and
Two arrows look similar but say different things — mixing them up is the most common early slip.
The picture. Two blobs side by side, left blob , right blob . Between the blobs, a big label-arrow . Inside, thin barbed arrows join each left-dot to exactly one right-dot: those are the arrows.

- Which arrow joins two sets? ::: the thin arrow , as in .
- Which arrow joins a single input to its output? ::: the barbed arrow , as in .
7. The name , the colon , and the value
The picture. A box labelled . A number slides in the top slot; a single number slides out the bottom slot, and that falling number is what we call .

Why the brackets? The brackets are the "in-slot". Writing means "run the machine on the input 3". So reads "when I feed 3 into machine , out drops 9."
- In , what does the colon say? ::: " is a function from the reals to the reals."
- In , what is ? ::: the name of the whole squaring machine (the rule).
- In , what is ? ::: the single output 9, the result of feeding in 3.
8. Domain, codomain, range — the three fences
Now every earlier piece pays off. A function comes with three collections, and confusing them is Mistake 3 in the parent note.
The picture. Left blob (domain), right blob (codomain). Barbed arrows leave every left-dot (that's what "each element" demands). The right-dots that actually get hit, circled together, form the range — a little sub-blob inside .
- Domain vs range in one line? ::: domain = what you may put in; range = what actually comes out.
- What does mean? ::: the range — the set of all outputs as runs over the domain .
9. Interval brackets:
The range above used . That notation is its own small language.
The picture. A slice of the number line. A filled dot at 0 (square bracket — 0 is in), then a solid ray running right forever with an open feather at the far end (round bracket at ).
So = "all numbers from 0 (included) rightward forever" — exactly the possible outputs of .
- Why is 0 written with a square bracket in ? ::: because is a real output, so it is included.
- Why does always take a round bracket? ::: because infinity is never an actual reachable number.
10. The symbol and the piecewise brace
Two last symbols the parent leans on in its examples.
This is precisely why the unit circle is not a function: solving at gives , i.e. two outputs for one input — a violation.
The picture. A number line split at 0. Left region (negatives) glows one pastel colour with rule ""; right region (0 and up) glows another with rule "". Any single input lands in exactly one region, so still one output.
- Why does break the "function" rule? ::: it names two outputs for one input; functions allow only one.
- In a piecewise rule, how many lines do you use per input? ::: exactly one — the line whose condition your input meets.
How the foundations feed the topic
The diagram below is a prerequisite map: read the arrows as "is needed for". Sets and their symbols sit at the top because everything rests on them; they let us name the three fences (domain, codomain, range) and describe the machine ; those two ideas then combine into the full concept of a function. In words: sets → fences and machine → function.
If any box above still feels shaky, scroll back to its section before moving on — the map shows you exactly which earlier idea to shore up.
Equipment checklist
Test yourself — cover the right side of each ::: line and answer before revealing.
- means... ::: a set (collection) whose members are , and ; no order, no repeats.
- means... ::: the empty set — a collection with no members at all.
- means... ::: is a member of the set (a dot inside the blob ).
- is... ::: the set of all real numbers — the entire number line.
- The difference between and is... ::: links two whole sets; links one input to its one output.
- The colon in says... ::: " is a function from set to set ."
- versus is... ::: is the machine/rule itself; is the single number that drops out after feeding in .
- or means... ::: the range — the set of all outputs as runs over the domain.
- means... ::: every number from 0 (included) rightward forever ( never reached).
- Two meanings of are... ::: an ordered pair (a dot on the plane) OR an open interval (numbers strictly between and ); context decides.
- To plot you move... ::: 4 steps left then 1 step up.
- means... ::: the two values and at once — which is why it cannot be a function's output.
- A piecewise brace tells you to... ::: use exactly one rule-line, the one whose condition your input satisfies.
Ready? If every reveal felt obvious, move on to the main topic. Then branch into Graphs of Functions, Types of Functions, Inverse Functions, Composition of Functions and Real-world Applications. Prefer Hindi? See the Hinglish version.