What do we call functions that take an input and make it larger, so that $f(x) > x$ for every $x$ in its domain?
A simple example would be $f(x) = x + 1$ for $x \in \mathbb R$ but there are other well-known examples such as $f(x) = \sqrt x$ for $x \in (0,1)$.
Note that such functions need not be increasing; we can even construct a decreasing function such as $f(x) = 1000 - x$ on the domain $x \in (0,1)$ which clearly satisfies $f(x) > x$.
This question is somewhat related to the idea of prefixpoints and postfixpoints but that doesn't quite capture it; e.g. a postfixpoint satisfies $x \leq f(x)$ whereas I am demanding something stronger, that $x < f(x)$ for every point in the domain.
Similarly, what is the name for functions for which $f(x) < x$?