consider the statement "If I had a nickel" as N and "I have zero nickels" as ~N.
the statement "If I had a nickel, I'd have zero nickels" could be written as "N ⊃ ~N" where ⊃ means "if...then"
there are two rules we can apply here, and two which we cannot.
one of them is known as modus ponens, and follows as such:
p ⊃ q
p
therefore, q
another one is known as modus tollens, and follows as such:
p ⊃ q
~q
therefore, ~p
the two rules we cannot do are:
affirming the "then"
p ⊃ q
q
therefore, p
denying the "if"
p ⊃ q
~p
therefore, ~q
now let's apply modus ponens and modus tollens to the argument "N ⊃ ~N"