Idempotence

from Wikipedia, the free encyclopedia

Idempotence is a term used in mathematics and computer science . In mathematics, an object that has the property with a link is called idempotent with respect to this link. An important special case are idempotent functions with regard to the sequential execution . Similarly, in computer science, a piece of program code that is executed several times in a row delivers the same result as with a single execution, is called idempotent.

Definitions

Idempotent elements

An element of a set is called idempotent with respect to a -digit link and if:

If is and the connection (as is common with multiplication in rings) is noted in power notation, the condition is written as

from which immediately

for all

follows, which explains the term idempotence (Latin for equal potency).

On the other hand , satisfies the equation for a one- digit link

then is a fixed point of

Idempotent functions

A one- digit link or function is called idempotent if it is idempotent in terms of composition :

d. H. for all results in a double application of the same value as the unique: .

Idempotent algebraic structures

Are all elements of a semigroup (or more generally a magma ) idempotent respect , it is also self- idempotent called. Alternatively, an idempotent semigroup is often referred to as a band . Every commutative band is called a half lattice . A semigroup is called globally idempotent if:

with .

A half ring, a fast ring and a ring are called idempotent if resp . Is idempotent. In contrast, a dioid is a hemiring with one element and idempotent addition.

Examples

Idempotent links:

  • Regarding multiplication , the solutions and the equation are the only idempotent real numbers .
  • With regard to a two-digit link , a (left or right) neutral element is always idempotent: In a group , the neutral element is the only idempotent element.
  • In a ring with one , and are always idempotent elements with regard to multiplication. If the ring does not have zero divisors , other idempotent elements can also exist. For example, in the remainder class ring
and .
  • In an association , all elements are idempotent with respect to the links and . That means it is always and . The same applies to the half-associations and .
  • Absorbent elements are always idempotent.

Idempotent images:

  • Constant functions:
  • Identical figure :
  • , if
  • Projections , e.g. B.
  • Amount functions :
  • Hull operators .
  • Core operators .

properties

is idempotent. In particular, the eigenvalues of all are or . Geometrically, idempotent linear mappings can be interpreted as a projection of the vector space onto a sub-vector space .
  • Every idempotent ring is commutative because it applies to all
(second and fifth equation because of idempotency, third and fourth equation because of distributivity), so
This also applies by and sets and, again, uses idempotency,
Hence is
In particular, the following also applies (because of idempotence and because of (1) with )
or.
  • An idempotent fast ring is commutative if and only if it is distributive , because:
If is commutative, then applies to all
If, on the other hand, is distributive, then commutativity follows from this, just as with an idempotent ring.

Computer science

In IT, the idempotency of recovery measures for databases and services is required in order to ensure fault tolerance in the event of a crash during a restart phase. Undo and redo operations must have the same result even if they are executed several times in a row.

Read-only services are inherently idempotent since the state of the data is not changed. Every non-idempotent writing service can be made an idempotent service from a technical point of view.

example

In the case of a service for booking amounts of money, the call deposit (100) is not idempotent, since the amount 100 is paid in several times if the service is called up several times. On the other hand, if you were to call up a new account balance (600) , the account balance would remain the same if the service was called up several times. This call would be idempotent.

See also

literature

  • Jeremy Gunawardena: An introduction to idempotency in J. Gunawardena (ed.): Idempotency , Cambridge University Press, 1998, ISBN 0-521-55344-X , pp. 1–49 (English; advance publication online , PDF file, 414 kB )
  • Munindar Paul Singh, Michael N. Huhns: Service-oriented Computing: Semantics, Processes, Agents . Wiley 2005, ISBN 0470091487 , p. 54 ( excerpt from Google book search)

Individual evidence

  1. ^ LN Shevrin : Semi-group of Idempotents . In: Michiel Hazewinkel (Ed.): Encyclopaedia of Mathematics . Springer-Verlag , Berlin 2002, ISBN 978-1-55608-010-4 (English, online ).
  2. Günther Eisenreich , Ralf Sube: Langenscheidts specialist dictionary mathematics . Langenscheidt 1996, ISBN 3861170744 , p. 381 ( excerpt in Google book search)