What does $_{x \in A}$ mean?

98 Views Asked by At

What does $_{x \in A}$ mean?

I have found it in this document. I thought initially that the result was a vector, but in the formula it appears to be a real number.

1

There are 1 best solutions below

6
On BEST ANSWER

Indicator function. Defined by $$ _{x \in A}(y) = \begin{cases} 1 & y \in A \\ 0 & y \notin A \end{cases} $$

Alternative notation: $_A$ or $\chi_A$.