So: here is my understanding of a prime number.
Any integer number can be written in the form A = BC (Every number "A" can be written as the multiplication of 2 other number "B and C") where A, B, and C are integers.
Primes are special in that A (prime) can only be written as BC where B = A (or C = A) and and C = 1 (B = 1 if C = A).
Lastly, B =/= C (Making it impossible for 1 to be prime).
==> Please correct my understanding if this definition is incomplete / incorrect.
Question:
If we take the even naturals {2,4,6....} and throw a 1 in there {1,2,4,6...} would 6 be prime in this set?