Proving the One-to-One Property of Function Composition

  • Thread starter Thread starter RW Techs
  • Start date Start date
  • Tags Tags
    Functions
RW Techs
Hi, if anyone could help me with the following question, that'd be great. Thanks in advance =)

Show that the composition of two one-to-one functions, f and g, is one-to-one.

Thank you,

RW Techs
 
Physics news on Phys.org
Hmm, I find it hard to believe you have thought about the question, it is very easy.

The composition of the functions is f(g(x)). We know for each x there exists a unique u such that g(x) = u. So f(g(x)) is one to one iff f(u) is one to one, which it is, by assumption.

Transform this into symbolic logic and you have a proof good enough for an analysis class in which you prove things that are already obviously true.
 
start with the definition of one one. i.e. h is one one if whenever x and y are different, thenm also h(x) and h(y) are different...
 
Crosson said:
Hmm, I find it hard to believe you have thought about the question, it is very easy.

The composition of the functions is f(g(x)). We know for each x there exists a unique u such that g(x) = u. So f(g(x)) is one to one iff f(u) is one to one, which it is, by assumption.

Transform this into symbolic logic and you have a proof good enough for an analysis class in which you prove things that are already obviously true.


It appears to me that your proof relies on nothing more than the fact that g is a function. g(x) could be any function, and the "proof" still "works".
 
"We know for each x there exists a unique u such that g(x) = u"

That won't work for each function.

Equivalent, but maybe easier to see:
You are given that:
f(x)=f(y) \Rightarrow x=y
and
g(u)=g(v) \Rightarrow u=v
for all x,y in the domain of f and u,v in the domain of g.
You need to show that:

f(g(u))=f(g(v)) \Rightarrow u=v

for all u,v in the domain of g.
 
Last edited:
I think crankfan was pointing out that that answer wasn't very clear in its proof. I for one can't stand the "there is a unique" part of it. If you should be of the desire to quantify "there is unique" in logical symbols as pressed by that answer, then you're on hiding to nothing.

Your proof using the f(x)=f(y) => x=y is much clearer.
 
Maybe I was quibbling. I think it's the quantification that I didn't like.

An ordinary function has a unique u in the range associated
with each each x in the domain.

But yes, Galileo's proof is much cleaner.
 
Galileo said:
"We know for each x there exists a unique u such that g(x) = u"

That won't work for each function.
Whoopsie, that should be the other way around anyway:
For each u in the range of g there is an unique x, such that g(x)=u.
 
Back
Top