Set Theory Proof: Prove g is Surj. if g∘f is Surjective

anonymity
Messages
162
Reaction score
0
Prove that if g\circf is surjective, then g must be surjective.

I know that one valid proof of this statement is acquired via the contrapositive, what I am not sure of is if the following proof is flawed (if it is, please say why):

Suppose z\inZ. Since g \circ f is surjective, there exists x\inX such that g\circ f(x) = z. Equivalently, for f(x) = y, we have that g(y) = z. Now for any z\inZ there exists y = f(x) such that z = g(y), and that g is surjective.
 
Physics news on Phys.org
I prefer using sets to prove it.

If gof is surjective : f:A to B and g: B to C so therefore;

g(f(A)) = C. And we also know that f(A)⊆B, now try to complete the proof using what u know in sets.
 
Last edited:
anonymity said:
Prove that if g\circf is surjective, then g must be surjective.

I know that one valid proof of this statement is acquired via the contrapositive, what I am not sure of is if the following proof is flawed (if it is, please say why):

Suppose z\inZ. Since g \circ f is surjective, there exists x\inX such that g\circ f(x) = z. Equivalently, for f(x) = y, we have that g(y) = z. Now for any z\inZ there exists y = f(x) such that z = g(y), and that g is surjective.
Yes, this is a perfectly valid proof. Although, I would say "let y= f(x)" rather than "for f(x)= y".
 
HallsofIvy said:
Yes, this is a perfectly valid proof. Although, I would say "let y= f(x)" rather than "for f(x)= y".

I believe this is easier proof if he's familiar to sets.
g(f(A)) = C.
We also know: f(A)⊆B, which means: g(f(A))⊆g(B). g(B)⊆C, by definition.

All together:
C = g(f(A)) ⊆ g(B) ⊆ C which implies: C = g(B)

That's correct i believe right?
 
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...
Back
Top