I am looking for a name for the following types of functions. Suppose that for function f, we have: $$f(x)=y_x$$ and $$f(f(x))=y_x$$ Is there any name for this property?
2026-03-28 15:11:55.1774710715
On
On
What is this property called for a function? $f(f(x))=f(x)$
8.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
A function that has the same result when applied once as it does when applied more than once is known as an idempotent function.
1
On
Idempotent functions
http://en.wikipedia.org/wiki/Idempotence
It is common in computer science, in which you may want the result of an operation to be the same no matter how many times someone performs it. This is especially important in web-apps.
In maths an example would be a projection of a vector into a lower dimensional space.
Such a function is called idempotent.
Some examples:
I hope this helps $\ddot\smile$