I am having trouble understanding why this particular difference exists between the definition of a limit of a function and definition of continuity.
Heres the definition of a limit of a sequence.
Let f : A → R, where A ⊂ R, and suppose that c ∈ R is an accumulation point of A. Then lim f(x) = L x→c if for every ε > 0 there exists a δ > 0 such that 0 < |x − c| < δ and x ∈ A implies that |f(x) − L| < ε.
I noticed that this definition requires $0 < |x - c| < \delta$
Let f : A → R, where A ⊂ R, and suppose that c ∈ A. Then f is continuous at c if for every ε > 0 there exists a δ > 0 such that |x−c| < δ and x ∈ A implies that |f(x)−f(c)| < ε.
whereas the definition of continuity above requires only $|x - c| < \delta$, so $|x - c$| can be 0.
Why is this the case?