What does it mean that the characteristic function $f(x)=1_{[b \le x \lt \infty]}$ is right continuous with left limits? Here $x ,b \in \mathbb{R}$.
-
You can't. I suggest you accept Anthony's answer, since that's the mathematically correct answer. My answer just provides some intuition. – Stefan Hansen Sep 03 '13 at 08:17
2 Answers
The graph of $f(x)=\mathbf{1}\{x\geq b\}$ looks like this:

Clearly, approaching any number from the right yields the same value of $f$ meaning that $f$ is right-continuous. That $f$ has left limits just means that the limit exists and is finite when approaching any number from the left. This is also obvious from the graph.
Note also what happens if the filled dot and the hollow dot swap places. Then we're looking at the graph of $f(x)=\mathbf{1}\{x>b\}$ instead, and this is left-continuous with right limits.
- 25,582
- 7
- 59
- 91
-
What is an example of a function that is right continuous but does not have a left limit? – user92866 Sep 03 '13 at 07:31
-
1For example the function $f:[0,\pi/2]\to \mathbb{R}$ defined by $f(x)=\tan x$ for $x\in [0,\pi/2)$ and $f(\pi/2)=0$. The limit when approaching $\pi/2$ from the left does not exist. – Stefan Hansen Sep 03 '13 at 07:39
It means that at every point $x_0\in \mathbb{R}$, both one-sided limits $$ \lim_{x \nearrow x_0} f(x) \textrm{ and } \lim_{x \searrow x_0} f(x) $$ exist, and furthermore that $f(x_0) = \lim_{x \searrow x_0} f(x)$. In this example the function is fully continuous (both one-sided limits are equal to the function) everywhere except at $b$, where it fails to be left-continuous, but still has a limit.
- 35,361
-
So, if $x$ goes up to $b$ from the left, the limit is $f(b)=1$? Is that the meaning of a left limit? – user92866 Sep 03 '13 at 07:26
-
@user92866: that's the definition of left-continuous. Here we have $\lim_{x \nearrow b} f(x) = 0 \ne 1 = f(b)$. – Anthony Carapetis Sep 03 '13 at 07:28
-
-
@user92866: It just means that $\lim_{x \nearrow b} f(x)$ exists. – Anthony Carapetis Sep 03 '13 at 07:30
-
So existence just means that the left limit is a real number. What is then an example of a function that is right continuous but does not have a left limit? – user92866 Sep 03 '13 at 07:33
-
@user92866: it's pretty easy to build a piecewise example, e.g. $\sin (1/x)$ for $x<0$ and $0$ for $x \ge 0$. – Anthony Carapetis Sep 03 '13 at 07:37