continuity
A continuous function is one you can draw without lifting your pen — no holes, no sudden jumps, no places where the graph tears apart. Temperature over a day is continuous: it can rise or fall, but it never teleports from one value to another. Continuity is the mathematical way of saying a function has no surprises: nudge the input a little, and the output moves only a little.
Precisely, f is continuous at a point a when three things all hold: f(a) is defined, the limit lim x->a f(x) exists, and these two are the same number — that is, lim x->a f(x) = f(a). In plain terms, where the function is heading is exactly where it actually lands. If the limit and the value disagree, or either one is missing, the function is discontinuous at a. A function is continuous on an interval when this holds at every point of the interval; the familiar functions — polynomials, sine and cosine, exponentials — are continuous everywhere they are defined.
Continuity matters because the big theorems of calculus quietly demand it. The Intermediate Value Theorem (a continuous function on [a, b] hits every value between f(a) and f(b)) and the Extreme Value Theorem (a continuous function on a closed bounded interval attains a maximum and a minimum) both fail without it. One common confusion to clear up: continuity is weaker than differentiability — a function can be continuous yet have a sharp corner, like |x| at 0, where no single tangent line exists.
Continuity at a point means the limit exists, the value exists, and they match — where the function heads is where it lands.
Continuity is weaker than differentiability: every differentiable function is continuous, but a continuous function may still have corners (like |x| at 0) where it is not differentiable.