functional composition equations $F(F(a,b),c)=F(a,b\cdot c)$ and $F(F(a,b),c)=F(a,b^c)$

119 Views Asked by At

(i) Consider a function of two numbers $F(a,b)$ that satisfies the condition $F(F(a,b),c)=F(a,b\cdot c)$.

For example $F$ could be one of the following:

$F(a,b) = a\cdot b$

$F(a,b) = a^b$

Question: are there any other functions that satisfy this equation (except from trivial ones such as $F=1$ etc.)? is it possible to find all of them ?

(ii) What are the functions that satisfy $F(F(a,b),c)=F(a,b^c)$ ?

1

There are 1 best solutions below

0
On

Solution of (ii): we have $F(F(a,b),1)=F(a,b)$ hence $F(x,1)=x$ (assuming that all $x$ belong to the image of $F$).

Therefore $F(F(a,1),c)=F(a,c)$. but also $F(F(a,1),c) = F(a,1^c)=F(a,1)=a$, so we find that

$F(a,b)=a$

is the only possible solution.