Say, for instance, we're trying to prove a theorem involving two defined functions $f$ and $g$, and $x \in \mathbb{R}$.
Within this proof, we have to deal with the sum $f(x) + g(x)$ multiple times.
So we decide, at some point, to write:
$$ \text{call } h(x) = f(x) + g(x)$$
to make the proof easier to write or read.
What do we call this operation?
And could we write 'let' instead of 'call'?