What do we call the property that if $a = b$, then $f(a) = f(b)$?
Wikipedia calls it "substitution property" but is that correct?
What do we call the property that if $a = b$, then $f(a) = f(b)$?
Wikipedia calls it "substitution property" but is that correct?
Well, I'd say, if you want to enter into philosophy, that two objects $x_1$ and $x_2$ can be distinguished only if there is some function $f$ that $f(x_1)\neq f(x_2)$. (For example, the 'subindex function', that would yield the $1$ and the $2$).
So the matter of your question, for me, is a pure axiom of logical reasoning.
this is the definition of a well defined function.
$(\forall x)(\forall y)(x=y\implies f(x)=f(y))$
A well defined function $f(x)$ returns a unique value for $x$.
congr_arg
. – Ali Oct 15 '22 at 09:54