While it's not hard to define an order isomorphism between $\Bbb N$ and one of its proper subset or between $\Bbb Z$ and one of its proper subset, I'm unable to find sets in below situations:
A proper subset of $\Bbb Q$ that is order-isomorphic to $\Bbb Q$. This required subset of $\Bbb Q$ is ordered under the usual ordering $<$.
An infinite set that is NOT order-isomorphic to any of its proper subset. This infinite set and all of its subsets have the same ordering.
Please help me find some examples (if exist) for these sets!
This should have been posted as two separate questions.
The map $$x\mapsto\begin{cases}\ \ \ \ x\ \ \ \ \text{ if }\ x\lt0\\ x+1\ \text{ if }\ x\ge0\end{cases}$$ is an order-isomorphism from $\mathbb Q$ to $\mathbb Q\setminus[0,1).$
A dense subset $S$ of $\mathbb R$ which is not isomorphic to any of its proper subsets can be constructed by transfinite induction with the axiom of choice. In fact $S$ can be constructed so that the only strictly increasing function $f:S\to S$ is the identity function.
P.S. Constructing an order-isomorphism between $\mathbb Q$ and $\mathbb Q\setminus\{0\}$ is more complicated. Here is one way to do it. (Another, more general, way is Cantor's "back-and-forth" method.)
Lemma. Given $a,b,c,d\in\mathbb Q$, $a\lt b$, $c\lt d$, we can define an order-isomorphism $f:\mathbb Q\cap[a,b]\to\mathbb Q\cap[c,d]$.
Proof. Let $f(x)=c\cdot\frac{x-b}{a-b}+d\cdot\frac{x-a}{b-a}$.
Fix sequences $a_1\lt a_2\lt a_3\lt\cdots$ and $b_1\gt b_2\gt b_3\gt\cdots$ such that $\lim_{n\to\infty}a_n=\lim_{n\to\infty}b_n=\sqrt2$. (A nice way to do this is to use the continued fraction convergents: $a_1=1$, $b_1=3/2$, $a_2=7/5$, $b_2=17/12$, $a_3=41/29$, etc.)
Define $c_n=-\frac1n$ and $d_n=\frac1n$ so that $c_1\lt c_2\lt c_3\lt\cdots$ and $d_1\gt d_2\gt d_3\gt\cdots$ and $\lim_{n\to\infty}c_n=\lim_{n\to\infty}d_n=0$.
Theorem. There is an order-isomorphism $f:\mathbb Q\to\mathbb Q\setminus\{0\}$ such that $f(a_n)=c_n$ and $f(b_n)=d_n$ for $n=1,2,3,\dots$.
Proof. For $x\in\mathbb Q\cap(-\infty,a_1)$ define $f(x)=x+c_1-a_1$.
For $x\in\mathbb Q\cap[a_1,a_2]$ define $f(x)=c_1\cdot\frac{x-a_2}{a_1-a_2}+c_2\cdot\frac{x-a_1}{a_2-a_1}$.
Further details are left as an exercise for the reader.