Problem: Can an $f$ function be created where:$$f\colon\mathbb Q_{+}^{*}\to \mathbb Q_{+}^{*}$$ The function is defined on the set of fully positive rational numbers and is achieved: $\forall(x,y)\in \mathbb Q_{+}^{*}\times\mathbb Q_{+}^{*},f(xf(y))=\frac{f(f(x))}{y}$
This question is similar to one of the Olympiad questions that I was very passionate about and used several ideas to solve this problem, but I did not arrive at any result from one of them by using the basic theorem in arithmetic that states that there is a corresponding application between $(\mathbb Q_{+}^{*})$and $(\mathbb Z^{\mathbb N})$ where: $$\left\{\mathbb Z^{\mathbb N} =\text{ A set of stable sequences whose values are set in} \quad\mathbb Z\right\}$$ This app is defined like this $$\varphi\colon\mathbb Z^{\mathbb N}\to \mathbb Q_{+}^{*} ,(\alpha_n)_{n\in\mathbb N}\longmapsto \prod_{n\in\mathbb N} P_n^{\alpha_n}$$ Where:$$\mathbb P=\left\{P_k:k\in\mathbb N\right\}\text{ is the set of prime numbers} $$ And put $x=\prod_{n\in\mathbb N}P_n^{\alpha_n},\quad y=\prod_{n\in\mathbb N }P_n^{\beta_n},\text{and}\quad $ $$f(\prod_{n\in\mathbb N}P_n^{\alpha_n})=\left(\prod_{n\in\mathbb N}P_{2n}^{\alpha_{2n+1}}\right)\left(\prod_{n\in\mathbb N}P_{2n+1}^{-\alpha_{2n}}\right)$$
Found in the latter$$f(xf(y))=\frac{\left(\prod_{n\in\mathbb N}P_{2n}^{\alpha_{2n+1}}\right)\left(\prod_{n\in\mathbb N}P_{2n+1}^{-\alpha_{2n}}\right)}{\left(\prod_{n\in\mathbb N}P_n^{\beta_{2n}}\right)}=\frac{f(x)}{y}$$ However, this did not help me create this method
I need an idea or suggestion to solve this problem if possible and thank you for your help
Note: $(\alpha_n)_{n\in\mathbb N}\quad \text{is a stable sequence}\leftrightarrow \forall n\in\mathbb N ,\exists n_0\in\mathbb N :\left( n\geq n_0 \quad \alpha_{n}=0\right) $
For $x=1$ we get $f(f(y))=f(f(1))/y$. For $y=1$ we get $f(xf(1))=f(f(x))$. And so if we replace $y$ with $x$ in the first equation and compare both we get
$$f(f(1))/x=f(xf(1))$$
We now replace $x$ with $x\cdot f(1)^{-1}$ and we get
$$f(x)=\frac{f(f(1))\cdot f(1)}{x}$$
We conclude that our function is of the form:
$$f(x)=\frac{c}{x}$$
for some constant $c\in\mathbb{Q}^*_+$. Note that $f(f(x))=x$. We now evaluate both sides of your original equation:
$$f(xf(y))=f(x\cdot\frac{c}{y})=\frac{c}{x\cdot\frac{c}{y}}=\frac{y}{x}$$ $$\frac{f(f(x))}{y}=\frac{x}{y}$$
These are clearly different, e.g. when $x=1,y=2$, regardless of $c$. Hence no such function exists.