Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

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

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

am I right?

share|improve this question

closed as off topic by templatetypedef, Bobrovsky, Anders R. Bystrup, DuckMaestro, Stony Feb 5 at 9:23

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Change on the first one "if g(x) is onto"

share|improve this answer
why? I try to used g(x) = (1,a),(2,b),(3,b) and f(x) is (a,c),(b,c) where f(x) Y->Z and Z have (c,d). In this case g(x) is onto, but f(x) is not. and I don't think f(g(x)) is onto – user1988385 Feb 5 at 5:11
in your example, you can't do f(g(x)). The domain of g has to be inside the range of f, in order for the composition to work. – Thalia Feb 5 at 5:17
oh sorry, i was doing g(f(x)) so I end up with (1,c),(2,c),(3,c). I got this. thx – user1988385 Feb 5 at 5:24
If my answer has been helpful to you, please feel free to mark it as useful, and/or mark it as answer. – Thalia Feb 5 at 5:38

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