QUEST:
For any sets X and Y, there exists an injective function f:X→Y if and only if there exists a surjective function g:Y→X.
QUESTION1:
How do you people approach this problem. I mean, what is running through your brain when you look at each of the above statements?
KNOWN:
†If f:X→Y is injective, then there exists a function g:Y→X such that g∘f=1X.
†If f:X→Y is surjective, then there must exist a function g:Y→X such that f∘g=1Y.
THOUGHTS:
http://en.wikipedia.org/wiki/Cantor–Bernstein–Schroeder_theorem
ATTEMPTQ1: ← This attempt is wrong, just so you know...
Since f is an injection it is a bijection onto its image, and so there exists an inverse h:f(X)→X. Now, let x be an arbitrary element in X, and define g:Y→X by
g(y)={h(y),if y∈f(X)x,otherwise ,
so g is a bijection and therefore a surjection.
QUESTION2:
Let ≾ be a relation defined by
X≾Y ⟺ ∃ f:X→Y (1−1).
Let ≿ be a relation defined by
X≿Y ⟺ ∃ f:X→Y (onto).
How are ≾ and ≿ related in the context of QUEST's proof?
ATTEMPTQ2: ← Maybe somebody will check this...
By the Cantor–Bernstein–Schroeder theorem, if X≾Y and Y≿X, then X≅Y, so we can define a relation ≤ on cardinalities as follows:
|X|≤|Y| if X≾Y,
namely ∃ f s.t. f:X→Y (1−1), which suggests that ≤ is anti-symmetric since
|X|≤|Y| and |Y|≤|X|⟺X≾Y and Y≾X,
if and only if there exists injective maps f:X→Y and g:Y→X, so there exists also an injective map h:X→Y, by C-B-S, and so X≅Y⟺|X|=|Y|, where |∗| denotes cardinality.
Answer
You already have all the ingredients in your question.
If there is an injective function f:X→Y, then your fact 1 gives you a function g:Y→X; is it what you're looking for?
If there is a surjective function g:Y→X, then your fact 2 gives you a function f:X→Y such that g∘f=1X (just reverse the role of f and g and of X and Y); is it what you're looking for?
Complete solution. I accept your two facts as known, but stated in a slightly different way:
- Every injective function has a left inverse
- Every surjective function has a right inverse
Suppose there exists an injective function f:X→Y. By fact 1, f has a left inverse, that is, a function g:Y→X such that g∘f=1X. I claim that the function g is surjective; indeed, if x∈X, we have
x=g∘f(x)=g(f(x))=g(y)
where y=f(x).
Suppose conversely that there exists a surjective function g:Y→X. By fact 2, g has a right inverse, that is, a function f:X→Y such that g∘f=1X. I claim that the function f is injective; indeed, if f(x1)=f(x2), then
x1=g∘f(x1)=g(f(x1))=g(f(x2))=g∘f(x2)=x2.
No comments:
Post a Comment