Proving One-to-One Function f: X -> Y

  • Thread starter Thread starter mathboy
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
mathboy
Messages
182
Reaction score
0
[SOLVED] One-to-one function

Let f: X -> Y. Suppose f(X-A) = Y-f(A) for any A in X. Prove that f is one-to-one.

Suppose f(a)=f(b). I tried letting A = {a,b}, A= X-{a,b}, but I can't manage to prove that a=b. Can someone help?
 
Physics news on Phys.org
mathboy said:
Let f: X -> Y. Suppose f(X-A) = Y-f(A) for any A in X. Prove that f is one-to-one.

Suppose f(a)=f(b). I tried letting A = {a,b}, A= X-{a,b}, but I can't manage to prove that a=b. Can someone help?

You need to clean up your notation. What are [itex]X[/itex] and [itex]Y[/itex]? Sets?
 
X is the domain of f and Y is the range of f, so they are sets. A is any subset of X. So the question is asking to prove that if f(complement of A)= complement of f(A), then f is one-to-one.
 
You might want to try proving the contrapositive: if f is not one to one, then there exist a set A such that f(complement of A) is not complement of f(A).

If f is not one to one, then there exist x1 and x2 such that f(x1)= f(x2). What if A= {x1}?
 
mathboy said:
Let f: X -> Y. Suppose f(X-A) = Y-f(A) for any A in X. Prove that f is one-to-one.

Suppose f(a)=f(b). I tried letting A = {a,b}, A= X-{a,b}, but I can't manage to prove that a=b. Can someone help?
In situations like this, you can always try assuming that [itex]a \neq b[/itex] by contradiction. The proof might not require it, but you can sometimes find direction that way.