Proving the Bijection Property of Composed Functions

teme92
Messages
185
Reaction score
2

Homework Statement



Let f: A→B and g: B→C both be bijections. Prove that the composed function fog is also a bijection. Write (fog)-1 in terms of f-1 and g-1.

Homework Equations



fog = f(g(x))

The Attempt at a Solution



I know what the composed function means and what bijective means (one-to-one). I can do these problems when I have values for f(x) and g(x) but I'm having trouble with this type of problem. I nod in the right direction would be much appreciated.
 
Last edited:
Physics news on Phys.org
teme92 said:

Homework Statement



Let f: A→B and g: B→C both be bijections. Prove that the composed function fog is also a bijection. Write (fog)2 in terms of f-1 and g-1.


Homework Equations



fog = f(g(x))

If f: A \to B and g: B \to C then the composition of the two which makes sense is g \circ f : A \to C : x \mapsto g(f(x)).

The Attempt at a Solution



I know what the composed function means and what bijective means (one-to-one). I can do these problems when I have values for f(x) and g(x) but I'm having trouble with this type of problem. I nod in the right direction would be much appreciated.

A bijection is both an injection and a surjection. Have you shown that a composition of injections is an injection, and a composition of surjections is a surjection?

Alternatively, you could exhibit an inverse of g \circ f in terms of the inverses of g and f.
 
First of all thanks, and I made a mistake in the question which I changed ie. the composed function was a square but now an inverse.

Secondly, the question asked for fog not gof?

Injectivity: If x,y \inA and g(f(x))=g(f(y)) then f(x)=f(y) and x=y

Surjectivity: If c \inC then g(b)=c and f(a)=b

Hence g(f(a))=g(b)=c

Is that sufficient to prove its a bijection?

And how do I write Write (fog)-1 in terms of f-1 and g-1?
 
Yes, the logic and solution is fine. Just justify the parts where you assume a certain property of a function, so that the reader(grader) knows that you understand what your doing at each step. So instead of saying f(x)=f(y),x=y.
Instead say f(x)=f(y) implies x=y because the function f is bijective.
 
  • Like
Likes 1 person
Ok thanks for the help :)
 
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