From concrete mathematics problem 4.35.
Let $I(m,n)$ be function that satisfies the relation
$$ I(m,n)m + I(n,m)n = \gcd(m,n),$$
when $m,n \in \mathbb{Z}^+$ with $m ≠ n$. Thus, $I(m,n) = m'$ and $I(n,m) = n'$ in (4.5). The value of $I(m,n)$ is an inverse of $m$ with respect to $n$. Find a recurrence that defines $I(m,n)$.
The (4.5) is just $m'm +n'n = \gcd(m,n)$.
What is meant by "The value of $I(m,n)$ is an inverse of $m$ with respect to $n$"? This tells us what relationship among these three values?