I have proven logically that the inverse of an implication is true if and only if the converse of said implication is true (as shown below).
proposition 1: k has same parity as 2j
proposition 2: k is even
implication: If k is even, then k has the same parity as 2j.
inverse: If k does not have the same parity as 2j, then k is not even.
converse: If k is not even, then k does not have the same parity as 2j.
My question is, how can I write this in a mathematical notation? I know that I can write the propositions' mathematical notations as such:
k => 2j
But how should I write my implication? Thanks in advance!
"If $k$ is even, then $k$ has the same parity as $2j$."
What you stated is the contrapositive.
– user67953840 Jan 23 '15 at 17:17