I have few questions to the proof on Universality of linearly ordered sets. Could anyone advise please? Thank you.
Lemma: Suppose $(A,<_{1})$ is a linearly ordered set and $(B,<_{2})$ is a dense linearly ordered set without end points. Assume $F\subseteq A$ and $E\subseteq B$ are finite and $h:F \to E$ is an isomorphism from $(F,<_{1})$ to $(E,<_{2})$. If $a\in A-F$, then $\exists b\in B-E$ such that $h\cup \left\{(a,b)\right\}$ is an isomorphism from $F \cup \left\{a\right\}$ to $E \cup \left\{b\right\}$.
Theorem: Every countable linearly ordered set is embeddable into the linearly ordered set $(\mathbb{Q},<)$
Proof: Let $(A,<_{1})$ be countably linearly ordered set. Let $f:\mathbb{N}\to A$ be a bijection. Fix bijection $g:\mathbb{N} \to \mathbb{Q}$. Define an embedding $h:A\to \mathbb{Q}$. Let $h(f(0))=g(0).$
The Induction hypothesis:$h:\left\{f(i): i<n\right\} \to \left\{h(f(i)): i<n\right\}$ is an isomorphism. Let $a=f(n)$, $F=\left\{f(i): i<n\right\},$ $E= \left\{h(f(i)): i<n\right\} ,D=h:\left\{m\in \mathbb{N}: g(m) \not\in E \wedge h\cup\left\{(a,g(m)) \right\}\right\}$, where $ h\cup\left\{(a,g(m)) \right\}$ is an isomorphism. By Lemma, $D\neq\varnothing$. Let $m*=min(D)$ and define $h(f(n))=g(m*)$. done
My questions: What is the role of $h(f(0))=g(0) ?$ How does it follow that $h: A =F \cup \left\{f(n)\right\} \cup (A-F \cup \left\{f(n)\right\}) \to \mathbb{Q}=E\cup\left\{g(m*)\right\} \cup (\mathbb{Q}-(E \cup \left\{g(m*)\right\}))$ is an isomorphism?
There is no particular role of $h(f(0)) = g(0)$ except to start the inductive argument, which traditionally begins with a base case $n=1$. (Although one could start with the case $n=0$, where the base case starts with the function on the empty set. Possibly the author and/or instructor thought that starting off with a vacuous case would be distracting or confusing, and so opted to go with $n=1$.)
What this proof does is construct a injective function that preserves the order (a bijective function to the image $I$ that preserves the order); given that the domain and the image are totally ordered, it may be shown that the inverse function from image to domain must also be order-preserving. To show it is injective and order-preserving, take any two elements $a, b \in A$ with $a < b$ and verify that $f(a) < f(b)$. But since $a, b$ belong to some finite subset $\{f(i): i < n\}$ (by taking $n$ large enough), this should be clear from the inductive argument.