Is there any non-identity monotonically increasing one-one univariate function that takes prime number as input and generates prime number as output ?
The asymptotic complexity to calculate output must me $O(1)$ (assume exponentiation is $O(1)$ operaton).
Output prime must be greater than input prime for all input primes.