0

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!

Jim22150
  • 103

1 Answers1

0

Assuming to "write this in a mathematical notation" means to write mainly using math symbols instead of words, then you may say:

Let $E$ be the set of even integers.

If $k \in E$, then $k \equiv 2j\pmod2.$

Or the more extreme version:

$k \in E \Rightarrow k \equiv 2j\pmod2$.

But the way you stated the implication is perfectly fine, if not better.