So I recently had a maths lesson about prime numbers at school and got bored. So I started to mess around with prime numbers beyond what we were doing, in particular negative numbers and primes.
I came to a few conclusions:
Note: I am defining a prime as
An integer with only 2 real divisors: 1 and itself
1) No negative numbers are prime as they all have more then 2 divisors: (for $x$ when $x$ is a negative integer)
- 1
- -1
- $x$
- -$x$
2) There is only 1 prime that satisfy the above definition:
$-1$
Every other integer (except 1) has at least 4 divisors; the ones stated above.
$1$ has 2 divisors but doesn't satisfy the above definition as its divisors are 1 and -1 which are not "1 and itself"
Therefore, the only number that satisfies this definition is -1!
In case you don't believe me, here are some examples
With $x$ as 11:
Divisors:
- $1 : 11 / 1 = 11$
- $11 : 11 / 11 = 1$
- $-1 : 11 / -1 = -11$
- $-11 : 11 / -11 = -1$
With $x$ as 25
- $1 : 25 / 1 = 25$
- $5 : 25 / 5 = 5$
- $25 : 25 / 25 = 1$
- $-1 : 25 / -1 = -25$
- $-5 : 25 / -5 = -5$
- $-25 : 25 / -25 = -1$
Clearly I've done something wrong but I'm not sure exactly what it is. Can anyone help? Have I accidentally discovered the greatest conspiracy theory in mathematics?