1

Possible Duplicate:
Surjectivity of Function Compositions

I am trying to prove this statement:

If $f: A \rightarrow B$ and $g: B \rightarrow C$ are both surjective functions, show that $g \circ f : A \rightarrow C$ is also a surjective function.

I know that some elements B have corresponding elements in A and likewise, some elements in C have corresponding elements in B. Is it enough to say that some elements in C must therefore correspond in A, which is what surjective function, $g \circ f : A \rightarrow C$, would show?

Dominick Gerard
  • 423
  • 2
  • 6
  • 10

2 Answers2

1

$g$ being surjective means that EVERY element of $C$ is mapped to by (at least) one element of $B$ by $g$, and similarly for $f$. It should now be fairly obvious that if both $g$ and $f$ are surjective then their composition must also be surjective.

Sam Jones
  • 363
0

Hint:

Consider three sets of people $A$, $B$, $C$. Assume that for every person $c_1 \in C$ there exists a person $b_1 \in B$ that knows $c_1$, and that for every person $b_2 \in B$ ($b_1 = b_2$ might or might not be true) there exists $a_1 \in A$ that knows $b_2$. Can you conclude that for every $c_2 \in C$ there exists $a_2 \in A$ that (indirectly) knows $c_2$?

dtldarek
  • 37,381