-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solution for Exercise 0.3.25 in Jirka_RA #59
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,36 @@ | |||
\subsubsection*{Exercise 0.3.25. (Cecilia)} | |||
|
|||
From the problem, we know that there exists a bijective mapping $ f $ from $ \mathbb{N} \to S_N \subseteq S $. ( $ S_N $ stands for the natural numbers on the $ S $ side). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The requirement is to show a bijection between S \ A
and S
.
If we assume that the domain is N
and the range is also N
, there seems to be no need to prove it, since it is guaranteed to be bijective if the domain and the range are the same set.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fact that
|
||
Decomposing $ N $ into the odd natural numbers $ O $ and the even natural number $ E $ $ f $ will map the odd natural numbers $ O $ to $ S_O $ and $ E $ to $ S_E $ respectively. | ||
|
||
Define $ A = S_O $, denote $ R $ ($ R $ stands for the rest) to be $ S \setminus S_N $, we claim the following mapping $ h $ from $ S \setminus A $ to $ S $ is bijective. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A should be
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I intend
The image of even natural numbers can map bijectively to Image of all natural numbers by
Step 1. Use
Step 2. Use
Step 3. Use
So
Together I achieved a bijective mapping that map
The mapping from $ S_E $ to $ S_N $ is surjective because for all $ x \in S_N $, | ||
|
||
\begin{eqnarray*} | ||
& & h(f(2f^{-1}(x))) \\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not quite understand where
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To prove the mapping is surjective, for every possible
6a2159c
to
0bb382b
Compare
&=& x | ||
\end{eqnarray*} | ||
|
||
Suppose $ h(x) = h(y) $ for any $ x, y \in S_E $, we have: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for some x, y in S_E
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
但係 for some
express 唔到任何一對都 ok ⋯ ?
我諗咁寫會好啲
For any
0bb382b
to
679ef49
Compare
This pull request provides the solution to exercise 0.3.25 in Basic Analysis I: Introduction to Real Analysis, Volumes I by Jiří Lebl.
https://www.jirka.org/ra/html/sec_basicset.html