views:

103

answers:

2

Hello,

I saw somewhere that if we have a one-to-one function from sets X to Y mean that we have a onto function from Y to X. I can't understand it !! Someone can explain ??

+2  A: 
Zack
I guess the "element of" symbol is ∈
belisarius
`∈` and `` both work for me (and produce the same symbol), what browser are you using?
Zack
I see rather than the symbol. I'm using Firefox 3.6.10.
GregS
Must be a FF4 new feature then. Will change.
Zack
@Zack `∈` is new in HTML5.
jleedev
One-to-one does not mean bijective; it's actually a synonym for injective. So in this case, F may not have an inverse.
Jesse Beder
@Jesse: I learned it as a synonym for bijective (and Wikipedia informs me that authors differ). But all injective functions have inverses, and those inverses are surjective; see edit.
Zack
@jleedev: I fix it to be the actual Unicode characters. Hopefully that works better cross-browser.
Zack
@Zack, every injective function has a *one-sided* inverse. An inverse, as usually defined, is such that fg = identity = gf, and a function has an inverse iff it is a bijection. (Also, I'm suspicious of wikipedia's statement that one-to-one function means bijective to some authors. I've never heard a mathematician use it that way (and wikipedia has no source). On the other hand, one-to-one correspondence is definitely a bijection.)
Jesse Beder
Well, I don't claim to be a mathematician, but I have never before heard this strict definition of inverse - in fact, I thought even injectivity was too strong a condition. The definition I'm familiar with is, if `g(f(x)) == x` for all X *in the **image** of f* then g is the inverse of f.
Zack
Er, "for all y = f(x) in the image of f", I meant.
Zack
@Zack, read the wikipedia entry on inverses: http://en.wikipedia.org/wiki/Inverse_function. It reads pretty well (and notice that they use one-to-one as a synonym for injective).
Jesse Beder
+2  A: 

We can visualize this by drawing two circles, representing X and Y. The dots in the circle represent the elements in each set.

The arrows represent your function or "mapping".

alt text

So 1-1 means that every dot in the X circle maps to a unique dot in the Y circle.

Onto means that every dot has an arrow going to it. If you look at the picture, X is clearly not onto Y. There are two dots with no arrows coming in.

Now look at the "reverse" mapping by flipping the arrows on the lines.

alt text

Notice how in the reverse transform, every element of X has at least one element from Y going to it? That's the answer to your question. The 1-1 in the first picture (X to Y) means the second picture (Y to X) must be onto.

The wikipedia article on Surjective Functions explains this further.

nsanders
+1 for helpful diagrams
Zack
Thanks for nice diagrams! in the second picture (the reverse) it's not a function from Y to X cause you have a free dot in Y set with no arrow going from it
Ams
You are correct. The second diagram is not showing a function from the set of Y to the set of X.
nsanders