11

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}$.

user92866
  • 113
  • 1
  • 1
  • 5
  • 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 Answers2

21

The graph of $f(x)=\mathbf{1}\{x\geq b\}$ looks like this:

enter image description here

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.

Stefan Hansen
  • 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
  • 1
    For 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
12

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.