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

Sequential Characterization of Continuity

Graduate Depth 71 in the knowledge graph I know this Set as goal
2topics build on this
315prerequisites beneath it
See this on the map →
Epsilon-Delta ContinuitySequences: Epsilon-N ConvergenceUniform Convergence Preserves Continuity
continuity sequences limits

Core Idea

A function f is continuous at c if and only if for every sequence (xₙ) converging to c, the sequence (f(xₙ)) converges to f(c). This sequential characterization makes it easy to apply continuity proofs using sequence arguments rather than epsilon-delta arguments.

Explainer

You now know two rigorous definitions of convergence: the epsilon-delta definition of continuity and the epsilon-N definition of sequence convergence. The Sequential Characterization of Continuity is the theorem that ties them together — it says these two languages are fully interchangeable for talking about continuity. A function f is continuous at c if and only if whenever xₙ → c (in the sequence sense), f(xₙ) → f(c) (also in the sequence sense). This is not a new definition of continuity but an equivalent reformulation, and its power lies in giving you a choice of which machinery to use.

To see why the equivalence holds, consider the forward direction: suppose f is continuous at c (epsilon-delta), and let xₙ → c. Given any ε > 0, the continuity of f at c supplies a δ > 0 such that |x − c| < δ implies |f(x) − f(c)| < ε. Since xₙ → c, there exists N such that for all n > N, |xₙ − c| < δ. Combining these: for all n > N, |f(xₙ) − f(c)| < ε. That is exactly f(xₙ) → f(c). The argument is a clean handoff between the two definitions, with δ playing the role of the tolerance that N must eventually satisfy.

The reverse direction — and the most practically useful direction — is a contrapositive argument. If f is not continuous at c, there exists some ε₀ > 0 such that for every δ > 0, you can find a point within δ of c where f moves more than ε₀ away from f(c). Taking δ = 1/n for each n, you produce a sequence xₙ with |xₙ − c| < 1/n but |f(xₙ) − f(c)| ≥ ε₀. This sequence satisfies xₙ → c but f(xₙ) ↛ f(c) — violating the sequential condition. Therefore: if f fails the sequential condition, f is discontinuous.

The practical payoff is that sequences are often easier to construct than epsilon-delta arguments. To prove continuity, you can work with sequences directly. To disprove continuity, you only need to exhibit a single sequence xₙ → c for which f(xₙ) fails to converge to f(c) — no epsilon-delta bookkeeping required. The classic example is f(x) = sin(1/x) near x = 0: take xₙ = 1/(2πn), so xₙ → 0 and f(xₙ) = 0; then take yₙ = 1/(π/2 + 2πn), so yₙ → 0 and f(yₙ) = 1. Two sequences converge to 0 but map to different limits — immediately, f is discontinuous at 0. The sequential characterization makes this clean.

Practice Questions 5 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 ContinuitySequential Characterization of Continuity

Longest path: 72 steps · 315 total prerequisite topics

Prerequisites (2)

Leads To (1)