Idempotence

From Citizendium
Revision as of 11:50, 23 December 2008 by imported>Richard Pinch (added examples)
Jump to navigation Jump to search

In mathematics idempotence is the property of an operation that repeated application has no further effect.

A binary operation is idempotent if

for all x:

equivalently, every element is an idempotent element for .

Examples of idempotent binary operations include join and meet in a lattice; union and intersection on sets; disjunction and conjunction in propositional logic.

A unary operation (function from a set to itself) π is idempotent if it is an idempotent element for function composition, π2 = π.