[step:Exhibit $\mathbb{K}$ as the domain of $f_{U, 2} \circ \Delta$]
Define the diagonal map
\begin{align*}
\Delta : \mathbb{W} &\to \mathbb{W}^2, \\
w &\mapsto (w, w).
\end{align*}
Read as a pair of computable coordinate functions, $\Delta$ is computable: each coordinate is the identity $\pi_1^1 : \mathbb{W} \to \mathbb{W}$, which is a basic projection and thus computable by L0 in Step 3 of the proof of [Recursive Implies Computable](/theorems/1817).
Define
\begin{align*}
F : \mathbb{W} &\rightharpoonup \mathbb{W}, \\
w &\mapsto f_{U, 2}(\Delta(w)) = f_{U, 2}(w, w).
\end{align*}
[claim:$F$ is computable]
$F$ is the composition of $\Delta$ (total computable) with $f_{U, 2}$ (computable by Step 2). By L1 in Step 4 of the proof of [Recursive Implies Computable](/theorems/1817) (closure of computable partial functions under composition), $F$ is computable. Explicitly, a register machine $M_F$ witnessing $F$ is obtained by: starting from input register $0 = w$, copy $w$ into input register $1$ (producing the pair $(w, w)$ in the first two input registers, which is exactly the initial configuration for $U$); then run the machine $U$. The output is $f_{U, 2}(w, w)$ as required, and the composite diverges iff $U$ diverges on $(w, w)$.
[/claim]
Now compute $\operatorname{dom} F$:
\begin{align*}
\operatorname{dom} F &= \{w \in \mathbb{W} : F(w) \downarrow\} = \{w : f_{U, 2}(w, w) \downarrow\} = \{w : f_{w, 1}(w) \downarrow\} = \mathbb{K},
\end{align*}
where the third equality uses the defining property $f_{U, 2}(w, v) = f_{w, 1}(v)$ (with both sides defined on the same set) from Step 2. Since $F$ is computable, $\mathbb{K}$ is computably enumerable.
[/step]