Subsection 8.4.6 Mersenne Numbers
Here’s the Mersenne numbers table again, this time with all the prime numbers shown in red:
n | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2n-1 | 1 | 3 | 7 | 15 | 31 | 63 | 127 | 255 | 511 | 1023 | 2047 | 4095 | 8191 | 16383 |
Consider two statements:
If n is prime, then 2n-1 is prime.
If 2n-1 is prime, then n is prime. (Alternatively, if n is not prime, then 2n-1 is not prime.)
Think about them. Do they appear to be true?
Exercises Exercises
Exercise Group.
Here’s the Mersenne numbers table again, this time with all the prime numbers shown in red:
n | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2n-1 | 1 | 3 | 7 | 15 | 31 | 63 | 127 | 255 | 511 | 1023 | 2047 | 4095 | 8191 | 16383 |
Just on the basis of the examples shown in the table above, what can you say about these two statements:
Part 1.
Statement 1 (If n is prime, then 2n-1 is prime.):
Could be true or it could be false. Either case would be consistent with the examples in the table.
Must be true (i.e,. the examples in the table prove that it must be true.)
Is not true. The table contains a counterexample to the universal claim.
Part 2.
Statement 2 (If 2n-1 is prime, then n is prime.):
Could be true or it could be false. Either case would be consistent with the examples in the table.
Must be true (i.e,. the examples in the table prove that it must be true.)
Is not true. The table contains a counterexample to the universal claim.