One to one and onto in composite function

BlackDeath
Messages
3
Reaction score
0

Homework Statement



I just want to make sure that I am correct. if we have a composite function f(g(x)).

Homework Equations


f(g(x)) is onto if and only if both f(x) and g(x) are onto
f(g(x)) is one to one if and only if or both f(x) and g(x) are one to one


The Attempt at a Solution



when I try to make f(x) is onto, but not one to one. And g(x) is one to one but not onto, f(g(x)) is not onto
 
Physics news on Phys.org
This is false: The fact that f(g(x)) is one to one only guarantees that f(x) is one to one.

For example, let f: \mathbb R \to \mathbb R^2 by f(x) = (x,0) and g: \mathbb R^2 \to \mathbb R be g(x,y) = x+y. f is one-to-one but g is not one-to-one. However, the function g(f(x)) = x is just the identity function and is injective.

Precisely the same example shows that this does not work for onto functions. g(x,y) is onto but f(x) is not. However, g(f(x)) = x is onto, so again it breaks.
 
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