A basic, fundamental property of equalities is that, if one applies a function on both sides of an equality, the equality still holds. Formally: for any two objects $a$ and $b$ of type $T$ and a function $f(x)$ whose domain is $T$, if $a=b$ then $f(a) = f(b)$.
This is a property so basic and fundamental, that we use it unconsciously, automatically and without knowing its name. Wikipedia says it is called "Substitution property", but the property of replacing a term in an expression by its other side in a given equality is also called "substitution" 1 2.
So what is the name of the property related to applying a function in both sides of an equality (and not the name of the property related to replacing a term by its equal)?