Indicator function
From Free net encyclopedia
In mathematics, an indicator function or a characteristic function is a function defined on a set X that indicates membership of an element in a subset A of X.
Remark. The term "characteristic function" has an unrelated meaning in probability theory. For this reason, probabilists use the term indicator function for the function defined here almost exclusively, while mathematicians in other fields are more likely to use the term characteristic function to describe the function which indicates membership in a set.
The indicator function of a subset A of a set X is a function
- <math>1_A : X \to \lbrace 0,1 \rbrace \,</math>
defined as
- <math>1_A(x) =
\left\{\begin{matrix} 1 &\mbox{if}\ x \in A \\ 0 &\mbox{if}\ x \notin A \end{matrix}\right. </math>
The indicator function of A is sometimes denoted
- <math>\ \chi_A(x)</math> or <math>\ I_A(x)</math> or even <math>\ A(x).</math>
(The Greek letter χ because it is the initial letter of the Greek etymon of the word characteristic.)
The Iverson bracket allows the notation <math>[x \in A]</math>.
Warning. The notation <math>1_A </math> may signify the identity function.
Basic properties
The mapping which associates a subset A of X to its indicator function 1A is injective; its range is the set of functions f:X →{0,1}.
If A and B are two subsets of X, then
- <math>1_{A\cap B} = \min\{1_A,1_B\} = 1_A 1_B,\,</math>
- <math>1_{A\cup B} = \max\{{1_A,1_B}\} = 1_A + 1_B - 1_A 1_B,</math>
- <math>1_{A\triangle B} = 1_A + 1_B - 2(1_{A\cap B}),</math>
and
- <math>1_{A^\complement} = 1-1_A. </math>
More generally, suppose A1, ..., An is a collection of subsets of X. For any x ∈ X,
- <math> \prod_{k \in I} ( 1 - 1_{A_k}(x))</math>
is clearly a product of 0s and 1s. This product has the value 1 at precisely those x ∈ X which belong to none of the sets Ak and is 0 otherwise. That is
- <math> \prod_{k \in I} ( 1 - 1_{A_k}) = 1_{X - \bigcup_{k} A_k} = 1 - 1_{\bigcup_{k} A_k}</math>
Expanding the product on the left hand side,
- <math> 1_{\bigcup_{k} A_k}= 1 - \sum_{F \subseteq \{1, 2, \ldots, n\}} (-1)^{|F|} 1_{\bigcap_F A_k} = \sum_{\emptyset \neq F \subseteq \{1, 2, \ldots, n\}} (-1)^{|F|+1} 1_{\bigcap_F A_k} </math>
where |F| is the cardinality of F. This is one form of the principle of inclusion-exclusion.
As suggested by the previous example, the indicator function is a useful notational device in combinatorics. The notation is used in other places as well, for instance in probability theory: if X is a probability space with probability measure P and A is a measurable set, then 1A becomes a random variable whose expected value is equal to the probability of A:
- <math>E(1_A)= \int_{X} 1_A(x)\,dP = \int_{A} dP = P(A).\quad </math>
This identity is used in a simple proof of Markov's inequality.
References
- Folland, G.B.; Real Analysis: Modern Techniques and Their Applications, 2nd ed, John Wiley & Sons, Inc., 1999.
- Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein. Introduction to Algorithms, Second Edition. MIT Press and McGraw-Hill, 2001. ISBN 0262032937. Section 5.2: Indicator random variables, pp.94–99.
See also
Template:Planetmathde:Charakteristische Funktion (Mathematik) he:פונקציה מציינת it:Funzione indicatrice pl:Funkcja charakterystyczna zbioru fi:Indikaattorifunktio zh:指示函数