A challenge:
For a function f(x), does there exist a function g(f(x)) such that the outputted function is always less than f(x)?
There are a couple of approaches, but the immediate ones are at first glance quite inelegant requiring stipulations to be introduced. The challenge is to find...