Difference between revisions of "Idempotence"

(New page: A function <math>f</math> is idempotent if <math>f(x)=f(f(x))</math>. == Examples == * Any constant function is idempotent. * The function <math>f(x)=x</math> is idempotent. * The [[signu...)
(No difference)

Revision as of 19:36, 19 September 2008

A function $f$ is idempotent if $f(x)=f(f(x))$.

Examples