Next, I can remove all the multiples of 10 (10, 100, 100000, etc):
(10^y)^3 - 1, for any y, will be a number as 1 with many zeroes behind it. That number subtracting 1 will result in a number that is a bunch of 9's. The sum of the digits of that number will thus be a multiple of nine. All multiples of 9 are divisible by 3. Then, there is another theory that says any number where the digits add up to a number divisible by three, means that number is divisible by 3.
Therefore, any multiple of 10 cubed minus 1 will not be a prime number.
You have proven the same thing you proved above. The approach you are taking is probably too hard, but instructional nonetheless.
I can dispense with all these arguments of the type you are using by just saying: all primes are congruent to 1 or 3 mod 4.
Theorem: All primes are greater than 2 are # 1 or 3 (4)
Congruence is an amazing tool invented by Gauss, considered the Prince of Mathematics, but today we could say he was the Mozart of Mathematics. If I say, 5 is congruent to 1 mod 4, it means that if I divide 5 by 4, I get a remainder of 1 because 5 = 4 * 1 + 1 . No fractions, just integer division and remainders. So the above theorem says that all primes leave a remainder of 1 or 3 when divided by 4.
This is easily proved, but you can take it as a theorem. This theorem is more general than both of the ones you stated above.
The # sign below means "congruent to", and putting a number in parentheses is short for saying "mod whatever is in the paren":
"x odd" is the same thing as saying that x # 1 or 3 (4). For example 5 # 1 (4), 7 # 3 (4), 9 # 1 (4) etc on to infinity for all odd numbers. Take each case:
a) If x # 1 (4), then [x^3 - 1] # 0 (4) so x can't be the odds that are 1 (4).
b) if x # 3 (4), then x is the same thing as -1 (4) ,hence [x^3 - 1] # 2 (4) so x can't be the odds that are # 3 (4)
since x comes out to be 0 or 2 (4) in either case of x^3 - 1 with x being odd, and all primes are of the form p = 1 or 3 (4), so x can't be Odd. This is a
proof by contradiction.
Stated this way, assume x is odd => a contradiction.