I am looking for functions $f$ (in my case $\mathbb{N}^{*} \rightarrow \mathbb{R}^{+*}$) for which the ratio of the images only depends on the ratio of their antecedents :
$$\frac{f(n_1.n_0)}{f(n_2.n_0)}=\frac{f(n_1)}{f(n_2)} \forall (n_0,n_1,n_2) \in \mathbb{N}^{*3}$$
Which is equivalent to $$f(n_1.n_2)=\frac{f(n_1).f(n_2)}{f(1)} \forall (n_1,n_2) \in \mathbb{N}^{*2}$$
It is obvious that $f(n)=c.n^m$ ($c \in \mathbb{R}^{+*}$ and $m \in \mathbb{R}$) validate that equation.
Can we prove that they are the only solutions ?
From the initial identity, by induction
$$f(n)=f(p_0^{m_0}p_1^{m_1}\cdots p_k^{m_k})=\frac{f(p_0)^{m_0}f(p_1)^{m_1}\cdots f(p_k)^{m_k}}{f(1)^{m_0+m_1+\cdots m_k-1}}.$$
As the prime decomposition is unique, you can choose the $f(p_k)$ and $f(1)$ freely.