Indicator function

From testwiki
Revision as of 03:22, 21 February 2025 by imported>Fgnievinski (β†’Smoothness)
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
Jump to navigation Jump to search

Template:Short description Template:About Template:More footnotes Template:Use American English

A three-dimensional plot of an indicator function, shown over a square two-dimensional domain (set Template:Mvar): the "raised" portion overlays those two-dimensional points which are members of the "indicated" subset (Template:Mvar).

In mathematics, an indicator function or a characteristic function of a subset of a set is a function that maps elements of the subset to one, and all other elements to zero. That is, if Template:Mvar is a subset of some set Template:Mvar, then  πŸA(x)1  if  xA , and  πŸA(x)0  otherwise, where  πŸA  is one common notation for the indicator function; other common notations are  IA(x) ,  χA(x) ,Template:Efn and  π•€( xA ).

The indicator function of Template:Mvar is the Iverson bracket of the property of belonging to Template:Mvar; that is,

 πŸA(x)=[ xA ].

For example, the Dirichlet function is the indicator function of the rational numbers as a subset of the real numbers.

Definition

Given an arbitrary set Template:Mvar, an indicator function of a subset Template:Mvar for Template:Mvar is defined by the function (::)

 πŸA:X{0,1} 

or, more specifically by (::)

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Class "Wikibase\Client\WikibaseClient" not found"): {\displaystyle \operatorname {\mathbf {1} } _{A}\!(x)\equiv {\begin{cases}1\quad &{\mathsf {if}}\quad x\in A\ ,\\0\quad &{\mathsf {if}}\quad x\notin A~.\end{cases}}}

The Iverson bracket provides the equivalent notation,  [ xA ]  or Template:Nobr that can be used instead of  πŸA(x).

The function  πŸA  is sometimes denoted Template:Mvar, Template:Mvar, Template:Mvar, or even just Template:Mvar.Template:EfnTemplate:Efn

Notation and terminology

The notation  χA  is also used to denote the characteristic function in convex analysis, which is defined as if using the reciprocal of the standard definition of the indicator function.

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 classic probability theory. For this reason, traditional 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 functionTemplate:Efn to describe the function that indicates membership in a set.

In fuzzy logic and modern many-valued logic, predicates are the characteristic functions of a probability distribution. That is, the strict true/false valuation of the predicate is replaced by a quantity interpreted as the degree of truth.

Basic properties

The indicator or characteristic function of a subset Template:Mvar of some set Template:Mvar maps elements of Template:Mvar to the codomain  { 0,1 }.

This mapping is surjective only when Template:Mvar is a non-empty proper subset of Template:Nobr If  A=X , then  πŸA1. By a similar argument, if  A=  then  πŸA0.

If  A  and  B  are two subsets of  X , then 𝟏AB(x)=min{ πŸA(x), πŸB(x) }=𝟏A(x)𝟏B(x) ,𝟏AB(x)=max{ πŸA(x), πŸB(x) }=𝟏A(x)+𝟏B(x)𝟏A(x)𝟏B(x) ,

and the indicator function of the complement of  A  i.e.  A  is: 𝟏A=1𝟏A.

More generally, suppose  A1,,An  is a collection of subsets of Template:Mvar. For any  xX :

kI( 1𝟏Ak(x) ) 

is clearly a product of Template:Maths and Template:Maths. This product has the value Template:Math at precisely those  xX  that belong to none of the sets  Ak  and is 0 otherwise. That is

kI(1𝟏Ak)=𝟏XkAk=1𝟏kAk.

Expanding the product on the left hand side,

 πŸkAk=1F{1,2,,n}(1)|F|𝟏FAk=F{1,2,,n}(1)|F|+1𝟏FAk 

where |F| is the cardinality of Template:Mvar. 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 Template:Mvar is a probability space with probability measure  β„™  and Template:Mvar is a measurable set, then  πŸA  becomes a random variable whose expected value is equal to the probability of Template:Mvar:

𝔼X{ πŸA(x) } = X𝟏A(x) d β„™(x)=Ad β„™(x)=β„™(A).

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.)

Mean, variance and covariance

Given a probability space (Ω,β„±,P) with Aβ„±, the indicator random variable 𝟏A:Ωℝ is defined by 𝟏A(ω)=1 if ωA, otherwise 𝟏A(ω)=0.

Mean
 π”Ό(𝟏A(ω))=β„™(A)  (also called "Fundamental Bridge").
Variance
 Var(𝟏A(ω))=β„™(A)(1β„™(A)).
Covariance
 Cov(𝟏A(ω),𝟏B(ω))=β„™(AB)β„™(A)β„™(B).

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 symbol "Template:Math" indicates logical inversion, i.e. "NOT"):[1]Template:Rp

Template:Blockquote

Kleene offers up the same definition in the context of the primitive recursive functions as a function Template:Mvar of a predicate Template:Mvar takes on values Template:Math if the predicate is true and Template:Math if the predicate is false.[2]

For example, because the product of characteristic functions  ϕ1*ϕ2**ϕn=0  whenever any one of the functions equals Template:Math, it plays the role of logical OR: IF  ϕ1=0  OR  ϕ2=0  OR ... OR  ϕn=0  THEN their product is Template:Math. What appears to the modern reader as the representing function's logical inversion, i.e. the representing function is Template:Math when the function Template:Mvar is "true" or satisfied", plays a useful role in Kleene's definition of the logical functions OR, AND, and IMPLY,[2]Template:Rp the bounded-[2]Template:Rp and unbounded-[2]Template:Rp mu operators and the CASE function.[2]Template:Rp

Characteristic function in fuzzy set theory

In classical mathematics, characteristic functions of sets only take values Template:Math (members) or Template:Math (non-members). In fuzzy set theory, characteristic functions are generalized to take value in the real unit interval Template:Closed-closed, 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.

Smoothness

Template:See also In general, the indicator function of a set is not smooth; it is continuous if and only if its support is a connected component. In the algebraic geometry of finite fields, however, every affine variety admits a (Zariski) continuous indicator function.[3] Given a finite set of functions  fα𝔽q[ x1,,xn ]  let  V={ x𝔽qn:fα(x)=0 }  be their vanishing locus. Then, the function  β„™(x)=( 1fα(x)q1 )  acts as an indicator function for  V. If  xV  then  β„™(x)=1 , otherwise, for some  fα , we have  fα(x)0  which implies that  fα(x)q1=1 , hence  β„™(x)=0.

Although indicator functions are not smooth, they admit weak derivatives. For example, consider Heaviside step function  H(x)𝕀( x>0 )  The distributional derivative of the Heaviside step function is equal to the Dirac delta function, i.e.  d H(x)  d x =δ(x)  and similarly the distributional derivative of  G(x):=𝕀( x<0 )  is   d G(x)  d x =δ(x).

Thus the derivative of the Heaviside step function can be seen as the inward normal derivative at the boundary of the domain given by the positive half-line. In higher dimensions, the derivative naturally generalises to the inward normal derivative, while the Heaviside step function naturally generalises to the indicator function of some domain Template:Mvar. The surface of Template:Mvar will be denoted by Template:Mvar. Proceeding, it can be derived that the inward normal derivative of the indicator gives rise to a surface delta function, which can be indicated by  δS(𝐱) : δS(𝐱)=𝐧xx𝕀( π±D )  where Template:Mvar is the outward normal of the surface Template:Mvar. This 'surface delta function' has the following property:[4] ℝnf(𝐱)𝐧xx𝕀( π±D )dn𝐱=Sf(β)dn1β .

By setting the function Template:Mvar equal to one, it follows that the inward normal derivative of the indicator integrates to the numerical value of the surface area Template:Mvar.

See also

Template:Div col

Notes

Template:Notelist

References

Template:Reflist

Sources

Template:Refbegin

Template:Refend