Idempotent
Idempotent describes an operation that yields the same result when applied multiple times as when applied once. In mathematics, a function f is idempotent if f(f(x)) = f(x) for all x in its domain. In algebra, an element e of a semigroup is idempotent if e * e = e, where * denotes the operation of the semigroup.
In linear algebra, an idempotent linear map P satisfies P^2 = P. Such operators are projections onto
In category theory, an endomorphism e: X → X is idempotent if e ∘ e = e. Idempotents can
In computer science, idempotence refers to the property that repeated application of an operation has no additional
Common examples of idempotent operations include taking the minimum or maximum of a set of values, or