Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I found part of my answer here: If g(f(x)) is one-to-one (injective) show f(x) is also one-to-one (given that...); however I wanted to flesh out the last two statements I had in a proposition in my notes.

Proposition: Let $f: A \rightarrow B$ and $g: B \rightarrow C$. Then:

(i) If $g \circ f$ is one-to-one, then $f$ is one-to-one.

(ii) If $g \circ f$ is onto, then $g$ is onto.

Proof: (i) Suppose $f(x)=f(y)$ for some $x,y$.

Since $g \circ f$ is one-to-one: $$g\circ f(x) = g\circ f(y) \Rightarrow x=y,\forall x,y \in A.$$

Therefore $f$ must be one-to-one.

(ii) Since $g \circ f (x)$ is onto, then for every $c \in C$ there exists an $a \in A$ such that $c=g(f(a))$. Then there exists a $b \in B$ with $b=f(a)$ such that $g(b)=c$. Thus g is onto.

I wanted to confirm that these proofs are both correct for my peace of mind (as they weren't proven in class).

share|improve this question

2 Answers

up vote 1 down vote accepted

Both of your proofs are correct.

share|improve this answer
Thanks. I'm trying to flesh out all the details on various propositions that my professor had left for me to prove. I'm finding that I am getting stuck on these relatively short ideas. – emka Sep 28 '12 at 10:02

I've never taken an Analysis course but I don't believe that your first proof is correct. Since take for example f=x^2, which isn't one to one. G composed with f(-2) and G composed with f(2) would be equal, since in both cases it is G(4) and G is a function. So x would not have to equal y and thus f does not have a requirement of being one to one for the composition g(f(x)) to be one to one. However I do believe that G would have to be one to one for that to be the case. Please correct me if I am wrong. Just my two cents.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.