Sequential Characterization of Continuity

Graduate Depth 57 in the knowledge graph I know this Set as goal
Unlocks 2 downstream topics
continuity sequences equivalence

Core Idea

A function f is continuous at c if and only if for every sequence (xₙ) with xₙ → c, we have f(xₙ) → f(c). This equivalence allows switching between ε-δ and sequential definitions: use sequences when natural, ε-δ when rigor demands it. The equivalence is a fundamental tool for proofs.

How It's Best Learned

Prove f(x) = x² is continuous at 2 using both definitions, then use sequences to show f(x) = ⌊x⌋ is not continuous at integers.

Common Misconceptions

Explainer

You already have two tools: the ε-δ definition of continuity and the ε-N definition of sequence convergence. Sequential continuity is the bridge between them — it says that continuous functions and convergent sequences commute: you can take the function inside the limit. Formally, 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 is not a new concept layered on top of continuity — it is an exact restatement of what ε-δ continuity means, translated into sequential language.

The "only if" direction is the one most students master first: if f is ε-δ continuous at c and xₙ → c, then f(xₙ) → f(c). The proof is clean — given ε > 0, find δ from continuity, then use the convergence of xₙ to find N such that |xₙ − c| < δ for n ≥ N. The "if" direction — proving ε-δ continuity from the sequential condition — requires a proof by contradiction and is typically more surprising: assume f is *not* ε-δ continuous at c, construct a sequence xₙ → c with f(xₙ) ↛ f(c), contradicting the hypothesis.

The power of sequential continuity is in how it lets you choose your proof style to match the problem. The floor function ⌊x⌋ provides the clearest example of the sequential approach for *disproving* continuity: at any integer n, take the sequence xₙ = n − 1/n, which converges to n from below. Then f(xₙ) = n − 1 for all n, so f(xₙ) → n − 1 ≠ n = f(n). One sequence, one counterexample, proof complete. Doing the same job with ε-δ requires careful case analysis around the specific integer.

Sequences are particularly natural when working with limits of compositions, limits of function sequences, or arguments involving Bolzano-Weierstrass. If a proof begins "let (xₙ) be any sequence converging to c," you are in sequential mode. The equivalence guarantees that any conclusion you reach — continuity or discontinuity — is as rigorous as any ε-δ argument. The skill is recognizing which mode is cleaner for the problem at hand.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication 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 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute 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: 58 steps · 246 total prerequisite topics

Prerequisites (2)

Leads To (1)