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

  • Thread starter Thread starter mathboy
  • Start date Start date
  • Tags Tags
    Function
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 X and Y? 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.
 
Let a be in X and set A=X-{a}. What's f(X-A) now?
 
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 a \neq b by contradiction. The proof might not require it, but you can sometimes find direction that way.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top