首页 | 主题 | 图库 | 问答 | 文摘 | 原创 | 百科

历史 | 地理 | 人物 | 艺术 | 体育 | 科学 | 音乐 | 电影 | 信息技术 | 世界遗产

 开放、中立,源自维基百科

Personal tools

Indicator function

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Image:Indicator function illustration.png
The graph of the indicator function of a two-dimensional set.

In mathematics, an indicator function or a characteristic function is a function defined on a set Failed to parse (Missing texvc executable; please see math/README to configure.): X

that indicates membership of an element in a subset Failed to parse (Missing texvc executable; please see math/README to configure.): A
of Failed to parse (Missing texvc executable; please see math/README to configure.): X

.

The indicator function of a subset Failed to parse (Missing texvc executable; please see math/README to configure.): A

of a set Failed to parse (Missing texvc executable; please see math/README to configure.): X
is a function
Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{1}_A : X \to \lbrace 0,1 \rbrace \,


defined as

Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{1}_A(x) = \left\{\begin{matrix} 1 &\mbox{if}\ x \in A, \\ 0 &\mbox{if}\ x \notin A. \end{matrix}\right.


The Iverson bracket allows the notation Failed to parse (Missing texvc executable; please see math/README to configure.): [x \in A] .

The indicator function of Failed to parse (Missing texvc executable; please see math/README to configure.): A

is sometimes denoted
Failed to parse (Missing texvc executable; please see math/README to configure.): \chi_A(x)
or Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{I}_A(x)
or even Failed to parse (Missing texvc executable; please see math/README to configure.): A(x).

(The Greek letter χ because it is the initial letter of the Greek etymon of the word characteristic.)

Contents

Remark on notation and terminology

  • The notation Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{1}_A
may signify the identity function.
  • The notation Failed to parse (Missing texvc executable; please see math/README to configure.): \chi_{A}
may signify the characteristic function in convex analysis.

A related concept in statistics is that of a dummy variable (this must not be confused with "dummy variables" as that term is usually used in mathematics, also called a bound variable).

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.

Basic properties

Boolos, Burgess, and Jeffrey (2002) define the characteristic function as follows:

"The characteristic function of a k-place relation is the k-argument function that takes the value 1 for a k-tuple if the relation holds of the k-tuple, and the value 0 if it does not; and a relation is effectively decidable if its characteristic function is effectively computable, and is (primitive) recursive if its characteristic function is (primitive) recursive." (italics in original, p.73–74)

The mapping which associates a subset Failed to parse (Missing texvc executable; please see math/README to configure.): A

of Failed to parse (Missing texvc executable; please see math/README to configure.): X
to its indicator function Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{1}_A
is injective; its range is the set of functions Failed to parse (Missing texvc executable; please see math/README to configure.): f : X \to \{0,1\}

.

In the following, the "dot" is a sign that represents algebraic multiplication i.e. 1*1 = 1, 1*0 = 0 etc, and likewise the "+" and "-" represent algebraic addition and subtraction. If Failed to parse (Missing texvc executable; please see math/README to configure.): A

and Failed to parse (Missing texvc executable; please see math/README to configure.): B
are two subsets of Failed to parse (Missing texvc executable; please see math/README to configure.): X

, then

Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{1}_{A\cap B} = \min\{\mathbf{1}_A,\mathbf{1}_B\} = \mathbf{1}_A \cdot\mathbf{1}_B,\,
Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{1}_{A\cup B} = \max\{{\mathbf{1}_A,\mathbf{1}_B}\} = \mathbf{1}_A + \mathbf{1}_B - \mathbf{1}_A \cdot\mathbf{1}_B,
Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{1}_{A\triangle B} = \mathbf{1}_A + \mathbf{1}_B - 2\cdot\mathbf{1}_A \cdot\mathbf{1}_B,


and the "complement" of the indicator function of A i.e. AC is:

Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{1}_{A^\complement} = 1-\mathbf{1}_A.


If the functions A, B and C are Boolean in nature, i.e. they only take on values { 0, 1 } and evaluate to only { 0, 1 } then their indicator functions also evaluate to { 0, 1 }, and the above four formulas represent the logical AND, inclusive-OR, exclusive-OR, and NOT (i.e. logical inverse), respectively.

More generally, suppose Failed to parse (Missing texvc executable; please see math/README to configure.): A_1, \ldots, A_n

is a collection of subsets of Failed to parse (Missing texvc executable; please see math/README to configure.): X

. For any Failed to parse (Missing texvc executable; please see math/README to configure.): x \in X ,

Failed to parse (Missing texvc executable; please see math/README to configure.): \prod_{k \in I} ( 1 - \mathbf{1}_{A_k}(x))


is clearly a product of Failed to parse (Missing texvc executable; please see math/README to configure.): 0 s and Failed to parse (Missing texvc executable; please see math/README to configure.): 1 s. This product has the value 1 at precisely those Failed to parse (Missing texvc executable; please see math/README to configure.): x \in X

which belong to none of the sets Failed to parse (Missing texvc executable; please see math/README to configure.): A_k
and

is Failed to parse (Missing texvc executable; please see math/README to configure.): 0

otherwise. That is
Failed to parse (Missing texvc executable; please see math/README to configure.): \prod_{k \in I} ( 1 - \mathbf{1}_{A_k}) = \mathbf{1}_{X - \bigcup_{k} A_k} = 1 - \mathbf{1}_{\bigcup_{k} A_k}.


Expanding the product on the left hand side,

Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{1}_{\bigcup_{k} A_k}= 1 - \sum_{F \subseteq \{1, 2, \ldots, n\}} (-1)^{|F|} \mathbf{1}_{\bigcap_F A_k} = \sum_{\emptyset \neq F \subseteq \{1, 2, \ldots, n\}} (-1)^{|F|+1} \mathbf{1}_{\bigcap_F A_k}


where Failed to parse (Missing texvc executable; please see math/README to configure.): |F|

is the cardinality of Failed to parse (Missing texvc executable; please see math/README to configure.): 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 Failed to parse (Missing texvc executable; please see math/README to configure.): X

is a probability space with probability measure Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{P}
and Failed to parse (Missing texvc executable; please see math/README to configure.): A
is a measurable set, then Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{1}_A
becomes a random variable whose expected value is equal to the probability of Failed to parse (Missing texvc executable; please see math/README to configure.): A:


Failed to parse (Missing texvc executable; please see math/README to configure.): E(\mathbf{1}_A)= \int_{X} \mathbf{1}_A(x)\,dP = \int_{A} dP = P(A).\quad


This identity is used in a simple proof of Markov's inequality.

In many cases, such as order theory, the inverse of the indicator function may be defined. This is commonly called the generalized Möbius function, as a generalization of the inverse of the indicator function in elementary number theory, the Möbius function. (See paragraph below about the use of the inverse in classical recursion theory.)

Characteristic function in recursion theory, Gödel's and Kleene's representing function

Kurt Gödel described the representing function in his 1934 paper "On Undecidable Propositions of Formal Mathematical Systems". (The paper appears on pp. 41-74 in Martin Davis ed. The Undecidable):

"There shall correspond to each class or relation R a representing function φ(x1, . . ., xn) = 0 if R(x1, . . ., xn) and φ(x1, . . ., xn)=1 if ~R(x1, . . ., xn)." (p. 42; the "~" indicates logical inversion i.e. "NOT")

Stephen Kleene (1952) (p. 227) offers up the same definition in the context of the primitive recursive functions as a function φ of a predicate P, takes on values 0 if the predicate is true and 1 if the predicate is false.

For example, because the product of characteristic functions φ12* . . . *φn = 0 whenever any one of the functions equals 0, it plays the role of logical OR: IF φ1=0 OR φ2=0 OR . . . OR φn=0 THEN their product is 0. What appears to the modern reader as the representing function's logical-inversion, i.e. the representing function is 0 when the function R is "true" or satisfied", plays a useful role in Kleene's definition of the logical functions OR, AND, and IMPLY (p. 228), the bounded- (p. 228) and unbounded- (p. 279ff) mu operators (Kleene (1952)) and the CASE function (p. 229).

Characteristic function in fuzzy set theory

In classical mathematics, characteristic functions of sets only take values 1 (members) or 0 (non-members). In fuzzy set theory, characteristic functions are generalized to take value in the real unit interval [0, 1], or more generally, in some algebra or structure (usually required to be at least a poset or lattice). Such generalized characteristic functions are more usually called membership functions, and the corresponding "sets" are called fuzzy sets. Fuzzy sets model the gradual change in the membership degree seen in many real-world predicates like "tall", "warm", etc.

See also

References

de:Charakteristische Funktion (Mathematik) es:Función característica fr:Fonction caractéristique (mathématiques) is:Kennifall (stærðfræði) it:Funzione indicatrice he:פונקציה מציינת lmo:Funziú caraterístega nl:Indicatorfunctie ja:指示関数 ko:표시함수 pl:Funkcja charakterystyczna zbioru pt:Função indicadora ru:Индикатор (математика) fi:Indikaattorifunktio

Languages
AD Links