Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • "Idempotence means that applying a function twice (or thrice, or...) is no different than applying it once.": In the case of a pure function, this would mean that the function is the identity on a subset I of the domain, and maps all inputs outside of I to some value inside I. Commented Feb 25, 2017 at 6:46
  • That is definitely a more precise way of putting it. Another equivalent formalization I have read is that the image of an idempotent function is its fixed set: proofwiki.org/wiki/Fixed_Point_of_Idempotent_Mapping Commented Feb 26, 2017 at 5:14