I want to show using the Cauchy criterion that if $(f_n)_{n \in \Bbb{N}}$ is uniformly convergent on both $D_1$ and $D_2$, then it must be uniformly convergent on $D_1 \cup D_2$
Here's what I have:
$(f_n)_{n \in \Bbb{N}}$ is uniformly convergent on $D_1$, therefore, $\forall \varepsilon \gt 0, \exists n_0$ such that if $ n,m \ge n_0$ then $\vert f_n(x) - f_m(x) \vert \lt \frac{\varepsilon}2$.
Similarly, $(f_n)_{n \in \Bbb{N}}$ is uniformly convergent on $D_2$, therefore, $\forall \varepsilon \gt 0, \exists k_0$ such that if $ p,q \ge k_0$ then $\vert f_p(x) - f_q(x) \vert \lt \frac{\varepsilon}2$.
Hence letting all $n, m, p, q \ge max\{n_0, k_0\}$:
$$\vert \vert f_n(x)- f_m(x)\vert -\vert f_p(x) - f_q(x)\vert \vert \le \vert f_n(x)- f_m(x)\vert + \vert f_p(x) - f_q(x)\vert \lt \frac{\varepsilon}2 + \frac{\varepsilon}2 = \varepsilon$$
Then it would follow that $$\vert \vert f_n(x)- f_m(x)\vert -\vert f_p(x) - f_q(x)\vert \vert \lt \varepsilon $$
Which I want to think implies that $(f_n)_{n \in \Bbb{n}}$ is convergent on $D_1 \cup D_2$
I don't know if what I did was correct, or if I made a mistake somewhere, so I would appreciate any feedback on my take and some hints on what direction my proof should go assuming it went wrong.
Let $N=\max \{n_0,k_0\}$, take any $x \in D_1 \cup D_2$ then we will have $|f_{n_1}(x)-f_{n_2}(x)|< \frac{\epsilon}{2}$ for all $n_1, n_2 \geq N$, because if $x \in D_1$ then the fact that $f$ is uniformly convergent on $D_1$ is used (the inequality you've written in the 3rd paragraph), similar if $x \in D_2$.