A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Epsilon-Delta Continuity

Graduate Depth 70 in the knowledge graph I know this Set as goal
5,974topics build on this
314prerequisites beneath it
See this on the map →
Sequences: Epsilon-N ConvergenceContinuity DefinitionContinuity in Multiple VariablesExtreme Value Theorem (Proof via Compactness)+6 more
continuity epsilon-delta rigor

Core Idea

A function f is continuous at a point c if for every ε > 0, there exists δ > 0 such that |x - c| < δ implies |f(x) - f(c)| < ε. This formalizes 'small changes in input give small changes in output.' Continuity on a set means continuity at every point. It is the foundational definition for rigorous calculus.

Explainer

You have likely encountered continuity before as "no jumps or holes" — an intuition that works well for the functions encountered in introductory calculus. But in real analysis, intuition is not proof. The ε-δ definition gives continuity a precise, checkable meaning that works for any function on any metric space, including pathological cases where geometric intuition breaks down completely.

Read the definition as a challenge-response game between two players. The adversary picks any ε > 0 — a tolerance on the output: they are demanding that f(x) stay within ε of f(c). You must respond with a δ > 0 — a restriction on the input: you claim that keeping x within δ of c is sufficient to guarantee f(x) stays within ε of f(c). If you can always find a winning δ, no matter how small ε is chosen, then f is continuous at c. If even once the adversary can pick an ε for which no δ works, f is discontinuous there.

The quantifier structure — "for all ε, there exists δ" — is the precise counterpart to the sequence convergence definition you already know: "for all ε, there exists N." In sequence convergence, N is how far out you must go in the sequence; here, δ is how close you must stay in the domain. Your δ is allowed to depend on ε, and in general it must (smaller ε typically forces smaller δ). What is not required is a single δ that works for all ε at once; that stronger condition defines something else (uniform continuity, which you will study next).

To prove continuity constructively, work backward from what you need. To show f(x) = 2x is continuous at any c: given ε > 0, you need |f(x) − f(c)| = |2x − 2c| = 2|x − c| < ε. Setting δ = ε/2 gives 2|x − c| < 2(ε/2) = ε whenever |x − c| < δ. Done. The technique is always the same: manipulate |f(x) − f(c)| until you can bound it by something involving |x − c|, then choose δ to make that bound fall below ε.

Discontinuity is equally important. A function fails to be continuous at c if there exists some ε > 0 for which no δ works — meaning points x arbitrarily close to c can have f(x) far from f(c). The step function f(x) = 0 for x < 0, f(x) = 1 for x ≥ 0 fails at c = 0 with ε = 1/2: no matter how small δ is, negative x-values within (−δ, 0) satisfy f(x) = 0, which is distance 1 from f(0) = 1, exceeding ε. This definition will generalize immediately: uniform continuity (where δ depends only on ε, not on c), the rigorous derivative definition (a limit of a ratio), and eventually integration theory all use the same ε-δ template.

Practice Questions 3 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsPiecewise FunctionsOne-Sided LimitsContinuity DefinitionEpsilon-Delta Continuity

Longest path: 71 steps · 314 total prerequisite topics

Prerequisites (2)

Leads To (8)