proof

Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
proof
#1
proof
consider the list of all prime numbers, ie. 2, 3, 5, 7, 11... now remove all but the first one digit prime, the first two digit prime, etc, leaving 2, 11, 101, etc. arrange these primes in a table, like the one below.
Code:
0002
0011
0101
1009
...
let us create a new number, N. let the first digit of N equal the first digit of the first number, plus one, the second digit equal the second digit of the second number, plus one, etc. with only the numbers on the table above, N = ...0223.

we have thus constructed a (probably) prime number that is different from every prime number on our list, proving that there are uncountably many primes, and, as a corollary, that there exists some prime number with infinitely many digits.


Messages In This Thread
proof - by a52 - 03-09-2017, 05:41 AM
RE: proof - by Justice Watch - 03-10-2017, 05:47 AM
RE: p - by btp - 03-10-2017, 06:24 AM
RE: proof - by Dragon Fogel - 03-10-2017, 06:40 AM
RE: proof - by btp - 03-10-2017, 07:00 AM
RE: proof - by Justice Watch - 03-10-2017, 07:45 AM
RE: proof - by Dragon Fogel - 03-10-2017, 11:07 PM
RE: proof - by a52 - 03-11-2017, 01:08 AM
RE: proof - by qwerx3 - 03-11-2017, 01:09 AM
RE: proof - by SC - 03-11-2017, 07:33 PM
RE: proof - by Dragon Fogel - 03-11-2017, 07:39 PM
RE: proof - by SC - 03-11-2017, 07:42 PM
RE: proof - by Dragon Fogel - 03-11-2017, 08:29 PM
RE: proof - by Justice Watch - 03-11-2017, 09:46 PM
RE: proof - by Reyweld - 03-12-2017, 12:33 AM
RE: proof - by a52 - 03-12-2017, 01:11 AM
RE: proof - by SC - 03-12-2017, 04:36 AM