1

I'm working on creating a contrapositive statement to the one above and this is what I've come up with:

$a^2 + b^2$ is not divisible by $8$ iff $a$ or $b$ are not even.

I know that typically a contrapositive setup follows something like If $A$ then $B$ Contrapositive: Not $B$ then not $A$

I'm just not sure if I have the contrapositive statement right or it should be saying $a^2 + b^2$ is not divisible by $8$ iff $a$ and $b$ are not even.

Cornman
  • 11,370
  • 5
  • 35
  • 68
Tunifish17
  • 87
  • 7

1 Answers1

0

The proposition is false.
$2^2 + 4^2 = 20$ is not divisible by 8.

The contrapositive to "P implies Q" is "not Q implies not P".
The notion of a contrapositive of an equivalence is bizarre.
It is simply negating both sides.

Thus, 8 does not divide $a^2 + b^2$ iff a or b is odd.
That of course, is false by the above counterexample.

Is there an odd a and an integer b for which 8 divides $a^2 + b^2$?