Composition of functions implies equality

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
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...