Chartrand, 3rd Ed, P224-225: Define a relation $R$ as a relation from A to B.
$R$ is well-defined means: $(a,b), (a,c) \in R \implies b = c$.
P220: A function $f: A \to B$ is one-to-one means:
For all $x, y \in A$, if $f(x) = f(y)$, then $x = y$.
I've observed that in the proofs of some functions, one can prove injectivity merely by reversing all the steps in the proof of the definition of well-defined.
$1.$ Is this always admissible and convenient? If not, when and why not?
$2.$ Is the converse true? Could one equally have started with proving the definition of well-defined and then reversed every step to prove injectivity?