Proving the Bijection Property of Composed Functions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
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 [itex]f: A \to B[/itex] and [itex]g: B \to C[/itex] then the composition of the two which makes sense is [itex]g \circ f : A \to C : x \mapsto g(f(x))[/itex].

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 [itex]g \circ f[/itex] in terms of the inverses of [itex]g[/itex] and [itex]f[/itex].
 
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 [itex]\in[/itex]A and g(f(x))=g(f(y)) then f(x)=f(y) and x=y

Surjectivity: If c [itex]\in[/itex]C 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   Reactions: 1 person
Ok thanks for the help :)