Composition of functions implies equality

netcaster
Messages
4
Reaction score
0
We have three functions: f:A->A, g:A->A and h:A->A
with both f and g bijective and h bijective.

We know that f ° h = h ° g for every x in A.

Is it true that f=g for every x in A?

I have tried to solve it and I am pretty sure it is true but I cannot find neither a counterexample nor a simple proof.
 
Physics news on Phys.org
It took me just a few minutes to come up with a counter-example:

Let A= {1, 2, 3}, f= {(1,3), (2, 1), (3, 2)}, g= {(1, 2) , (2, 3), (3,1)}, h= {(1, 3), (2, 2), (3, 1)}.
 
Many thanks! Your solution is simple and hence great!
 
Your example is based on permutations..

What if h is only surjective rather than bijective?

The counterexample is not anymore valid...
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top