The task itself is not that hard i'd say. I have to find all functions $f: \mathbb N\rightarrow \mathbb N$ that equality $f(\pi(n)) = \pi(f(n))$ is true. Where $\pi(n)$ stands for ANY permutation over the naturals.
My idea is that, if $f(\pi(n))$ gives some number X, then if we want $\pi(f(n))$ to give same number, then $f(n)$ must be an inversion of our permutation, it is $\pi^{-1}(n)$. And i have checked this on few examples and it turnes out to be true.
And my conclusion is that there is no such function, because one function can not be inversion for more than one permutation.
And my question is: how to show that more mathematically correctly ( of course if only it's good solution )? Thanks for any effort from you ;-)
Thanks Andrew for new idea about it.
– Krzysztof Lewko Nov 01 '13 at 16:41