On a test I wrote an implication arrow "$\implies$" to show that I deduced one statement from the previous one, but I didn't get full score since it was more accurate to use an equivalence arrow "$\iff$".
For example:
$$ 2x = 4 \implies x = 2 $$
but it's also true the other way around:
$$ 2x = 4 \impliedby x = 2$$
so it is more correct to write equivalence arrow:
$$ 2x = 4 \iff x = 2$$
Given this i would assume that if $Q \implies P$ is true, then $Q \impliedby P$ is false.
Is this correct?
I don't want to check whether a statement only implies or is equivalent to another every time I do some operations to it.
So my second question is then: is there some other more loosely defined implication arrow that allows me to show that implication in one direction is true, without saying that implication the other direction is false? I also came across this picture, but i'm not entirely sure what the difference between those two definitions are.