Iverson bracket

In mathematics, the Iverson bracket, named after Kenneth E. Iverson, is a notation that generalises the Kronecker delta. It converts any logical proposition into a number that is 1 if the proposition is satisfied, and 0 otherwise, and is generally written by putting the proposition inside square brackets:

where P is a statement that can be true or false.

In the context of summation, the notation can be used to write any sum as an infinite sum without limits: If is any property of the integer ,

Note that by this convention, a summand must evaluate to 0 regardless of whether is defined. Likewise for products:

The notation was originally introduced by Kenneth E. Iverson in his programming language APL,[1][2] though restricted to single relational operators enclosed in parentheses, while the generalisation to arbitrary statements, notational restriction to square brackets, and applications to summation, was advocated by Donald Knuth to avoid ambiguity in parenthesized logical expressions.[3]

Properties

There is a direct correspondence between arithmetic on Iverson brackets, logic, and set operations. For instance, let A and B be sets and any property of integers; then we have

Examples

The notation allows moving boundary conditions of summations (or integrals) as a separate factor into the summand, freeing up space around the summation operator, but more importantly allowing it to be manipulated algebraically.

Double-counting rule

We mechanically derive a well-known sum manipulation rule using Iverson brackets:

Summation interchange

The well-known rule is likewise easily derived:

Counting

For instance, the Euler phi function that counts the number of positive integers up to n which are coprime to n can be expressed by

Simplification of special cases

Another use of the Iverson bracket is to simplify equations with special cases. For example, the formula

is valid for n > 1 but is off by 1/2 for n = 1. To get an identity valid for all positive integers n (i.e., all values for which is defined), a correction term involving the Iverson bracket may be added:

Common functions

Many common functions, especially those with a natural piecewise definition, may be expressed in terms of the Iverson bracket. The Kronecker delta notation is a specific case of Iverson notation when the condition is equality. That is,

The indicator function, often denoted , or , is an Iverson bracket with set membership as its condition:

.

The Heaviside step function, sign function,[1] and absolute value function and are also easily expressed in this notation:

,
,

and

The comparison functions max and min (returning the larger or smaller of two arguments) may be written as

and
.

The floor and ceiling functions can be expressed as

and

where the index of summation is understood to range over all the integers.

The ramp function can be expressed

The trichotomy of the reals is equivalent to the following identity:

The Möbius function has the property (and can be defined by recurrence as[4])

Formulation in terms of usual functions

In the 1830s, Guglielmo Libri Carucci dalla Sommaja used as a replacement for what would now be written , as well as variants such as for .[3] Indeed, following the usual conventions, those quantities are equal where defined: is 1 if x > 0, 0 if x = 0, and undefined otherwise.

See also

References

  1. 1 2 Kenneth E. Iverson (1962). A Programming Language. Wiley. p. 11. Retrieved 7 April 2016.
  2. Ronald Graham, Donald Knuth, and Oren Patashnik. Concrete Mathematics, Section 2.2: Sums and Recurrences.
  3. 1 2 Donald Knuth, "Two Notes on Notation", American Mathematical Monthly, Volume 99, Number 5, May 1992, pp. 403–422. (TeX, arXiv:math/9205211).
  4. Ronald Graham, Donald Knuth, and Oren Patashnik. Concrete Mathematics, Section 4.9: Phi and Mu.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.