The problem reads so:
Let $\Bbb{X}: \Bbb{N} \to \Bbb{M}$ and $\Bbb{Y}: \Bbb{N} \to \Bbb{M}$ be two sequences such that $\lim\limits_{n\to\infty} x_n = L = \lim\limits_{n\to\infty} y_n$. We define the sequence $\Bbb{Z}: \Bbb{N} \to \Bbb{M}$ as $X(n/2)$ if $n$ is a pair number and $Y(2n-1)$ if $n$ is an odd number. Prove that $\lim\limits_{n\to\infty} z_n = L$
I have tried to write $n = 2k$ if $n$ is a pair number and $n = 2k-1$ if $n$ is an odd number, then the sequence $Z$ would be written as $Z= X(k)$ if $n$ was pair and $Y(k)$ if $n$ was odd.
Let $\epsilon > 0$. From the given limits, we know that there exists $N_1 \in \Bbb{N}$ such that $d(x_n,L) \le \epsilon$ whenever $n \ge N_1$. Idem for $N_2 \in \Bbb{N}$ and $d(y_n,L) \le \epsilon$ whenever $n \ge N_2$.
$$z_n = \begin{cases} x_{n/2} & \text{if } n \text{ is even} \\ y_{2n-1} & \text{if } n \text{ is odd.} \end{cases}$$
To prove that $\lim\limits_{n\to\infty} z_n = L$, we need $N \in \Bbb{N}$ which satisfies
\begin{cases} \dfrac{N}{2} \ge N_1 & \text{if } n \text{ is even} \\ 2N-1 \ge N_2 & \text{if } n \text{ is odd.} \end{cases}
This suggest the choice of $N = \max\left\{ 2N_1, \left\lceil \dfrac{N_2 + 1}{2} \right\rceil \right\}$ so that $d(z_n,L) \le \epsilon$ whenever $n \ge N$.