fixed point iteration
Iteration is a considerably primitive notion in programming.
Fixed point iteration is defined in the context of a mathematical Function such that repeated application results in the same result.
This can be expressed as the set of points {x} for a function f such that f(x) = x.
Speaking more generally, fixed point iteration arises from the concept of iterated functions