A map is one-to-one or injective if $a_1 \neq a_2 $ implies $f(a_1) \neq f(a_2)$. Equivalently, a function is one-to-one if $f(a_1) = f(a_2)$ implies $a_1 = a_2$.
Can I define it in the below mentioned way?
A map is one-to-one or injective if $f(a_1) \neq f(a_2)$ implies $a_1 \neq a_2 $. Equivalently, a function is one-to-one if $a_1 = a_2$ implies$f(a_1) = f(a_2)$ .
No, you definitely can't change the order! If you have two statements $A$ and $B$ then $$ (A\Rightarrow B) \Leftrightarrow (\neg B\Rightarrow \neg A). $$ But $A\Rightarrow B$ is not equivalent to $B\Rightarrow A$. You can never do it for any statements $A$ and $B$! Never!
In your case you can see it on the not injective function $f(x)=x^2$. It isn't injective since $f(1)=1=f(-1)$ and $1\neq -1$. But for $f(x)\neq f(y)$ you can conclude $x\neq y$.