[step:Prove $f(z) \leq z$ for all $z \in Y$ by transfinite induction, which simultaneously shows the minimum exists][claim:Domination estimate]
For every $z \in Y$, the set $X \setminus \{f(y) : y \in Y, y < z\}$ is non-empty, the minimum defining $f(z)$ exists, and $f(z) \leq z$.
[/claim]
[proof]
We prove by [Transfinite Induction](/theorems/1463) on $(Y, <_Y)$ the statement
\begin{align*}
S := \{z \in Y : f(z) \text{ is well-defined and } f(z) \leq z\}.
\end{align*}
We show: for every $z \in Y$, if $y \in S$ for every $y \in Y$ with $y < z$, then $z \in S$.
Fix $z \in Y$ and suppose $f(y) \leq y$ for every $y \in Y$ with $y < z$. In particular, $f(y) < z$ for every such $y$ (since $f(y) \leq y < z$), so
\begin{align*}
\{f(y) : y \in Y,\, y < z\} \subseteq \{w \in X : w < z\} = I_z.
\end{align*}
Consequently $z \notin \{f(y) : y \in Y, y < z\}$ (since $z \notin I_z$, as $<$ is irreflexive), so $z \in X \setminus \{f(y) : y \in Y, y < z\}$.
The set $X \setminus \{f(y) : y \in Y, y < z\}$ is therefore non-empty (it contains $z$). Being a non-empty subset of the well-ordered set $X$, it has a minimum, so
\begin{align*}
f(z) = \min\bigl(X \setminus \{f(y) : y \in Y, y < z\}\bigr)
\end{align*}
is well-defined. Since $z$ lies in this set, $f(z) \leq z$.
Hence $z \in S$, completing the inductive step. By [Transfinite Induction](/theorems/1463), $S = Y$, proving the claim.
[/proof][/step]