Some Composition Proofs for Surjectivity and Injectivity

  • Thread starter Thread starter Seda
  • Start date Start date
  • Tags Tags
    Proofs
Seda
Messages
70
Reaction score
0
[SOLVED] Some Compostion Proofs

Homework Statement



Prove:
1.) The composition of subjective functions is subjective
2.) The composition of injective functions is injective



Homework Equations



Subjective: A function f: A->B is surjective iff

For all members of B, there exists a member of A where f(a)=b

Injective: A funtion f: A->B in injective iff

f(a)=f(b) -> a=b

The Attempt at a Solution



I really don't know how to start this proof, mainly because in the questions, the domain and codomain are not defined in any way. However, both statements seem to be obviously true to me, at least I can't think of any obvioius counter examples.

I.) Suppose we have functions f an g which are both surjective. The conpostion of these functions can b e written as g(f(x)). If g is subjective, regardless of the values of f(x), then gof will be subjective.

That proof's really bad I know, and I don't know how to even start 2. Help! It seems like it should be really easy and I feel like an idiot for not knowing how to do these proofs.
 
Physics news on Phys.org
Sorry, i meant surjective
 
For injectivity, suppose that g(f(x)) = g(f(y)). You must prove from this that this implies x = y. (Hint: you know nothing, except that f and g are injective).

For surjectivity, let z be in the codomain of (g o f). Prove that there is an y in the domain of g such that g(y) = z. Now can you find an x such that g(f(x)) = z, using surjectivity of f?
 
Thanks, I think I got the Injective proof spot on now and I think my surjective proof is good to (though my wording is sort of weird, I'll work On it.)

I have one last problem that I want to check.

Q: The product of injective functions is injective/


Can I easily disprove this by letting f(x) = x and g(x) = 2x, which are both injctive and show that their product isnt?
 
That will work. Now just give two different x values that map to the same value of f(x)*g(x).
 
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