What does this symbol mean? (looks like a 1 with double vertical line)

23.6k Views Asked by At

I'm studying a course on probability and statistics and at some point this symbol comes up without introduction. It looks like the number one, but slightly bigger and with a double vertical line.

First time it comes up is when discussing stochastic/random variables that are neither continuous nor discreet in an example: First example

And somewhat later in a proof:

Second example

Anyone got an idea what this symbol represents?

EDIT: Thanks for the fast answers, I was still editing the question for better (larger) images :)

3

There are 3 best solutions below

3
On BEST ANSWER

It's the characteristic function (or indicator function) of the set in the subscript.

$$\mathbb 1_A(x) = \begin{cases} 1\,, & x\in A \\ 0\,, & x\notin A\end{cases}.$$

0
On

It is the indicator function.

6
On

It's the indicator function, you can write $\chi_A(x)=\begin{cases}1, & x\in A\\0, & x\notin A\end{cases}$ instead. It's easier in $\text{LaTeX}$ and everybody knows that you mean the indicator function.