DeadOriginal
- 274
- 2
Homework Statement
If f:A->B is a bijection and g:B->C is a bijection, show that g\circf is a bijection from A->C.
Homework Equations
A function is a bijection from A to B when it is both a surjection and an injection from A to B.
The Attempt at a Solution
Suppose f is a bijection from A to B and g is a bijection from B to C. We want to show that h=g\circf is a bijection from A to C. Since f is a bijection from A to B we have that the Rng(f)=B. Now since g is a function from B to C we have that Rng(f)=Dom(g). Let f(x)=y. Then y\inRng(f). Thus y\inDom(g). Now since we have that g is a bijection from B to C, g(y) is a bijection from B to C because y\inB but y=f(x) so g(f(x)) is a bijection. Now f(x) was a bijection from A to B so g(f(x)) is a bijection from A to B to C. In particular, g(f(x)) is a bijection from A to C. By definition we have that g(f(x))=g\circf. Thus h=g\circf is a bijection from A to C.
I would appreciate it if someone could read over my proof and give me some feedback on it. Thanks a lot!