0

Given the function $$f(x)=\begin{cases} x^2, & x<1 \\ 2x-1, & x\geq3 \end{cases}$$ May I say $f$ is continuous at $x=3$? My question is basically about the fact $$\lim_{x\to3^{-}}f(x)$$ doesn't exist.

Tian Vlasic
  • 1,436
mvfs314
  • 2,154
  • 15
  • 21

1 Answers1

1

Yes, the function is continuous, the limit does not need to exist for the funtion to be continuous. What continuity gives is that, if the right and left hand limit exist, then they are equal to the value of the function at that point.
The basic definition of continuity (at least which I learnt first) is the sequential definition, not the one using limits:

Let $f:A\rightarrow B$ be a function. It is said to be continuous at $c\in A$, if for every sequence $(x_n)$ in $A$ that converges to $c$, the sequence $(f(x_n))$ converges to $f(c)$.

Notice that it does not say that a sequence should exist that converges to $c$ (well, apart from the constant sequence).
Suppose we have a function $f:\mathbb{N}\rightarrow\mathbb{R}$, no matter how we define $f$, it will be continuous. Does this answer your question?