Show $\mathbb R^n$ is complete.
At this point, I am trying to work through the problem in my textbook, there is one step that I do not understand and would like explained. Here's my proof so far:
Let $x_k = \{\xi_1^{(k)},\xi_2^{(k)},\ldots,\xi_n^{(k)}\}$ be a Cauchy sequence in $\mathbb R^n$. Then by definition, given $\varepsilon > 0$ there exists $N$ such that if $s, t > N$ then \begin{align*} d(x_s, x_t)&< \varepsilon\\ \Bigg[\sum_{j=1}^n \bigg(\xi_j^{(s)} - \xi_j^{(t)}\bigg)\Bigg]^{\frac12}&< \varepsilon\\ \sum_{j=1}^n \bigg(\xi_j^{(s)} - \xi_j^{(t)}\bigg)^2&< \varepsilon^2 \end{align*} which implies that $\bigg(\xi_j^{(s)} - \xi_j^{(t)}\bigg)^2 < \varepsilon^2$ or equivalently $\bigg\vert \xi_j^{(s)} - \xi_j^{(t)} \bigg\vert < \varepsilon$ for $j = 1, 2, \ldots, n$. Hence $\xi_j^{(k)}$ is a Cauchy sequence of real numbers. Moreover since $\mathbb R$ is complete, every Cauchy sequence of real numbers is convergent. So it follows that $\xi_j^{(k)} \to \xi_j$. That is $\lim_{k \to \infty} \xi_j^{(k)} = \xi_j \in \mathbb R$ for $j = 1, 2, \ldots, n$. Set $x = (\xi_1, \xi_2, \ldots, \xi_n)$ and observe that $x \in \mathbb R^n$.
Here is where I get stuck; the book then does
Since $d(x_s, x_t) < \varepsilon$, letting $t \to \infty$ we get $d(x_s, x) < \varepsilon$. Thus by definition $x_k \to x \in \mathbb R^n$ and we can conclude that $\mathbb R^n$ is complete.
My question is how we can just let $t \to \infty$ and get $x$? Using that reasoning couldn't we just say letting $k \to \infty$ we get $x$?
Moreover, a bit of a subquestion, my definition of Cauchy sequence is:
A sequence $(x_n)$ in a metric space $X = (X, d)$ is said to be Cauchy if for every $\varepsilon > 0$ there is an $N = N(\varepsilon)$ such that $d(x_m, x_n) < \varepsilon$ for every $m, n > N$.
Is this the same as:?
A sequence $(x_n)$ in a metric space $X = (X, d)$ is said to be Cauchy if for every $\varepsilon > 0$ there is an $N = N(\varepsilon)$ such that $d(x_s, x_t) < \varepsilon$ for every $s, t > N$.
Also, I am using Kreyszig's Introductory Functional Analysis and this is example on page 33.