I've tried substitution with $0$ and $1$ but it hasn't worked:
Solve for $f(m,n)$:
- $m * f(m,np) = f(m,n)f(m,p)$
- $f(mn,p) = m* f(n,(p^m))$
- $f(m+1,n) = (f(m,n)+ (f(1,n))^m) * n$
Can I have a detailed solution please. I am really scratching my head over this.